Block a user
Jacques Lucke
pushed to improve-nomain-to-grease-pencil at JacquesLucke/blender
2024-10-02 13:15:45 +02:00
2e058f5f2f
fix
9f9a998106
fix
a2446dee90
fix
fbb3fabaa8
fix
a25456eaf1
Fix: GP: UI errors when no layer tree node is active
Jacques Lucke
created branch improve-nomain-to-grease-pencil in JacquesLucke/blender
2024-10-02 13:15:44 +02:00
Improve consistency of MEM_guardedalloc usage in C++ code
Do we want to keep the two current systems (MEM_new/MEM_delete and MEM_CXX_CLASS_ALLOC_FUNCS)?
I'm not fully sure yet. It's nice that with MEM_CXX_CLASS_ALLOC_FUNCS
one can just use normal…
WIP: Core: experiment for removing WITH_CXX_GUARDEDALLOC
dd386dc521
remove WITH_CXX_GUARDEDALLOC
14ddd250b4
remove MEM_CXX_CLASS_ALLOC_FUNCS
3798852071
Sculpt/Paint: Bring back some brush tools for paint modes
eac36baafd
Cleanup: Extract multires modifier operators into separate file
042e3b2452
deps: fix build error on windows
Fix: Show nothing in spreadsheet when the property is a string property
Jacques Lucke
deleted branch warnings-in-modifier from JacquesLucke/blender
2024-10-01 15:32:13 +02:00
Geometry Nodes: improve display of node warnings in modifier
e39e694bc3
open warnings panel by default
01db18cb12
Merge branch 'main' into warnings-in-modifier
5b9de19345
Anim: respect
group
parameter of rna_struct.keyframe_insert()
func
23d3f692f6
Anim: clean up keyframe insertion unit test
3ae2b76d49
Merge branch 'main' into warnings-in-modifier
Cycles: Named attribute with the name "color" written from Geometry nodes does not work in materials
From what I can tell this is because cycles has a few hardcoded attribute names with special meaning. color
is one of those. It's hardcoded here: https://projects.blender.org/blender/blender/src/…