Blender Git Commit Log
Git Commits -> Revision e38a0b3
Revision e38a0b3 by Alexander Gavrilov (master) October 1, 2018, 12:47 (GMT) |
Shrinkwrap Constraint: implement projection features from the modifier. Allow raycasting in two directions and culling front or back faces. Also implement a new Invert Cull option in both constraint and modifier that can be used to aim for faces aligned with the project axis direction when raycasting both ways. Reviewers: mont29 Differential Revision: https://developer.blender.org/D3737 |
Commit Details:
Full Hash: e38a0b3748683a35601c256053f716ad8b57002f
Parent Commit: be0e58d
Lines Changed: +106, -9
8 Modified Paths:
/release/scripts/startup/bl_ui/properties_constraint.py (+9, -0) (Diff)
/release/scripts/startup/bl_ui/properties_data_modifier.py (+4, -0) (Diff)
/source/blender/blenkernel/intern/constraint.c (+18, -2) (Diff)
/source/blender/blenkernel/intern/shrinkwrap.c (+8, -2) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+17, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+40, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+7, -4) (Diff)
/release/scripts/startup/bl_ui/properties_data_modifier.py (+4, -0) (Diff)
/source/blender/blenkernel/intern/constraint.c (+18, -2) (Diff)
/source/blender/blenkernel/intern/shrinkwrap.c (+8, -2) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+17, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+40, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+7, -4) (Diff)