Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_curve.c
| Context not available. | |||||
| RNA_def_property_ui_text( | RNA_def_property_ui_text( | ||||
| prop, | prop, | ||||
| "Object Font", | "Object Font", | ||||
| "Use Objects as font characters (give font objects a common name " | "Use objects as font characters (give font objects a common name " | ||||
| "followed by the character they represent, eg. 'family-a', 'family-b', etc, " | "followed by the character they represent, eg. 'family-a', 'family-b', etc, " | ||||
| "set this setting to 'family-', and turn on Vertex Duplication)"); | "set this setting to 'family-', and turn on Vertex Instancing)"); | ||||
| RNA_def_property_update(prop, 0, "rna_Curve_update_data"); | RNA_def_property_update(prop, 0, "rna_Curve_update_data"); | ||||
| prop = RNA_def_property(srna, "body", PROP_STRING, PROP_NONE); | prop = RNA_def_property(srna, "body", PROP_STRING, PROP_NONE); | ||||
| Context not available. | |||||