Blender Git Loki
Git Commits -> Revision e732c58
Revision e732c58 by Antonis Ryakiotakis (master) March 22, 2014, 21:35 (GMT) |
Detail sampling operator Located on topology panel. To use just click on button and click on mesh. Operator will just use the dimensions of the triangles below to set the constant detail setting. Also changed pair of scale/detail size with nice separate float percentage value. |
Commit Details:
Full Hash: e732c5809c2be01a0c622987bf9fbe7b37d3ed4c
Parent Commit: c45c472
Lines Changed: +200, -14
7 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+2, -3) (Diff)
/source/blender/blenkernel/BKE_pbvh.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/pbvh_bmesh.c (+44, -0) (Diff)
/source/blender/blenkernel/intern/pbvh_intern.h (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+142, -5) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+5, -5) (Diff)
/source/blender/blenkernel/BKE_pbvh.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/pbvh_bmesh.c (+44, -0) (Diff)
/source/blender/blenkernel/intern/pbvh_intern.h (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+142, -5) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+5, -5) (Diff)