October 20, 2021, 21:14 (GMT) |
Sculpt: experiment with lock-free mempools and fine grained locks. |
October 20, 2021, 19:27 (GMT) |
Merge branch 'master' into temp-abc-features |
October 20, 2021, 18:03 (GMT) |
Merge branch 'master' into temp-abc-features |
October 20, 2021, 16:26 (GMT) |
Sculpt: fix crash in pose face set fk |
October 20, 2021, 16:25 (GMT) |
Fix UI. |
October 20, 2021, 16:20 (GMT) |
Merge branch 'master' into sculpt-dev Also fixed bug with face set lasso and face set from mask. |
October 20, 2021, 16:10 (GMT) |
Remove attribute regexes. This was too cumbersome to use. |
October 20, 2021, 15:22 (GMT) |
Sculpt: bugfixes * Fixed smooth bug with seam corners. * Fixed crash. |
October 20, 2021, 14:50 (GMT) |
Use panels to organize buttons in the modifier. |
October 20, 2021, 11:22 (GMT) |
Fix missing null-terminator in BLI_string_join_arrayN Although the documentation says so, the null-terminator was missing. This could cause crashes when logging shader linking errors as shader sources are empty in this case. |
October 18, 2021, 18:12 (GMT) |
Merge branch 'master' into temp-abc-features |
October 18, 2021, 18:10 (GMT) |
Generic structures to handle attributes, handle sculpt vcol as regular color. |
October 18, 2021, 10:44 (GMT) |
Sculpt: Implement accumulate for paint and other fixes * The paint brush now supports accumulate. * Fixed bug with PBVH_FACES not setting MSculptVert update flags correctly in face set draw brush. * Topology rake now has a mode where it simply propegates directions from boundaries. |
October 18, 2021, 08:12 (GMT) |
Merge branch 'master' into asset-greasepencil |
October 18, 2021, 06:41 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
October 17, 2021, 23:27 (GMT) |
Sculpt: Fix topology rake performance regression * Don't use quite so many iterations * Defer normals update |
October 17, 2021, 22:55 (GMT) |
Sculpt: split operators from sculpt.c to sculpt_ops.c Except for the main brush operator, that's still in sculpt.c. |
October 17, 2021, 22:45 (GMT) |
Sculpt: Split the brushes from sculpt.c into sculpt_brushes.c. * Also killed the warnings in sculpt_boundary.c |
October 17, 2021, 22:02 (GMT) |
Sculpt: move dyntopo command to top of command list. * Dyntopo is now run before other commands in the brush command lists. * Fixed nasty command subspacing bug. * Added a missing RNA library override flag. |
October 17, 2021, 20:17 (GMT) |
Add more regression tests for new obj exporter. This adds regression tests for exporting most of the blend files in the io_tests/blend_geometry and io_tests/blend_scene tests. A fix was necessary in the BlendfileLoadingBaseTest class to prevent leakage of some global data generated when a loaded file has metaballs. Also, had to fix the exporter to deal with empty curves. |
|