Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-13Blendloader: Option to reports to skip list of recursively liboverride-resync...Bastien Montagne
2021-08-09Cleanup/fixes in UI messages.Bastien Montagne
2021-08-05Fix T89963: crash when library override is applied to an object from a linked...Bastien Montagne
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
2021-07-28Fix (studio-reported) liboverride resync crash after recent changes.Bastien Montagne
2021-07-27Fix LibOverride crashing in some cases where reference linked data gets MIA.Bastien Montagne
2021-07-26LayerCollections: Add a way to prevent their resync with Collection hierarchy.Bastien Montagne
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-29Cleanup: clang-tidyCampbell Barton
2021-06-28LibOverride: Fix crash in ShapeKeys when making a mesh override local.Bastien Montagne
2021-06-23LibOverride: Also override owner collection in Outliner hierarchy override.Bastien Montagne
2021-06-23Revert "Revert "Enhanced stats/reports for blendfile reading.""Bastien Montagne
2021-06-22Revert "Enhanced stats/reports for blendfile reading."Brecht Van Lommel
2021-06-22Enhanced stats/reports for blendfile reading.Bastien Montagne
2021-06-15BLI: use explicit task isolation, no longer part of parallel operationsBrecht Van Lommel
2021-06-08BLI: support disabling task isolation in task poolJacques Lucke
2021-06-04LibOverride: Fix early break in some of the resync code.Bastien Montagne
2021-06-03LibOverride: fix previous commit (rB826bed4349fa).Bastien Montagne
2021-06-03LibOverride: Fix some fail cases with auto-resync.Bastien Montagne
2021-06-03LibOverride: Add `override_hierarchy_create`to ID's RNA API.Bastien Montagne
2021-06-03LibOverride: ensure proper indirect tag for 'virtual' linked IDs.Bastien Montagne
2021-06-01LibOverride: Fix again infinite loop in resync in some complex/degenerated ca...Bastien Montagne
2021-06-01Cleanup: LibOverride: rename 'local' group tagging functions to 'overrides'.Bastien Montagne
2021-06-01Fix libOverride resync issues in some corner-cases.Bastien Montagne
2021-05-28Fix crash in liboverride resync.Bastien Montagne
2021-05-27Fix own crash in today's rBf68288a8746f.Bastien Montagne
2021-05-27LibOverride: refactor recursive resync.Bastien Montagne
2021-05-27Cleanup: rename BKE_main_id_{clear_newpoins => newptr_and_tag_clear}Campbell Barton
2021-05-27LibOverride: Add heuristic protection against infinite loop due to libraries ...Bastien Montagne
2021-05-27Fix (studio-reported) infinite loop in resync code.Bastien Montagne
2021-05-27Cleanup: spellingCampbell Barton
2021-05-26LibOverride: add recursive resync.Bastien Montagne
2021-05-26LibOverride: add helper to retrieve override data from an ID.Bastien Montagne
2021-05-26LibOverride: Do not try to generate override data of linked data.Bastien Montagne
2021-05-12Cleanup: use our own code style for doxy-gen comment blocksCampbell Barton
2021-05-10Cleanup: spellingCampbell Barton
2021-05-07Merge branch 'blender-v2.93-release'Bastien Montagne
2021-05-07LibOverride: more tweaking to handling of obsolete overrides during resync.Bastien Montagne
2021-05-07Merge branch 'blender-v2.93-release'Bastien Montagne
2021-05-07LibOverride: Add proper reports when deleting user-edited overrides as part o...Bastien Montagne
2021-05-07LibOverride: Do not preserve local overrides when their linked data disappear.Bastien Montagne
2021-05-07LibOverride: Fix many 'obsolete' overrides not being properly deleted.Bastien Montagne
2021-05-06LibOverride: Better handling of 'orphaned' Objects in override creation.Bastien Montagne
2021-05-05LibOverride: More fixes to properly ignore non-overridable ID pointers.Bastien Montagne
2021-05-05LibOverride/LibQuery: Refactor 'non-overridable' status management.Bastien Montagne
2021-04-30LibOverride: Fix infinite resync loop in some invalid file cases.Bastien Montagne
2021-04-11Cleanup: spellingCampbell Barton
2021-04-10LibOverride: Fix resync bug on recursive overrides.Bastien Montagne