Block a user
Cycles: Missing self arguments for CyclesPreferences.default_device method
Thanks for finding that. But I think it should be @staticmethod
instead, since that's how it's used.
e133359c6e
Brush Assets: Set asset weak reference from brush datablock pointer
d23af93336
Merge branch 'brush-assets-project' into same-main
e2b21755c1
Fix: Brush tool not active by default in 2D animation template
a616349843
Merge branch 'main' into brush-assets-project
0d4e4e3f42
Cleanup: Remove unused scene argument from foreach_nodeclass
Brush Assets: Implement grease pencil default eraser brush
This duplicates a fair amount of code from the regular brush. Though I didn't see a way to avoid it that I liked, not sure it's worth wrapping brush
+ brush_asset_reference
into a struct.
Brush Assets: Implement grease pencil default eraser brush
8d4abec759
Brush Assets: Implement grease pencil default eraser brush
e2b21755c1
Fix: Brush tool not active by default in 2D animation template
a616349843
Merge branch 'main' into brush-assets-project
0d4e4e3f42
Cleanup: Remove unused scene argument from foreach_nodeclass
33e8b12a43
Cleanup: Pass main expand callback directly to function
e2b21755c1
Fix: Brush tool not active by default in 2D animation template
a616349843
Merge branch 'main' into brush-assets-project
0d4e4e3f42
Cleanup: Remove unused scene argument from foreach_nodeclass
33e8b12a43
Cleanup: Pass main expand callback directly to function
c78e4d203c
Fix linux build
0d4e4e3f42
Cleanup: Remove unused scene argument from foreach_nodeclass
33e8b12a43
Cleanup: Pass main expand callback directly to function
Cycles: Select Metal compute device by default on Apple Silicon machines
We will probably want to review this behavior for other operating systems and graphics cards as well, but this is a good change by itself I think.
Brush Assets: Deactivate asset shelf brush for non-brush tools
I guess this will need deeper design changes, but I didn't understand the reason behind the current behavior.
Brush Assets: Decativate asset shelf brush for non-brush tools