There listed in the rna_userdef.c this section of code:
prop = RNA_def_property(srna, “draw_action”, PROP_FLOAT, PROP_COLOR_GAMMA);
RNA_def_property_float_sdna(prop, NULL, "bone_pose");
RNA_def_property_array(prop, 3);
RNA_def_property_ui_text(prop, "Draw Action", "");
RNA_def_property_update(prop, 0, "rna_userdef_theme_update");
and this ‘Draw Action’ can be seen in the ‘Themes → Video Sequencer’
I have been playing with video sequencer for a while, importing a sequence of images, doing some basic visual transforms, and even adding a sequence.0001 from an animation sequence of a crankshaft, using bones, through a camera as well, I could not locate this ‘Draw Action’ and where this colour could be used. This is the file I’m using:
20230420_vse_effect_strip_transform_keying_scene_0001_crankshaft_anim_0002.blend (3.3 MB)
Could someone familiar of what it is tell me what is is applying to, please? The reason I’m asking is because I don’t know if the developer meant to say
- ‘Draw(ing) Action’
or the
‘Action of Drawing’.
I’m translating the Interface into Vietnamese and obviously the two meant different things.
Regards