Blender Git Commit Log
Git Commits -> Revision 14e825a
Revision 14e825a by Kévin Dietrich (master) September 24, 2016, 20:36 (GMT) |
Viewport smoke: add options to draw velocity vectors. This basically exposes to the UI a function that was only available through a debug macro ; the purpose is obviously to help debugging simulations. It adds ways to draw the vectors either as colored needles or as arrows showing the direction of the vectors. The colors are based on the magnitude of the underlying vectors. Reviewers: plasmasolutions, gottfried Differential Revision: https://developer.blender.org/D1733 |
Commit Details:
Full Hash: 14e825aa1fb57db85cecfda0cd69843b57cefd12
Parent Commit: 4446acb
Lines Changed: +213, -50
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_physics_smoke.py (+8, -0) (Diff)
/source/blender/blenkernel/intern/smoke.c (+4, -0) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+4, -3) (Diff)
/source/blender/editors/space_view3d/drawvolume.c (+162, -42) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+2, -4) (Diff)
/source/blender/makesdna/DNA_smoke_types.h (+9, -1) (Diff)
/source/blender/makesrna/intern/rna_smoke.c (+24, -0) (Diff)
/source/blender/blenkernel/intern/smoke.c (+4, -0) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+4, -3) (Diff)
/source/blender/editors/space_view3d/drawvolume.c (+162, -42) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+2, -4) (Diff)
/source/blender/makesdna/DNA_smoke_types.h (+9, -1) (Diff)
/source/blender/makesrna/intern/rna_smoke.c (+24, -0) (Diff)