Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_nodetree.c
| Context not available. | |||||
| prop = RNA_def_property(srna, "use_relative", PROP_BOOLEAN, PROP_NONE); | prop = RNA_def_property(srna, "use_relative", PROP_BOOLEAN, PROP_NONE); | ||||
| RNA_def_property_boolean_sdna(prop, NULL, "relative", 1); | RNA_def_property_boolean_sdna(prop, NULL, "relative", 1); | ||||
| RNA_def_property_ui_text(prop, "Relative", "Use relative (percent) values to define blur radius"); | RNA_def_property_ui_text(prop, "Relative", "Use relative (fraction of input image size) values to define translation"); | ||||
| RNA_def_property_update(prop, NC_NODE | NA_EDITED, "rna_Node_update"); | RNA_def_property_update(prop, NC_NODE | NA_EDITED, "rna_Node_update"); | ||||
| prop = RNA_def_property(srna, "wrap_axis", PROP_ENUM, PROP_NONE); | prop = RNA_def_property(srna, "wrap_axis", PROP_ENUM, PROP_NONE); | ||||
| Context not available. | |||||