December 25, 2020, 20:36 (GMT) |
Cleanup: Clang format |
December 25, 2020, 20:36 (GMT) |
Sculpt: Base code for gradient tools |
December 25, 2020, 16:25 (GMT) |
Optimize fairing weights calculation |
December 25, 2020, 16:09 (GMT) |
Merge branch 'master' into sculpt-dev |
December 25, 2020, 15:05 (GMT) |
GPencil: Don't normalize strokes by default exporting PDF If the stroke is normalized by default there are gaps. |
December 25, 2020, 14:50 (GMT) |
Merge branch 'master' into greasepencil-object |
December 25, 2020, 14:50 (GMT) |
Merge branch 'master' into temp-gpencil-interpolate |
December 24, 2020, 18:58 (GMT) |
Cleanup: Clang format |
December 24, 2020, 18:57 (GMT) |
Sculpt: Smooth Directional deform mode |
December 24, 2020, 18:30 (GMT) |
Merge branch 'master' into sculpt-dev |
December 24, 2020, 17:11 (GMT) |
WIP refactor of relationships handling in overrides. |
Revision 0fe26a5 by Alexander Gavrilov December 24, 2020, 16:27 (GMT) |
Weight Paint: don't create weight entries if can't paint due to locks. |
December 24, 2020, 15:30 (GMT) |
Merge branch 'master' into sculpt-dev |
December 24, 2020, 15:30 (GMT) |
Preparte curvature fairing and Fairing edit mode operator |
December 24, 2020, 15:00 (GMT) |
Merge branch 'master' into greasepencil-object |
December 24, 2020, 15:00 (GMT) |
Merge branch 'master' into temp-gpencil-interpolate |
Revision ab320d1 by Alexander Gavrilov December 24, 2020, 11:43 (GMT) |
Weight Paint: avoid creating very small values with locked weights. When painting using Auto-Normalize or Lock Relative with some groups locked, the locked weights may not add up precisely to 1 because of precision limitations, which results in creating nonzero weights close to FLT_EPSILON. With Lock Relative display mode this is very obvious and annoying (random red points amid black or blue), so add an epsilon check to consider less than 1e-6 unlocked weight to be the same as 0. |
December 24, 2020, 01:33 (GMT) |
USD importer undo bug workaround. Skipping call to ED_undo_push() at end of the import, as invoking this function appears to cause occasional crashes. This logic should be restored once the source of the crash is determined. |
December 23, 2020, 18:23 (GMT) |
Merge branch 'master' into sculpt-dev |
December 23, 2020, 17:34 (GMT) |
USD Importer Xform merge bug fix. Disallow merging if parent isn't a UsdGeomXform. |
|