Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_sequencer/sequencer_add.c
| Context not available. | |||||
| sequencer_generic_props__internal(ot, SEQPROP_STARTFRAME); | sequencer_generic_props__internal(ot, SEQPROP_STARTFRAME); | ||||
| prop = RNA_def_enum(ot->srna, "scene", DummyRNA_NULL_items, 0, "Scene", ""); | prop = RNA_def_enum(ot->srna, "scene", DummyRNA_NULL_items, 0, "Scene", ""); | ||||
| RNA_def_enum_funcs(prop, RNA_scene_itemf); | RNA_def_enum_funcs(prop, RNA_filtered_scene_itemf); | ||||
| RNA_def_property_flag(prop, PROP_ENUM_NO_TRANSLATE); | RNA_def_property_flag(prop, PROP_ENUM_NO_TRANSLATE); | ||||
| ot->prop = prop; | ot->prop = prop; | ||||
| } | } | ||||
| Context not available. | |||||