Blender Git Commits

Blender Git "master" branch commits.

Page: 788 / 5574

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.
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.
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.
May 8, 2020, 09:15 (GMT)
GPencil: Fix typo error in previous rename
May 8, 2020, 09:02 (GMT)
Cleanup: clang-format
May 8, 2020, 08:57 (GMT)
Merge branch 'blender-v2.83-release'
May 8, 2020, 08:57 (GMT)
Merge branch 'blender-v2.83-release'
May 8, 2020, 08:57 (GMT)
Merge branch 'blender-v2.83-release'
May 8, 2020, 08:57 (GMT)
Merge branch 'blender-v2.83-release'
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.
May 8, 2020, 08:34 (GMT)
GPencil: Refactor - Rename modifier and shder functions

This change is to align names with changes in T76498
May 8, 2020, 08:34 (GMT)
Fix T76498: Refactoring - Rename BKE modifiers funtions

May 8, 2020, 03:43 (GMT)
Cleanup: Doxygen: fix markup warnings for links
May 8, 2020, 03:43 (GMT)
Cleanup: Doxygen: Remove Blank Page
May 8, 2020, 02:42 (GMT)
Fix typo in recent quadric cleanup
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.
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.
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.
May 7, 2020, 22:51 (GMT)
Fix T76525: crash drawing metaballs with multiple material slots
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021