Blender Git Commit Log
Git Commits -> Revision 8599034
Revision 8599034 by Clément Foucault (master) June 9, 2017, 21:21 (GMT) |
Probe: Remove Bounding Box parameter. After using it for like 30 sec, the min max bound box is absolutely not practical. Reverting into using a unit cube with object transform. This also simplify the code. In the future of center probes will be implemented using another object matrix (via an object pointer). |
Commit Details:
Full Hash: 85990343f631e78ef62980f20a372907ce344e2f
Parent Commit: 2057249
Lines Changed: +25, -81
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_probe.py (+5, -11) (Diff)
/source/blender/blenkernel/intern/probe.c (+1, -5) (Diff)
/source/blender/draw/engines/eevee/eevee_probes.c (+4, -38) (Diff)
/source/blender/makesdna/DNA_probe_types.h (+3, -7) (Diff)
/source/blender/makesrna/intern/rna_probe.c (+12, -20) (Diff)
/source/blender/blenkernel/intern/probe.c (+1, -5) (Diff)
/source/blender/draw/engines/eevee/eevee_probes.c (+4, -38) (Diff)
/source/blender/makesdna/DNA_probe_types.h (+3, -7) (Diff)
/source/blender/makesrna/intern/rna_probe.c (+12, -20) (Diff)