Revision 4c5fe54 by Dalai Felinto May 8, 2014, 18:05 (GMT) |
ammend to [31cb7e39] Bake API: calculating differentials |
Revision 672cebf by Dalai Felinto May 8, 2014, 17:38 (GMT) |
Cycles-Bake: displacement support (fix T40068) Code with contribution from Brecht Van Lommel. Reviewers: brecht Differential Revision: https://developer.blender.org/D510 |
Revision 31cb7e3 by Dalai Felinto May 8, 2014, 17:38 (GMT) |
Bake API: calculating differentials Code with contribution from Brecht Van Lommel (he wrote the bake_differentials actually ;) Reviewers: brecht Differential Revision: https://developer.blender.org/D510 |
Revision 732bc8f by Antonis Ryakiotakis May 8, 2014, 16:25 (GMT) |
Clarification of UI messages: Show that modifier may not be supported in dyntopo rather than sculpt mode in general. This is useful information since users may confuse the two. Multires for instance is surely supported in sculpt mode, but not in dyntopo. |
Revision 0d85be5 by Antonis Ryakiotakis May 8, 2014, 16:15 (GMT) |
Fix T39950, part 2. Warn when a modifier does not support optimal drawing and mask/hidden parts display. User report was that hidden parts became visible after adding a new modifier subdivision. Subdivision was added with the Ctrl+number keys. First part of the fix was to make sure we add a multires instead of the subsurf modifier in sculpt mode with the PageUp/Down Ctrl+number keys. We can't really stop users from having added a subsurf modifier already. We could be "smart" and convert subsurf to mulrires upon entering sculpt mode maybe but that can easily backfire - or users may actually want that. For now, just warn that the modifier won't support Hiding/Masking and optimal drawing. |
Revision 5a8d7af by Bastien Montagne May 8, 2014, 15:48 (GMT) |
Fix T40074: Autosmooth option causes assert failure when selected. No need to call `dm_ensure_display_normals()` when using loop normals, poly/vert ones have already been computed! |
Revision bbf6db0 by Antonis Ryakiotakis May 8, 2014, 14:58 (GMT) |
Fix regression from 2.70: Multires did not support hiding in zero level. It's a case of PBVH not being used in drawing due to code reporting active modifiers being used. However multires level zero can be treated as effectively no modifier and we can use mesh PBVH. |
Revision 19bddbf by Brecht Van Lommel May 8, 2014, 13:27 (GMT) |
Fix T40079: cycles crash with objects that have hair motion blur, but no triangle motion. |
Revision 105aa67 by Campbell Barton May 8, 2014, 09:54 (GMT) |
Fix typo |
Revision 6434154 by Campbell Barton May 8, 2014, 09:46 (GMT) |
Revision 75d49b7 by Tamito Kajiyama May 8, 2014, 09:42 (GMT) |
Removed a Freestyle hack for DAG updates introduced in commit rBae58968e0a61. Now that Freestyle employs a separate Main, this workaround is no longer necessary. Reviewers: sergey Reviewed By: sergey Differential Revision: https://developer.blender.org/D513 |
Revision 56df85b by Joshua Leung May 8, 2014, 09:01 (GMT) |
Bugfix T40082: NLA Meta strips were no longer evaluating correctly It seems that since the changes to how new NLA strips are handled, accumulating these in a temporary buffer and then trying to combine the results didn't work that great anymore. |
Revision e21d410 by Bastien Montagne May 8, 2014, 07:18 (GMT) |
Remove 'Autosmooth' settings from Item 3DView panel. Not that happy with this, but this Item panel is a bit stupid, and we could add more useful settings as well. So better get a design decision first, here. |
Revision cd60c18 by Lukas Toenne May 8, 2014, 06:13 (GMT) |
Fix T40080: forcefield_toggle_exec() doesn't always enable force field. Kudos to Brent Baccala for investigating and suggesting a fix. |
Revision 49cde5d by Joshua Leung May 8, 2014, 05:57 (GMT) |
Drivers: When editing expressions from UI buttons, "invalid" flags now get cleared from the drivers With this change, there should hopefully be less need to hit "Update Dependencies" on drivers so often. |
Revision d20c9e4 by Joshua Leung May 8, 2014, 05:43 (GMT) |
Bugfix: "Lock time to frame range" didn't work in the Graph Editor This uses a different operator than the other time editors (as it needs to support the setting of the value-cursor too), so the changes here didn't get propagated through. |
Revision 88e5705 by Campbell Barton May 8, 2014, 04:22 (GMT) |
Code Cleanup: remove unused m_contactProcessingThreshold |
Revision ba88824 by Campbell Barton May 8, 2014, 04:16 (GMT) |
Remove unused scons config files |
Revision 8841ed8 by Campbell Barton May 8, 2014, 03:55 (GMT) |
Add missing context member for doc gen |
Revision ee5284f by Mitchell Stokes May 8, 2014, 03:32 (GMT) |
BGE: Dynamically-allocated action layers This patch removes the limitations on the number of action layers in the BGE. BL_ActionManager currently uses a fixed array to keep track of the action layers. This patch replaces the fixed array with a map which allows for dynamic allocation of action layers. Layers (map items) are automatically removed on BL_ActionManager's update function. The maximum number of layers is roughly the value of a short. Backwards functionality is maintained and there are no changes to the Python API. Task Discussion: https://developer.blender.org/T39572 Author: Kevin Ednalino Reviewers: moguri Differential Revision: https://developer.blender.org/D491 |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021