Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_modifier.c
| Context not available. | |||||
| RNA_def_property_ui_text(prop, "Factor", "Strength of modifier effect"); | RNA_def_property_ui_text(prop, "Factor", "Strength of modifier effect"); | ||||
| RNA_def_property_update(prop, 0, "rna_Modifier_update"); | RNA_def_property_update(prop, 0, "rna_Modifier_update"); | ||||
| prop = RNA_def_property(srna, "iterations", PROP_INT, PROP_NONE); | prop = RNA_def_property(srna, "iterations", PROP_INT, PROP_UNSIGNED); | ||||
| RNA_def_property_int_sdna(prop, NULL, "repeat"); | RNA_def_property_int_sdna(prop, NULL, "repeat"); | ||||
| RNA_def_property_range(prop, 0, SHRT_MAX); | |||||
| RNA_def_property_ui_range(prop, 0, 30, 1, -1); | RNA_def_property_ui_range(prop, 0, 30, 1, -1); | ||||
| RNA_def_property_ui_text(prop, "Repeat", ""); | RNA_def_property_ui_text(prop, "Repeat", ""); | ||||
| RNA_def_property_update(prop, 0, "rna_Modifier_update"); | RNA_def_property_update(prop, 0, "rna_Modifier_update"); | ||||
| Context not available. | |||||
| RNA_def_property_ui_text(prop, "Lambda Factor", "Smooth factor effect"); | RNA_def_property_ui_text(prop, "Lambda Factor", "Smooth factor effect"); | ||||
| RNA_def_property_update(prop, 0, "rna_CorrectiveSmoothModifier_update"); | RNA_def_property_update(prop, 0, "rna_CorrectiveSmoothModifier_update"); | ||||
| prop = RNA_def_property(srna, "iterations", PROP_INT, PROP_NONE); | prop = RNA_def_property(srna, "iterations", PROP_INT, PROP_UNSIGNED); | ||||
| RNA_def_property_int_sdna(prop, NULL, "repeat"); | RNA_def_property_int_sdna(prop, NULL, "repeat"); | ||||
| RNA_def_property_range(prop, 0, SHRT_MAX); | |||||
| RNA_def_property_ui_range(prop, 0, 200, 1, -1); | RNA_def_property_ui_range(prop, 0, 200, 1, -1); | ||||
| RNA_def_property_ui_text(prop, "Repeat", ""); | RNA_def_property_ui_text(prop, "Repeat", ""); | ||||
| RNA_def_property_update(prop, 0, "rna_CorrectiveSmoothModifier_update"); | RNA_def_property_update(prop, 0, "rna_CorrectiveSmoothModifier_update"); | ||||
| Context not available. | |||||
| RNA_def_property_ui_text(prop, "Lambda Border", "Lambda factor in border"); | RNA_def_property_ui_text(prop, "Lambda Border", "Lambda factor in border"); | ||||
| RNA_def_property_update(prop, 0, "rna_Modifier_update"); | RNA_def_property_update(prop, 0, "rna_Modifier_update"); | ||||
| prop = RNA_def_property(srna, "iterations", PROP_INT, PROP_NONE); | prop = RNA_def_property(srna, "iterations", PROP_INT, PROP_UNSIGNED); | ||||
| RNA_def_property_int_sdna(prop, NULL, "repeat"); | RNA_def_property_int_sdna(prop, NULL, "repeat"); | ||||
| RNA_def_property_range(prop, 0, SHRT_MAX); | |||||
| RNA_def_property_ui_range(prop, 0, 200, 1, -1); | RNA_def_property_ui_range(prop, 0, 200, 1, -1); | ||||
| RNA_def_property_ui_text(prop, "Repeat", ""); | RNA_def_property_ui_text(prop, "Repeat", ""); | ||||
| RNA_def_property_update(prop, 0, "rna_Modifier_update"); | RNA_def_property_update(prop, 0, "rna_Modifier_update"); | ||||
| Context not available. | |||||
| RNA_def_property_string_funcs( | RNA_def_property_string_funcs( | ||||
| prop, NULL, NULL, "rna_LaplacianDeformModifier_anchor_grp_name_set"); | prop, NULL, NULL, "rna_LaplacianDeformModifier_anchor_grp_name_set"); | ||||
| prop = RNA_def_property(srna, "iterations", PROP_INT, PROP_NONE); | prop = RNA_def_property(srna, "iterations", PROP_INT, PROP_UNSIGNED); | ||||
| RNA_def_property_int_sdna(prop, NULL, "repeat"); | RNA_def_property_int_sdna(prop, NULL, "repeat"); | ||||
| RNA_def_property_range(prop, 0, SHRT_MAX); | |||||
| RNA_def_property_ui_range(prop, 1, 50, 1, -1); | RNA_def_property_ui_range(prop, 1, 50, 1, -1); | ||||
| RNA_def_property_ui_text(prop, "Repeat", ""); | RNA_def_property_ui_text(prop, "Repeat", ""); | ||||
| RNA_def_property_update(prop, 0, "rna_Modifier_update"); | RNA_def_property_update(prop, 0, "rna_Modifier_update"); | ||||
| Context not available. | |||||