Revision f9d9bf4 by Sybren A. Stüvel May 8, 2020, 13:10 (GMT) |
Tests: Alembic, log entire command when `abcls` fails This makes it easier to manually run the `abcls` when a test fails, aiding inspection & fixing. No function changes to actual Blender code. |
Revision 18f833b by Sebastián Barschkis May 8, 2020, 11:11 (GMT) |
Additional fix for T76426: Mantaflow Liquid - Gravity not respecting Time Scale from domain. Removed time scale from another conversion factor. See also changes from 6400f54b4cc6. |
Revision d9a9e64 by Sybren A. Stüvel May 8, 2020, 10:26 (GMT) |
Cleanup: USD, refactored export graph construction The construction of the export graph is now split into a few steps: - Construct a `HierarchyContext` object for the to-be-exported object. - Determine the graph index, i.e. the export-parent and the duplicator. - Update the `HierarchyContext` object for this graph index. This allows the upcoming new Alembic exporter to override the location of an object in the export graph, in order to support "flattened" exports. Aside from that, this also simply makes the code cleaner. No functional changes. |
Revision 163a48f by Sybren A. Stüvel May 8, 2020, 10:19 (GMT) |
Cleanup: Alembic, moved axis conversion functions into their own files The long-term goal is to move code out of `abc_util.{h,cc}` into either files with better, more concrete names, or simply into the one file where they are used. No functional changes. |
Revision 298356a by Antonio Vazquez May 8, 2020, 09:15 (GMT) |
GPencil: Fix typo error in previous rename |
Revision 32f7495 by Campbell Barton May 8, 2020, 09:02 (GMT) |
Cleanup: clang-format |
Revision c532c6c by Campbell Barton May 8, 2020, 08:57 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision fc3cc2c by Campbell Barton May 8, 2020, 08:57 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 3daf1b1 by Campbell Barton May 8, 2020, 08:57 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision f10fb04 by Campbell Barton May 8, 2020, 08:57 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision b1c4db1 by Campbell Barton May 8, 2020, 08:55 (GMT) |
Fix T76484: Infinite event handling when loading with load_ui=False When loading a file from the Python console with load_ui=False, the event was never freed from the queue causing the command to continuously be executed. |
Revision a2f4d7b by Antonio Vazquez May 8, 2020, 08:34 (GMT) |
GPencil: Refactor - Rename modifier and shder functions This change is to align names with changes in T76498 |
Revision 2bb9a46 by Antonio Vazquez May 8, 2020, 08:34 (GMT) |
Revision b4d50d3 by Aaron Carlisle May 8, 2020, 03:43 (GMT) |
Cleanup: Doxygen: fix markup warnings for links |
Revision 34792f5 by Aaron Carlisle May 8, 2020, 03:43 (GMT) |
Cleanup: Doxygen: Remove Blank Page |
Revision 21dd352 by Campbell Barton May 8, 2020, 02:42 (GMT) |
Fix typo in recent quadric cleanup |
Revision eefa82a by Campbell Barton May 8, 2020, 02:36 (GMT) |
Cleanup: callback naming for search button & update doc-strings Callback naming didn't always make it clear which function updated the search contents and the function used to execute the action. |
Revision 7f5570c by Brecht Van Lommel May 8, 2020, 00:02 (GMT) |
Fix T76324: face set operators not working from Python console by default Operators should almost always implement exec() so that they can work without user event input. In this case there was no reason to have invoke() at all since no event is needed. |
Revision 2a8ba9c by Brecht Van Lommel May 7, 2020, 23:51 (GMT) |
Fix T76471: timer not removed after changing file browser to another type The file browser exit() callback was not called. RNA get functions should never modify data, here the area type info to be changed before the screen and area were properly updated. |
Revision 7a4e045 by Brecht Van Lommel May 7, 2020, 22:51 (GMT) |
Fix T76525: crash drawing metaballs with multiple material slots |
|
|
|


Master Commits
MiikaHweb | 2003-2021