Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/render/render_shading.c
| Context not available. | |||||
| {1, "DOWN", 0, "Down", ""}, | {1, "DOWN", 0, "Down", ""}, | ||||
| {0, NULL, 0, NULL, NULL} | {0, NULL, 0, NULL, NULL} | ||||
| }; | }; | ||||
| PropertyRNA *prop; | |||||
| /* identifiers */ | /* identifiers */ | ||||
| ot->name = "Move Texture Slot"; | ot->name = "Move Texture Slot"; | ||||
| Context not available. | |||||
| /* flags */ | /* flags */ | ||||
| ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO; | ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO; | ||||
| RNA_def_enum(ot->srna, "type", slot_move, 0, "Type", ""); | prop = RNA_def_enum(ot->srna, "type", slot_move, 0, "Type", ""); | ||||
| RNA_def_property_flag(prop, PROP_HIDDEN); | |||||
| } | } | ||||
| Context not available. | |||||