Skip to main content

All Questions

1 vote
0 answers
28 views

How can I determine if the Dope Sheet menu state is expanded or closed via Python?

Is there a way I can access certain UI elements through a script in Blender? I am trying to access information within the Dope Sheet Editor. One thing I would like to achieve is to determine if a menu ...
Axel Olsson's user avatar
2 votes
0 answers
56 views

python scripting - determine if dopesheet actions are collapsed

In the dopesheet editor, there is a tree-like list of channels on the left side. In python, you can figure out if a specific group of channels is expanded or not like this: ...
RavensKrag's user avatar
3 votes
1 answer
251 views

How to make it so that an EnumProperty is not animatable

I've coded this enum property using this code: ...
Anson Savage's user avatar
  • 3,412
4 votes
1 answer
156 views

Prevent Integer Property from being Animated

How can I make a custom UI widget, using Blender Python, which cannot be animated by the user? --> I've looked on the docs but can't find reference to 'preventing' animation.
Candle's user avatar
  • 302
0 votes
1 answer
218 views

Refresh time slider UI

When you run the following code from the script editor when having a cube selected: ...
Lala_Ghost's user avatar
4 votes
1 answer
2k views

Editing fcurve.keyframe points in FAST mode?

I can add and remove keyframes like this via python, no issues arise. ...
HENDRIX's user avatar
  • 623
2 votes
1 answer
742 views

Get the transformed value from given frame to initial frame

For animation purposes I set a few keyframes manually. Now I want to get the transformation difference between frames, so the difference in two frames of this property: ...
Francis Wei Ming-Wei's user avatar