Blender Git Statistics -> Branches -> override-refactor-tmp-2

"Override-refactor-tmp-2" branch

Total commits : 5
Total committers : 1
First Commit : March 5, 2021
Latest Commit : March 5, 2021


Commits by Date

DateNumber of Commits
March 5, 20215

Committers

AuthorNumber of Commits
Bastien Montagne5

Popular Files

FilenameTotal Edits
lib_override.c4
BKE_lib_override.h2
DNA_ID.h1
rna_access_compare_override.c1
blendfile.c1
rna_rna.c1

Latest commits Feed

March 5, 2021, 09:12 (GMT)
LibOverride: Do not delete no-more-used overrides during resync if they are user-edited.

Ultimately those will be listed with a special icon in the upconning
Outliner overrides view.
March 5, 2021, 09:12 (GMT)
LibOverride: auto-run resync process on file reading.
March 5, 2021, 09:12 (GMT)
LibOverride: Add second part of auto-resync code.

`BKE_lib_override_library_main_resync` uses
`LIB_TAG_LIB_OVERRIDE_NEED_RESYNC` tags set by RNA override apply code,
and perform detection for the remaining cases (those were new overrides
need to be created for data that was not present before in the library).

And then it actually resync all needed local overrides.
March 5, 2021, 09:12 (GMT)
LibOverride: First stage of detection of 'need resync'.

We can fairly easily detect some resync-needed cases when applying the
overrides operations on a Pointer RNA property.

This should cover all cases where an existing override's ID pointer is
changed in its linked data.

We still have to add code to detect when a not-yet-overridden linked ID
needs to become overridden (because its relations to other data-blocks
changed in a way that requires it).
March 5, 2021, 09:12 (GMT)
LibOverride: Add a utils to check if override has been user-edited.

MiikaHweb - Blender Git Statistics v1.06
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021