Revision 41b65d9 by Bastien Montagne January 10, 2019, 15:47 (GMT) |
Fix T59631: Crash in Surface Deform modifier Bind when Dynamic Paint is included. We should *never* prevent copying basic mesh CDLayers (vertices etc.), that does not make sense. I guess issue was not in old DM because geometry was duplicated anyway, and in 'normal' modifier stack eval, probably because bare mesh was awlays requested? But we should not have to be explicit here about it. |
Revision e31a5a4 by Antonio Vazquez January 10, 2019, 15:26 (GMT) |
GP: Fix render glitch when have collision with mesh |
Revision 0f17752 by Sergey Sharybin January 10, 2019, 15:22 (GMT) |
Use proper ID to create FModifier RNA pointer Allows to do simple DEG tag, without extra checks for ID type. Will solve possible missing updates when modifying f-curve modifier of a shared action. |
Revision ba2b26a by Philipp Oeser January 10, 2019, 15:07 (GMT) |
Support proportional edit scaling on dopesheet keyframes Fixes T60361 Reviewers: brecht Maniphest Tasks: T60361 Differential Revision: https://developer.blender.org/D4188 |
Revision 92a081f by Sergey Sharybin January 10, 2019, 15:05 (GMT) |
Fix T60340: Removing f-curve modifier doesn't update animation |
Revision fc24d1a by Sergey Sharybin January 10, 2019, 15:05 (GMT) |
Keep track of owner of f-curve This is a part of another which, which needs to tag owner of f-curve for an update. But since this is too many lines changed committing separately. Basically, for f-curve AnimElement we are now storing ID whih owns the f-curve. |
January 10, 2019, 14:55 (GMT) |
UI: make pie menus stick only when tapping key. When holding down the key for a while, the pie menu will disappear when releasing the key. This is under the assumption that in this case the user decided to cancel the action. Differential Revision: https://developer.blender.org/D4180 |
Revision f572a15 by Philipp Oeser January 10, 2019, 14:53 (GMT) |
Revision 80281e3 by Gaia Clary January 10, 2019, 12:15 (GMT) |
fix T60049: Collada Exporter: When exporting multiple UVs, the set index must start with 0 |
Revision 16b0a74 by Antonio Vazquez January 10, 2019, 12:13 (GMT) |
GP: Fix unreported pixel glitches There was a problem in the caps start and in some situations, the pixel was wrong. Also changed the way the caps are detected because use the alpha in negative was a hack that maybe will not work with all drivers. |
Revision 80ffa73 by Alexander Gavrilov January 10, 2019, 09:15 (GMT) |
Fix T60285: allow negative offsets in shrinkwrap (worked in 2.79). |
Revision 0f99845 by Campbell Barton January 10, 2019, 07:29 (GMT) |
3D View: use faded color for dupli instance outlines Similar to 2.7x, so instanced geometry can be differentiated. |
Revision 5ce6b34 by Campbell Barton January 10, 2019, 07:28 (GMT) |
3D View: use faded color for dupli instance wire & points Similar to 2.7x, so instanced geometry can be differentiated. |
Revision ca8f521 by Campbell Barton January 10, 2019, 03:11 (GMT) |
Undo System: switch active text block when undoing |
Revision a44ac44 by Campbell Barton January 10, 2019, 02:11 (GMT) |
Revision 11f9938 by Campbell Barton January 10, 2019, 02:02 (GMT) |
Clenaup: remove unused EM_WAITCURSOR |
Revision 002d0bd by Campbell Barton January 10, 2019, 01:55 (GMT) |
Cleanup: remove unused copy menu code Unused since 2.4x. |
Revision b389bb5 by Campbell Barton January 10, 2019, 01:41 (GMT) |
Cleanup: end DefNode macro w/ semicolon Needed for clang-format. |
Revision 0373ff5 by Campbell Barton January 10, 2019, 01:38 (GMT) |
Cleanup: end bgl macros w/ semicolon Needed for clang-format. |
Revision 1e00f91 by Campbell Barton January 10, 2019, 01:25 (GMT) |
Fix gizmo orientation w/ shear tool |
|
|
|


Master Commits
MiikaHweb | 2003-2021