Simulation or Simulation Zone
I'd prefer just "Simulation", IMO "zone" is too much of an implementation detail.
Implementation wise it feels like adding
NODE_OT_add_node_pair
Yeah,…
Does that also work if I add the pair via the Python API without using an operator? e.g., by using: my_node_group.nodes.add.new("GeometryNodeSimulation")
No, the nodes.new
function just…
This is also a first step towards the strictly more general Edit Geometry node
What would a combination of Freeze
and Edit
nodes look like? It seems to me that Edit Geometry
is an…
Can this be solved by simply splitting the simulation input node by 2:
That seems like a separate design question/task, although i would generally like having the inputs separate and be able…
It seems to be a depsgraph issue.
Correct. There is a function build_collision_relations
which adds a dependency between the absorption object (the one with a collision modifier) and the…
The Bullet wrapper code is very unsafe wrt. pointer remapping and multithreading.
One issue is that the shape gets replaced and the internal pointer does not get updated. This could be fixed…