Sculpt: Elastic deform type for Snake Hook
This adds deformation types to snake hook and the elastic deformation type. This mode deforms the mesh using a kelvinlet instead of applying the displacement directly inside the brush radius, which is great for stylized shapes sketching. Changes in rake rotation when using elastic are too strong when set to 1, so I'll add a nicer way to support rake rotations with smoother transitions in the future. Reviewed By: sergey, JulienKaspar Differential Revision: https://developer.blender.org/D9560
This commit is contained in:
@@ -643,6 +643,11 @@ def brush_settings(layout, context, brush, popover=False):
|
||||
layout.prop(brush, "elastic_deform_volume_preservation", slider=True)
|
||||
layout.separator()
|
||||
|
||||
elif sculpt_tool == 'SNAKE_HOOK':
|
||||
layout.separator()
|
||||
layout.prop(brush, "snake_hook_deform_type")
|
||||
layout.separator()
|
||||
|
||||
elif sculpt_tool == 'POSE':
|
||||
layout.separator()
|
||||
layout.prop(brush, "deform_target")
|
||||
|
||||
Reference in New Issue
Block a user