forked from blender/blender
Add rating to object. #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "my-change"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a good description
@ -3148,0 +3150,4 @@
{1, "GOOD", 0, "Good", "I like this one"},
{0, NULL, 0, NULL, NULL},
};
prop = RNA_def_property(srna, "rating", PROP_ENUM, PROP_NONE);
Add an empty line here