Block a user
aa60065a87
Merge branch 'enum-idproperty' into nodes-menu-switch
22e5e574e1
Cleanup: Slightly changed comments for enum DNA.
be35e9810d
Use fmt for nicer error messages that can be translatable.
202190d6f3
Merge branch 'main' into enum-idproperty
510a5d3403
Fix: Nodes: Float draw position for sockets
be35e9810d
Use fmt for nicer error messages that can be translatable.
202190d6f3
Merge branch 'main' into enum-idproperty
510a5d3403
Fix: Nodes: Float draw position for sockets
44b79af4fc
Cleanup: Sculpt: Simplify face and face set iteration
a7e6341e4e
Merge branch 'blender-v4.0-release'
ID properties: Support enum values with items
Comment was somewhat outdated, this can actually be specified when creating the enum from python, same as with RNA enum properties created from scripts.
Comments on RNA EnumPropertyItem
call…
ID properties: Support enum values with items
I've interpreted use_static
to mean that the function is supposed to return just the static enum items, and ignore any dynamic items. The ID properties have dummy static items like other dynamic…
71f15eed4e
Use the ValueIterator of the tree for outputting voxels.
571c15bf53
Removed unused code.
9cfa8183d7
Partial: support all grid types.
0a5c71448f
Fix crash when using Mask grid type in voxels-to-points.
9909a4ad2b
Merge branch 'main' into point-cloud-grid
fdd702d2c9
Merge branch 'blender-v4.0-release'
578d91b9db
Fix #113919: Avoid crashes with unsupported new socket types
37af066ea4
New node to construct grids from existing topology.
730b5057a7
Fix #114237: USD import crashes on reporting during cache handling.
fdd702d2c9
Merge branch 'blender-v4.0-release'
578d91b9db
Fix #113919: Avoid crashes with unsupported new socket types
Lukas Tönne
deleted branch fix-unsupported-socket-types from LukasTonne/blender
2023-11-02 12:55:48 +01:00
Fix #113919: Avoid crashes with unsupported new socket types
Fix #114151: Add missing flags to GPU textures
According to @fclem it's used by Metal and Vulkan. Might have performance implications because it shouldn't be needed for color textures, but i don't know drawing code well enough.
Fix #114151: Add missing flags to GPU textures
Lukas Tönne
created branch fix-volume-gpu-texture-flags in LukasTonne/blender
2023-11-02 12:49:57 +01:00
a19b9ed905
Add missing flags to GPU textures.
b54a26ede4
IMB: Support rgba and V channels in single-layer EXR
7760641689
Merge branch 'blender-v4.0-release'