Block a user
Cycles: Implement blue-noise dithered sampling
My pick at this point would be to have three options in the final enum (not hidden behind debug flags):
- Classic (= Tabulated Sobol)
- Blue-Noise (= "Pure" above)
- Automatic (default,…
Cycles: Implement blue-noise dithered sampling
I think it's fine here, no need for a devtalk thread.
79bfa7fa82
Fix some initialization order issue
69047c61a8
Merge branch 'brush-assets-project' into same-main
288653e19c
Brush Assets: Implement grease pencil default eraser brush
5645e4005f
Assets: Sort by library name if all else is equal
Issue template design discussion
I don't know if this issue is stuck or waiting for new Gitea or other changes.
But in case it is stuck, I think the triaging team can make decisions amongst themselves and go ahead when they…
Nodes: Increase size of shader attribute name
Brush Assets: Implement grease pencil default eraser brush
Brush Assets: Deactivate asset shelf brush for non-brush tools
Thinking about this, the previous behavior is needed if the synchronization is one way from data to asset shelf. Otherwise it would always reset the active item. Whereas here we want it to be two way.
Brecht Van Lommel
deleted branch fix-missing-self-argument from nutti/blender
2024-05-13 16:03:11 +02:00
Cycles: Missing self arguments for CyclesPreferences.default_device method
Brush Assets: Deactivate asset shelf brush for non-brush tools
My reasoning was that the asset shelf in general was designed to be used in together with modes and tools, so we might as well do it by default. Plus there's no elegant way to do this in Python.