Block a user
Anim: Merge Animation operator
Site note, static_cast
is preferred over reinterpret_cast
when casting up/down a class hierarchy.
WIP: Nodes: show panel description when hovering over panel headers
ed8ab4847d
show panel description when hovering over panels
214a47f15c
Vulkan: Make Unused Attachments Optional
ba6126dbbd
Fix #127604: Skip unlink operator for linked materials
912c6d9a3c
Fix #127620: Disable smooth operator for linked objects
b427253a4d
Obj-C Refactor: General Code Style cleanups
Jacques Lucke
created branch show-panel-descriptions in JacquesLucke/blender
2024-09-19 14:10:39 +02:00
Geometry Nodes: new For Each Geometry Element zone
This wasn't really something we needed before, so there is no API for it yet. A new API could be added, but doesn't seem worth to make this part of this patch.
Geometry Nodes: support packing bakes into .blend files
Currently, I think that the start value shouldn't have any meaning. Any empty index range should be considered to be equal.
ff134a8a11
show just "Bake" in node instead of "Bake Packed/to Disk"
33d9af8c49
support choosing unpack method
c49a101543
share unpack code
4f5ee56514
share packing code
3dbcdac782
change bake target to packed when packing existing bake
98f0127dd0
gray out path settings when bake target is packed
3ae55fc70f
change bake label
e06f8254da
change bake target to disk when unpacking
b3edb97301
Merge branch 'main' into bake-packed
Geometry Nodes: new For Each Geometry Element zone
I added the geometry element socket now and there is also a default geometry output. I also prepared a couple of regression tests already that I'm using locally for testing.
fc8dcab6cd
fix after merge
c0042de29a
Merge branch 'main' into foreach-geometry-element
4a45ae7393
Nodes: rename "unavailable" to "available" in node declaration
3176dcc1b6
use declaration for setting socket unavailability
711313a054
Fix: Sculpt: Mask gesture crash with multires
97c524bced
propagate missing attributes
1ec9e74e05
improve attribute propagation
12b58b2dc4
propagate all attributes to vertices
13f6988b2f
unify naming
808d0818b4
extract grease pencil curves
Geometry Nodes: add Iteration socket to repeat zone
We have rough plans for bundles/closures/packs that would solve this I think, but no official design yet. This topic goes way beyond the use of a Repeat Iteration node.
A simple Repeat…