Blender Git Loki
Git Commits -> Revision 98e0500
June 3, 2019, 08:39 (GMT) |
Low res display option (decimation) and indexing fixes This implements a new feature for faster display by reducing the resolution of the displayed cache. This also fixes some mistakes with cache indexing and coords. |
Commit Details:
Full Hash: 98e05009961818e9c46433c376f3665aa500d160
Parent Commit: b63e836
Committed By: Stefan Werner
Lines Changed: +150, -49
7 Modified Paths:
/intern/openvdb/intern/openvdb_dense_convert.h (+10, -9) (Diff)
/intern/openvdb/openvdb_capi.cc (+5, -5) (Diff)
/intern/openvdb/openvdb_capi.h (+1, -1) (Diff)
/release/scripts/startup/bl_ui/properties_data_modifier.py (+2, -0) (Diff)
/source/blender/blenkernel/intern/pointcache.c (+123, -34) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+6, -0) (Diff)
/intern/openvdb/openvdb_capi.cc (+5, -5) (Diff)
/intern/openvdb/openvdb_capi.h (+1, -1) (Diff)
/release/scripts/startup/bl_ui/properties_data_modifier.py (+2, -0) (Diff)
/source/blender/blenkernel/intern/pointcache.c (+123, -34) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+6, -0) (Diff)