Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton pushed to pr-128899-update at ideasman42/blender 2024-10-17 06:21:35 +02:00
606558be94 Fix massive amount of memleaks on exit in BPY
8ed8613469 Merge branch 'blender-v4.3-release'
d9fe0bcfaf Cleanup: avoid 2x redundant lookups in BrushAssetShelf.poll
d02c603816 Merge branch 'blender-v4.3-release'
6d24201045 Fix error on script reload if the modules aren't found in sys.modules
Compare 10 commits »
Campbell Barton created branch pr-128899-update in ideasman42/blender 2024-10-17 06:21:35 +02:00
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-17 04:47:05 +02:00
d9fe0bcfaf Cleanup: avoid 2x redundant lookups in BrushAssetShelf.poll
Campbell Barton pushed to main at blender/blender 2024-10-17 04:03:04 +02:00
d02c603816 Merge branch 'blender-v4.3-release'
6d24201045 Fix error on script reload if the modules aren't found in sys.modules
Compare 2 commits »
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-17 04:00:19 +02:00
6d24201045 Fix error on script reload if the modules aren't found in sys.modules
Campbell Barton pushed to main at blender/blender 2024-10-17 03:00:54 +02:00
b317296772 Merge branch 'blender-v4.3-release'
2cfc1112d8 AUTHORS: add 1 new author & some updated names
3290e33d34 Cleanup: spelling in comments
8752413171 Fix null pointer de-reference in rna_Particle_Material_itemf
Compare 4 commits »
Campbell Barton commented on pull request blender/blender#129101 2024-10-17 02:57:55 +02:00
Fix #129066: ParticleSettings.material_slot wrong from python

ob_context can be null, these loops also miss break statements, corrected 87524131718b2e65198641015eebf4b8d80ddf01.

Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-17 02:56:51 +02:00
2cfc1112d8 AUTHORS: add 1 new author & some updated names
3290e33d34 Cleanup: spelling in comments
8752413171 Fix null pointer de-reference in rna_Particle_Material_itemf
Compare 3 commits »
Campbell Barton pushed to main at blender/blender 2024-10-17 00:52:15 +02:00
233d213ee9 Merge branch 'blender-v4.3-release'
2d832240a3 Merge branch 'blender-v4.3-release'
46864bc2f4 AUTHORS: add 1 new author & some updated names
21aa149568 Cleanup: spelling in comments
Compare 4 commits »
Campbell Barton pushed to main at blender/blender 2024-10-16 12:11:39 +02:00
5a561c6aeb Cleanup: spelling in comments
2dc1734485 Cleanup: remove unused argument
7f48e82200 Cleanup: format
Compare 3 commits »
Campbell Barton pushed to main at blender/blender 2024-10-16 12:08:55 +02:00
0b656308cf Merge branch 'blender-v4.3-release'
b3c9c7c496 Merge branch 'blender-v4.3-release'
10960b99c9 Merge branch 'blender-v4.3-release'
363b2f31b6 Merge branch 'blender-v4.3-release'
c4fa40a37d Merge branch 'blender-v4.3-release'
Compare 16 commits »
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-16 11:55:41 +02:00
931469484e pyproject.toml: correct autopep8 configuration for 2.3.1
Campbell Barton commented on pull request blender/blender#129018 2024-10-16 10:03:10 +02:00
make license: command to update the license file
Campbell Barton commented on pull request blender/blender#129018 2024-10-16 10:03:09 +02:00
make license: command to update the license file

Any reason not to use "_NAME" in the check? (if so worth commenting why).

Campbell Barton commented on pull request blender/blender#129018 2024-10-16 10:03:08 +02:00
make license: command to update the license file

May as well mention the project relative path to avoid users having to fossick about: build_files/build_environment/cmake/versions.cmake

Campbell Barton commented on pull request blender/blender#129018 2024-10-16 10:03:07 +02:00
make license: command to update the license file

When opening files always pass encoding else the system default can be used. (assume encoding="utf8" is fine here).

Campbell Barton commented on pull request blender/blender#129018 2024-10-16 10:03:05 +02:00
make license: command to update the license file

Use __slots__ to avoid typos in assignments going by unnoticed.

Campbell Barton commented on pull request blender/blender#129018 2024-10-16 10:03:04 +02:00
make license: command to update the license file

*pick* could continue in the case match is None.

Campbell Barton commented on pull request blender/blender#129018 2024-10-16 10:03:03 +02:00
make license: command to update the license file

f-string seems redundant, just use super().__repr__()