Block a user
697116bac4
Nodes: Remove
parent
parameter from the new_panel
function.
f81448807c
Merge branch 'blender-v4.1-release'
219d06689d
Fix: Shader compile error on Metal
0d9cd1ee2d
Fix crash hiding a region from Python with a popover & region overlap
b93d5d9c33
Merge branch 'blender-v4.1-release'
Lukas Tönne
created branch purge-panel-parent-parameter in LukasTonne/blender
2024-02-27 11:28:25 +01:00
Parent for the interface panel.
Nested panels was a planned feature first, but is effectively disabled for all panels atm. There should be a warning, but for some reason it doesn't seem to bubble up to any visible place: https:/…
b84dd92612
Merge branch 'main' into gp3-envelope-modifier
ffcdf8b4dc
Cleanup: Remove unused lambda capture.
be0c57a0a8
Cleanup: EEVEE: Use uint for enum specialization
9795c432e1
Cleanup: avoid redundant copy-by-value for 4x4 matrices & float3
96ef405c19
Merge branch 'blender-v4.1-release'
ffcdf8b4dc
Cleanup: Remove unused lambda capture.
be0c57a0a8
Cleanup: EEVEE: Use uint for enum specialization
9795c432e1
Cleanup: avoid redundant copy-by-value for 4x4 matrices & float3
96ef405c19
Merge branch 'blender-v4.1-release'
5b65e2dd7c
Fix #118704: permit filepaths without extensions in STL batch mode
GPv3: Armature Modifier
5f12b84e94
Treat modifier data as const.
6528227eb8
Removed old comment.
8af45c68ff
Use StringRefNull for vertex group names to ensure a null terminator.