mirror of
https://github.com/blender/blender
synced 2026-09-27 00:43:19 +03:00
LibOverride optimization; Do not compare bound box of objects.
This is runtime only data, no need to deal with it.
This commit is contained in:
parent
921d0851b5
commit
39ecf90185
1 changed files with 1 additions and 0 deletions
|
|
@ -2798,6 +2798,7 @@ static void rna_def_object(BlenderRNA *brna)
|
|||
RNA_def_property_multi_array(prop, 2, boundbox_dimsize);
|
||||
RNA_def_property_clear_flag(prop, PROP_EDITABLE);
|
||||
RNA_def_property_override_clear_flag(prop, PROPOVERRIDE_OVERRIDABLE_LIBRARY);
|
||||
RNA_def_property_override_flag(prop, PROPOVERRIDE_NO_COMPARISON);
|
||||
RNA_def_property_float_funcs(prop, "rna_Object_boundbox_get", NULL, NULL);
|
||||
RNA_def_property_ui_text(
|
||||
prop,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue