Blender Git Commit Log

Git Commits -> Revision 87ceff3

Revision 87ceff3 by Jacques Lucke (master)
June 23, 2020, 09:30 (GMT)
Preferences: New experimental settings for particle system and hair

This replaces the cmake options `WITH_NEW_OBJECT_TYPES` and
`WITH_NEW_SIMULATION_TYPE` with two experimental userpref settings:

* `use_new_particle_system`: Enables the point cloud type and the simulation editor.
* `use_new_hair_type`: Only displays the add-operator in the add menu for now.

Note, in the current state you can't do anything productive with the new particle
system or the new hair type. Features will be added step by step in the upcoming
weeks and months.

Reviewers: brecht

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

Commit Details:

Full Hash: 87ceff3d1b5805658622a314a84620b52ab98c7d
Parent Commit: 13a5b95
Lines Changed: +41, -170

25 Modified Paths:

/CMakeLists.txt (+0, -8) (Diff)
/intern/cycles/blender/blender_curves.cpp (+2, -19) (Diff)
/intern/cycles/blender/blender_geometry.cpp (+0, -12) (Diff)
/intern/cycles/blender/blender_object.cpp (+0, -4) (Diff)
/intern/cycles/blender/CMakeLists.txt (+0, -4) (Diff)
/release/scripts/startup/bl_ui/space_userpref.py (+2, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+2, -2) (Diff)
/source/blender/editors/object/CMakeLists.txt (+0, -4) (Diff)
/source/blender/editors/object/object_add.c (+18, -2) (Diff)
/source/blender/editors/object/object_ops.c (+0, -2) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+0, -6) (Diff)
/source/blender/editors/space_buttons/CMakeLists.txt (+0, -4) (Diff)
/source/blender/editors/space_node/CMakeLists.txt (+0, -4) (Diff)
/source/blender/editors/space_node/space_node.c (+2, -3) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+3, -23) (Diff)
/source/blender/makesrna/intern/makesrna.c (+0, -6) (Diff)
/source/blender/makesrna/intern/rna_action.c (+0, -2) (Diff)
/source/blender/makesrna/intern/rna_ID.c (+0, -22) (Diff)
/source/blender/makesrna/intern/rna_main.c (+0, -10) (Diff)
/source/blender/makesrna/intern/rna_main_api.c (+0, -8) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+0, -6) (Diff)
/source/blender/makesrna/intern/rna_object.c (+0, -4) (Diff)
/source/blender/makesrna/intern/rna_space.c (+0, -12) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+9, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021