Blender Git Loki
Git Commits -> Revision 4446acb
Revision 4446acb by Kévin Dietrich (master) September 24, 2016, 20:21 (GMT) |
Viewport smoke: add support for axis aligned slicing. Current approach uses view aligned slicing to generate polygons for GL texturing such that the generated polygons are always facing the view plane. Now it is also possible to use object aligned slicing, which creates polygons by slicing the object perpendicular to whichever axis is facing the most the view plane. It is also possible to create a single slice for inspecting the volume, or for 2D rendering effects. Settings for this, along with a density multiplier setting, are to be found in a newly added "Smoke Display Settings" panel in the smoke domain properties tab. Reviewers: plasmasolutions, gottfried Differential Revision: https://developer.blender.org/D1733 |
Commit Details:
Full Hash: 4446acbf17748f30b163016cfc4b88bba8653517
Parent Commit: a070a5b
Lines Changed: +248, -3
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_physics_smoke.py (+35, -0) (Diff)
/source/blender/blenkernel/intern/smoke.c (+13, -0) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+19, -0) (Diff)
/source/blender/editors/space_view3d/drawvolume.c (+92, -3) (Diff)
/source/blender/makesdna/DNA_smoke_types.h (+27, -0) (Diff)
/source/blender/makesrna/intern/rna_smoke.c (+62, -0) (Diff)
/source/blender/blenkernel/intern/smoke.c (+13, -0) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+19, -0) (Diff)
/source/blender/editors/space_view3d/drawvolume.c (+92, -3) (Diff)
/source/blender/makesdna/DNA_smoke_types.h (+27, -0) (Diff)
/source/blender/makesrna/intern/rna_smoke.c (+62, -0) (Diff)