Blender Git Loki
Git Commits -> Revision e0e3038
Revision e0e3038 by Clément Foucault (master) May 30, 2018, 10:25 (GMT) |
Hair Particles: DNA: Add properties for new GPU hairs. Hair Particles shape properties are ported from cycles. Thoses properties have the same defaults and have a do_version of their own. Cycles will use theses properties instead of its custom ones. Some realtime engine specific settings are also added to scene->r because it's much easier to control as global values. Bumping Version number so cycles can do its own do_version on top of the default settings. |
Commit Details:
Full Hash: e0e3038b1e7aec26da7161defa5a34b5d9373b5c
Parent Commit: ec6da3d
Lines Changed: +161, -28
9 Modified Paths:
/release/scripts/startup/bl_ui/properties_particle.py (+31, -0) (Diff)
/release/scripts/startup/bl_ui/properties_render.py (+21, -0) (Diff)
/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/particle.c (+6, -0) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+28, -20) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+15, -4) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+10, -1) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+32, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+17, -2) (Diff)
/release/scripts/startup/bl_ui/properties_render.py (+21, -0) (Diff)
/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/particle.c (+6, -0) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+28, -20) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+15, -4) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+10, -1) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+32, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+17, -2) (Diff)