Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton closed pull request blender/blender#104553 2023-03-01 02:38:00 +01:00
Use hash for Collection.gobject lookup, speedup object linking
Campbell Barton commented on pull request blender/blender#104553 2023-03-01 02:37:59 +01:00
Use hash for Collection.gobject lookup, speedup object linking

Committed ea97bb1641b9fc3424c0000c7c7db9a038ae6148.

Campbell Barton pushed to main at blender/blender 2023-03-01 02:37:46 +01:00
ea97bb1641 Use hash for Collection.gobject lookup, speedup object linking
Campbell Barton commented on pull request blender/blender#104553 2023-03-01 02:33:40 +01:00
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.

Campbell Barton closed issue blender/blender#105063 2023-03-01 02:00:57 +01:00
Registering more than 3070 operators caused overriden built-in operators to fail
Campbell Barton commented on issue blender/blender#105063 2023-03-01 02:00:55 +01:00
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…

Campbell Barton commented on pull request blender/blender#105172 2023-03-01 01:43:33 +01:00
Test: update bl_rna_defaults

Committed 337e68aeb54e93c81a93e219d1d7d165c746e2a7, thanks.

Campbell Barton closed pull request blender/blender#105172 2023-03-01 01:43:33 +01:00
Test: update bl_rna_defaults
Campbell Barton pushed to main at blender/blender 2023-03-01 01:24:56 +01:00
e65671c1ed Merge branch 'blender-v3.5-release'
337e68aeb5 Test: update bl_rna_defaults
Compare 2 commits »
Campbell Barton pushed to blender-v3.5-release at blender/blender 2023-03-01 01:19:30 +01:00
337e68aeb5 Test: update bl_rna_defaults
Campbell Barton closed pull request blender/blender#105188 2023-03-01 01:11:38 +01:00
Python: Change console banner color-style to info
Campbell Barton commented on pull request blender/blender#105188 2023-03-01 01:11:37 +01:00
Python: Change console banner color-style to info

Thanks, committed 6f4d36ca8f839e7344e0bf978565650d41e7c9c0.

Campbell Barton pushed to main at blender/blender 2023-03-01 01:11:12 +01:00
6f4d36ca8f Python: Change console banner color-style to info
Campbell Barton commented on pull request blender/blender#105188 2023-03-01 00:57:14 +01:00
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…

Campbell Barton closed issue blender/blender#85841 2023-03-01 00:49:15 +01:00
color style of banner in Python Console arouse ambiguity
Campbell Barton commented on issue blender/blender#85841 2023-03-01 00:49:13 +01:00
color style of banner in Python Console arouse ambiguity

Closing as this is working as intended and not a bug.

Campbell Barton pushed to main at blender/blender 2023-02-28 07:32:48 +01:00
09e848deec Cleanup: use term "filepath" instead of "name" / "fname"