Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_node/drawnode.c
| Context not available. | |||||
| static void node_composit_buts_transform(uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) | static void node_composit_buts_transform(uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) | ||||
| { | { | ||||
| uiItemR(layout, ptr, "filter_type", 0, "", ICON_NONE); | uiItemR(layout, ptr, "filter_type", 0, "", ICON_NONE); | ||||
| uiItemR(layout, ptr, "use_relative", 0, NULL, ICON_NONE); | |||||
| } | } | ||||
| static void node_composit_buts_moviedistortion(uiLayout *layout, bContext *C, PointerRNA *ptr) | static void node_composit_buts_moviedistortion(uiLayout *layout, bContext *C, PointerRNA *ptr) | ||||
| Context not available. | |||||