Blender Git Commits

Blender Git commits from all branches.

Page: 765 / 2888

July 30, 2020, 10:29 (GMT)
Depsgraph: Add command line argument to debug UUIDs

Will trigger code paths which makes sure UUIDs are generated and
are unique.

Enabled with --debug-depsgraph-uuid (which is also implied by
--debug-depsgraph).
July 30, 2020, 10:23 (GMT)
Sequencer: Add session UUID check function

Is aimed for use during development and debug, to help
verifying that operations do not leave sequences with
invalid UUIDs.
July 30, 2020, 10:23 (GMT)
Sequencer: Add session UUID to Sequence

This is the first step for having sequences covered with session UUID
with the goal to remove code which uses original sequence pointer to
match sequences.

Currently this UUID is maintained on file load, allocation and leaf
duplication function.There are more cases to cover and ensure UUID
is re-generated or re-used when needed. It will be done as follow-up
development.
July 30, 2020, 10:23 (GMT)
Depsgraph: Use explicit flag that ID is to copied for copy-on-write

Before this this situation was deducted using NO_MAIN flag, which is
no really reliable.

This new flags makes things explicit. Currently unused, but will be
used by the new code, and will replace legacy checks eventually.
July 30, 2020, 10:23 (GMT)
Sequencer: Add session UUID field to the Sequence
July 30, 2020, 10:23 (GMT)
Initial implementation of generic session UUID API
July 30, 2020, 09:36 (GMT)
Add generic session UUID structures to DNA

Allows to use pre-defined structure for session UUIDs in all data
structures which needs it: pose channels, sequencer strips, modifiers.

The goal of all this is to have a reliable way of matching original
and copy-on-written versions of data, so that it's possible to
preserve runtime caches.
July 30, 2020, 08:37 (GMT)
Relabeled sub-panels under 'Viewport Display' in fluid properties
- Relabeled 'Color Mapping' to 'Grid Display'
- Relabeled 'Debug Velocity' to 'Vector Display'
July 30, 2020, 08:00 (GMT)
Fluid: Added option to control the scaling of display vectors with their magnitudes
July 30, 2020, 06:54 (GMT)
Merge branch 'master' into soc-2020-info-editor
July 30, 2020, 01:45 (GMT)
Outliner: Fix crash opening scenes view

The collection enable box should only show in scenes view.
Revision 9ca8bf1 by TempoDev (soc-2020-custom-menus)
July 30, 2020, 01:22 (GMT)
Custom Menus : merge
Revision 2ae9183 by TempoDev (soc-2020-custom-menus)
July 29, 2020, 23:21 (GMT)
Custom Menus : fix pie menu buttons
July 29, 2020, 22:41 (GMT)
Cleanup: Add TODO comments
July 29, 2020, 22:41 (GMT)
Merge branch 'master' into soc-2020-outliner
July 29, 2020, 21:21 (GMT)
Merge branch 'master' into property-search-ui-v2
July 29, 2020, 20:56 (GMT)
Added Particle system class and Tests to extend the framework
July 29, 2020, 19:00 (GMT)
GPencil: Fix SVG export problem for active frame

If the current frame was higher, the export was not done.
July 29, 2020, 18:40 (GMT)
More light tree volume tweaks
July 29, 2020, 18:39 (GMT)
Merge remote-tracking branch 'origin/soc-2020-info-editor' into soc-2020-info-editor
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021