blender/source
Jacques Lucke eb4e3bbe68 Simulations: Add new simulation data block
This data block will be the container for simulation node trees.
It will be used for the new particle node system (T73324).

The new data block has the type `ID_SIM`.
It is not visible to users and other developers by default yet.
To enable it, activate the cmake option `WITH_NEW_SIMULATION_TYPE`.

New simulation data blocks can be created by running `bpy.data.simulations.new("name")`.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D7225
2020-04-20 10:45:18 +02:00
..
blender Simulations: Add new simulation data block 2020-04-20 10:45:18 +02:00
creator Fix T73977, T73825: ignore Python user site-packages directory by default 2020-04-16 15:58:31 +02:00
tools@8a36c2833d Fix crash on Multires Face Set visibility sync 2020-04-20 02:07:49 +02:00
CMakeLists.txt