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
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10Minor cleanup: Use `ID_IS_LINKED`.Bastien Montagne
2022-02-10Fix (unreported) over-resync from RNA detection code in linked cases.Bastien Montagne
2022-02-10LibOverride: Fix/improve handling of hierarchy root in tagged creation.Bastien Montagne
2022-02-10Cleanup: copyright in headers, spelling in commentsCampbell Barton
2022-02-08LibOverride: Use new 'hierarchy root' info in relevant override code.Bastien Montagne
2022-02-08LibOverride: Add 'hierarchy root ID' info.Bastien Montagne
2022-02-08LibOverride: Add 'hierarchy root ID' info.Bastien Montagne
2022-02-03Merge branch 'blender-v3.1-release'Brecht Van Lommel
2022-02-03Fix T91254: Some editing operation indirectly delete objects from override co...Bastien Montagne
2022-02-02LibOverride: Move proxy conversion code in its own file.Bastien Montagne
2022-02-02Merge branch 'blender-v3.1-release'Bastien Montagne
2022-02-02Fix (unreported) bug in liboverride resync code.Bastien Montagne
2022-02-02Proxies Removal: Handle conversion to liboverrides also for linked data.Bastien Montagne
2022-02-02LibOverride: Add 'owner library' info to some liboverride code.Bastien Montagne
2022-01-26LibOverride: Resync: Do not process overrides that should already have been r...Bastien Montagne
2022-01-26Performance: Remap multiple items in UIJeroen Bakker
2022-01-25Revert "Performance: Remap multiple items in UI"Jeroen Bakker
2022-01-25Performance: Remap multiple items in UIJeroen Bakker
2022-01-07LibOverrides: small refactor of resync main public function.Bastien Montagne
2022-01-07LibOverride: Add tag to libraries that had to be recursively resynced.Bastien Montagne
2022-01-06Fix (unreported) crash in liboverride after yesterday's commit.Bastien Montagne
2022-01-05Fix T94650: LibOverride: Bad handling of (auto)resync in case of single overr...Bastien Montagne
2022-01-05LibOverride: Cleanup some code.Bastien Montagne
2021-12-28LibOverride: better handling of the "no override of bones' shapes" case.Bastien Montagne
2021-12-17Cleanup: quiet warning due to incompatible pointer typesJacques Lucke
2021-12-16LibOverride: Further improve creation/resync pre-process speed.Bastien Montagne
2021-12-16LibOverride: Improve speed of resync and creation of liboverrides.Bastien Montagne
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-19Merge branch 'blender-v3.0-release'Omar Emara
2021-11-19Cleanup: fix typos in comments and docsBrecht Van Lommel
2021-11-19Fix (unreported) wrong behavior of constraints in liboverrides.Bastien Montagne
2021-10-06Cleanup: rename BKE_font.h -> BKE_vfont.hCampbell Barton
2021-10-05Fix missing proper 'make local' call for liboverrides from outliner.Bastien Montagne
2021-09-28Fix T89400: Possible to delete objects used by overrides of collections.Bastien Montagne
2021-09-27Fix T91711: Blender 3.0 - The Rain demo scene breaks (Proxy to Override auto ...Bastien Montagne
2021-09-24LibOverride: Deprecate Proxies: Add auto-conversion on file load.Bastien Montagne
2021-09-24LibOverride: Add utils to convert all proxies to overrides.Bastien Montagne
2021-09-21LibOverride: make `view_layer` API parameter optional.Bastien Montagne
2021-09-15Cleanup: doxy sections, parameter syntaxCampbell Barton
2021-08-26Cleanup: Use `ID_IS_LINKED` instead of direct `id.lib` pointer check.Bastien Montagne
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