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-22Fix (unreported) LibOverride: missing copying `flag` member.Bastien Montagne
2022-02-03Fix (unreported) broken logic in proxy to liboverride conversion.Bastien Montagne
2022-02-03Fix T91254: Some editing operation indirectly delete objects from override co...Bastien Montagne
2022-02-02Fix (unreported) bug in liboverride resync 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
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