July 13, 2021, 00:16 (GMT) |
Array Brush: Fix scale, symmetry and rotation jittering |
July 12, 2021, 22:37 (GMT) |
Array Brush: Array rotation orientations working |
July 12, 2021, 21:49 (GMT) |
Array Brush: Orientation detection working |
July 12, 2021, 20:03 (GMT) |
More msvc errors |
July 12, 2021, 20:01 (GMT) |
Sculpt dyntopo: fix msvc compiler error |
July 12, 2021, 16:30 (GMT) |
Definitely going to modify BLI_strict_types.h |
July 12, 2021, 15:48 (GMT) |
Array Brush: First attempt to copy orientation (disabled) |
July 12, 2021, 03:57 (GMT) |
Make gcc happy |
July 12, 2021, 03:28 (GMT) |
Fix bug in previous commit; customdata_bmesh_set_default now ignores CD_MESH_ID layers |
July 12, 2021, 02:02 (GMT) |
BM_mesh_create will now add mesh_id customdata layers when asked, instead of leaving that to the client. Also semi-fixed uninitialized memory bug in bmesh unit test (dunno how best to memset a C struct in C++ won't won't run afoul of some random compiler somewhere). |
July 12, 2021, 01:21 (GMT) |
Let's try that again |
July 12, 2021, 01:20 (GMT) |
Weird linux compile error |
July 12, 2021, 01:14 (GMT) |
Fix more dyntopo sculpt undo memory corruption |
July 11, 2021, 17:14 (GMT) |
Sculpt dyntopo: another attempt to fix undo memory corruption bug |
July 11, 2021, 10:01 (GMT) |
Fix implicit int error |
July 11, 2021, 09:25 (GMT) |
Remove extraneous code |
July 11, 2021, 09:23 (GMT) |
Merge branch 'master' into temp_bmesh_multires |
July 11, 2021, 08:12 (GMT) |
Sculpt dyntopo: Exposed UV smooth bruth in experimental features prefs. * Also got undo working for it |
July 11, 2021, 07:43 (GMT) |
Sculpt dyntopo: Wrote a little UV smoother sculpt brush. It uses a simple LSCM-like solver; hold ctrl to do simple laplacian relaxation. There are some interesting artistic possibilities to using DynTopo with UV maps, the point of this tool is to help explore them. Note that I'm not planning to merge this into master with the rest of this branch. When the time comes I plan to move it into a new branch for sculpt research stuff. |
July 8, 2021, 22:01 (GMT) |
Array Brush: Scale and stroke strength working |
|