Blender Git Loki

Git Commits -> Revision 2b2d3c1

Revision 2b2d3c1 by Jacques Lucke (master)
April 20, 2020, 10:56 (GMT)
Simulations: Embed simulation node tree in simulation data block

This adds an embedded node tree to the simulation data block dna.
The UI in the `Simulation Editor` has been updated to show a list
of simulation data blocks, instead of individual node trees.

The new `SpaceNodeEditor.simulation` property wraps the existing
`SpaceNodeEditor.id` property. It allows scripts to get and set
the simulation data block that is being edited.

Reviewers: brecht, mont29

Differential Revision: https://developer.blender.org/D7301

Commit Details:

Full Hash: 2b2d3c14fe1a29da0ec01198cec2c0593c38391a
Parent Commit: 8d53e59
Lines Changed: +180, -6

1 Added Path:

/release/scripts/startup/bl_operators/simulation.py (+39, -0) (View)

11 Modified Paths:

/release/scripts/startup/bl_operators/__init__.py (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_node.py (+8, -0) (Diff)
/release/scripts/startup/nodeitems_builtins.py (+19, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/lib_query.c (+9, -1) (Diff)
/source/blender/blenkernel/intern/node.c (+9, -0) (Diff)
/source/blender/blenkernel/intern/simulation.cc (+33, -5) (Diff)
/source/blender/blenloader/intern/writefile.c (+6, -0) (Diff)
/source/blender/makesdna/DNA_simulation_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_simulation.c (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+48, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021