Block a user
Use hash for Collection.gobject lookup, speedup object linking
Use hash for Collection.gobject lookup, speedup object linking
Committed ea97bb1641b9fc3424c0000c7c7db9a038ae6148.
Use hash for Collection.gobject lookup, speedup object linking
Updated description, this patch no longer causes unlinking in-order to be 18% slower, it's now about the same speed.
Registering more than 3070 operators caused overriden built-in operators to fail
Registering more than 3070 operators caused overriden built-in operators to fail
Firstly, overriding the operator isn't a reliable way to track removal - objects could be removed from the outliner, Python scripts can unlink object or their creation can be undone.
So this…
Test: update bl_rna_defaults
e65671c1ed
Merge branch 'blender-v3.5-release'
337e68aeb5
Test: update bl_rna_defaults
Python: Change console banner color-style to info
Python: Change console banner color-style to info
Thanks, committed 6f4d36ca8f839e7344e0bf978565650d41e7c9c0.
Python: Change console banner color-style to info
While I don't have a strong opinion on this, I don't see the current behavior as especially bad either.
INFO
was added to differentiate auto-complete output from standard output. Making the…
color style of banner in Python Console arouse ambiguity
color style of banner in Python Console arouse ambiguity
Closing as this is working as intended and not a bug.