Revision 605749f by Bastien Montagne March 7, 2019, 15:25 (GMT) |
Modifiers Evaluation: generate loop normals when requested. This also fixes T62228. However, datatransfer code is still doing bad things with its source, still working on proper changes here. |
Revision 75dad2a by Sergey Sharybin March 7, 2019, 15:09 (GMT) |
Multires: Fix crash on exit when sculpting with modifiers The SubdivCCG structure was re-allocated, but the cached one in the sculpt session was still pointing to an original one. This is rather a workaround, but is least evil from what i can currently think. Remember something similar was also required in 2.7 as well. Definitely need to revision this change. |
Revision 9e1d113 by Sergey Sharybin March 7, 2019, 15:09 (GMT) |
Sculpt; Fix memory leak on redraw normals update |
Revision 967d82d by Sergey Sharybin March 7, 2019, 15:09 (GMT) |
Fix T62271: Particles with multires crash on sculpt In fact, any modifier on top of multires would lead to crash. Was missing pointer update. Basically, bring the control flow closer to 2.7. |
Revision 594f2b8 by Jacques Lucke March 7, 2019, 14:55 (GMT) |
Fix T61671: Too strong too dark text shadow in Blender Light theme Reviewers: pablovazquez Differential Revision: https://developer.blender.org/D4468 |
Revision b3d6380 by Jacques Lucke March 7, 2019, 14:55 (GMT) |
Fix T61761: Randomize Transform is an object mode operator Reviewers: brecht, billreynish Differential Revision: https://developer.blender.org/D4467 |
Revision ed24315 by William Reynish March 7, 2019, 14:07 (GMT) |
UI: Change UI name of Draw Labels to Include Labels For compliance with recent naming conventions. |
Revision 6837474 by William Reynish March 7, 2019, 13:57 (GMT) |
UI: Use sub-panels inside Grease Pencil Onion Skinning panel Reviewers: Antonio Vazquez (antoniov) Differential Revision: D4465 |
Revision 90f4ff9 by Campbell Barton March 7, 2019, 13:43 (GMT) |
Image: use sample size instead of radius It wasn't possible to sample a 2x2 region. |
Revision 1b49c7f by Campbell Barton March 7, 2019, 13:17 (GMT) |
Cleanup: redundant select flush |
Revision 1901595 by Campbell Barton March 7, 2019, 12:45 (GMT) |
Tool System: use set/add/subtract for all lasso select operators |
Revision a280867 by Brecht Van Lommel March 7, 2019, 11:23 (GMT) |
Fix T62289: crash with texture paint slots and missing node group datablock. |
Revision af50099 by Sergey Sharybin March 7, 2019, 11:16 (GMT) |
Multires: Fiux memory leak The work data for materials flags was never freed. |
Revision d617466 by Jacques Lucke March 7, 2019, 11:02 (GMT) |
Refactor building the draw string for floats and ints Differential Revision: https://developer.blender.org/D4466 |
Revision e25cdac by Brecht Van Lommel March 7, 2019, 10:55 (GMT) |
Fix T62280: driver functions added in load_post broken after recent changes. Evaluate the dependency graph a bit later still. This kind of worked before because it was using the drive namespace from the previously loaded .blend file but that's of course wrong. |
Revision f3c6b0b by Bastien Montagne March 7, 2019, 10:45 (GMT) |
I18n: Enable Thai language. |
Revision ab0bc65 by Bastien Montagne March 7, 2019, 10:29 (GMT) |
Refactor CDData masks, to have one mask per mesh elem type. We already have different storages for cddata of verts, edges etc., 'simply' do the same for the mask flags we use all around Blender code to request some data, or limit some operation to some layers, etc. Reason we need this is that some cddata types (like Normals) are actually shared between verts/polys/loops, and we don?t want to generate clnors everytime we request vnors! As a side note, this also does final fix to T59338, which was the trigger for this patch (need to request computed loop normals for another mesh than evaluated one). Reviewers: brecht, campbellbarton, sergey Differential Revision: https://developer.blender.org/D4407 |
Revision cee5316 by William Reynish March 7, 2019, 10:12 (GMT) |
Tools: Add Radius tool to Grease Pencil toolbar Icon pending. |
Revision aef3eff by Campbell Barton March 7, 2019, 09:53 (GMT) |
Cleanup: de-duplicate selection keymap templates |
Revision 219e2f9 by Campbell Barton March 7, 2019, 09:34 (GMT) |
Tool System: use set/add/subtract for all box select operators |
|
|
|


Master Commits
MiikaHweb | 2003-2021