Block a user
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
d02c603816
Merge branch 'blender-v4.3-release'
6d24201045
Fix error on script reload if the modules aren't found in sys.modules
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
Fix #129066: ParticleSettings.material_slot wrong from python
ob_context
can be null, these loops also miss break statements, corrected 87524131718b2e65198641015eebf4b8d80ddf01.
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
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
5a561c6aeb
Cleanup: spelling in comments
2dc1734485
Cleanup: remove unused argument
7f48e82200
Cleanup: format
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'
make license: command to update the license file
Any reason not to use "_NAME" in the check? (if so worth commenting why).
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
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).
make license: command to update the license file
Use __slots__
to avoid typos in assignments going by unnoticed.
make license: command to update the license file
f-string seems redundant, just use super().__repr__()