blender/release/scripts
Pablo Dobarro 1c1a14dcdf Voxel Remesh: Edit Voxel Size operator
This operator lets the user control the voxel/detail size of the voxel remesher directly from the 3D view in a similar way the Brush radius and strength are controlled.  The shorcut from sculpt mode is Shift + R (similar to Shift + F for brush strength).
It shows a grid that represents the real voxel size of the object. The grid and the text are automatically aligned to the view to avoid rendering all voxels with thousands of lines.

It also has a slow mode when pressing shift that works like the slow mode of the brush radius control.

This operator controls the value changes sensitivity automatically to avoid jumping to extremelly high resolutions and run out of memory.
This way, adjusments done in lower voxel sizes are more precise. Pressing Ctrl disables this functionality and allows changing the voxel size directly in a linear way.

Reviewed By: jbakker, #user_interface, billreynish

Differential Revision: https://developer.blender.org/D6449
2020-03-31 17:31:13 +02:00
..
addons@8e6f485cf5 Cleanup: Removing unused parameter. 2020-03-28 09:14:07 +01:00
addons_contrib@7077ff0738 Cleanup: Removing unused parameter. 2020-03-28 09:14:07 +01:00
freestyle Fix T72289: FreeStyle python error 2019-12-18 11:00:50 +01:00
modules Fix T66655: Add-on tool keymap not working after restart 2020-03-27 17:38:13 +11:00
presets Voxel Remesh: Edit Voxel Size operator 2020-03-31 17:31:13 +02:00
startup UI: group edit-mesh Separate with Split & Merge 2020-03-31 18:21:21 +11:00
templates_osl OSL: remove fresnel template that was not public domain. 2019-01-28 12:04:54 +01:00
templates_py Addons: deprecate 'wiki_url' 2020-03-05 11:45:22 +11:00