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-10-07Cleanup: spelling in commentsCampbell Barton
2022-10-05BKE_Main: Add clear separation between 'temp' mains and global main.Bastien Montagne
2022-10-04Fix T101559: Rain Test Animation demo crashes Blender 3.3Bastien Montagne
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-08IDManagement: Add new `BKE_id_owner_get` accessor.Bastien Montagne
2022-09-07Cleanup: remove unused Main argument to RNA_path functionsCampbell Barton
2022-09-06Cleanup: IDManagement: Simplify `owner_get` calllback of IDTypeInfo.Bastien Montagne
2022-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-08-30LibOverride: Minor resync optimization by removing unuecessary processing.Bastien Montagne
2022-08-30Cleanup: Remove one level of indentation by early continue in a loop.Bastien Montagne
2022-08-30Fix T100586: libOverride resync could remove too many data-blocks.Bastien Montagne
2022-08-18LibOverride: Preserve active object when creating overrides.Bastien Montagne
2022-08-16Fix (unreported) bug in liboverride 'leaves' detection.Bastien Montagne
2022-08-12IDType `get_owner`: add an optional hint about owner ID.Bastien Montagne
2022-08-05Cleanup: Use c++ casting in liboverride BKE code.Bastien Montagne
2022-08-04Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-08-02LibOverride: Expose in public API the utils to get actual override data.Bastien Montagne
2022-07-27Fix more issues with new name map and liboverrides.Bastien Montagne
2022-07-27ID namemap: Add check for consistency.Bastien Montagne
2022-07-27Fix crashes due to non-uniqueness in ID names in some cases.Bastien Montagne
2022-07-15Fix (unreported) LibOverride: invalid behaviors when creating (partial) overr...Bastien Montagne
2022-07-12LibOverride: Fix some issues from.revealed by recent previous commit.Bastien Montagne
2022-07-12Fix T99261: partial LibOverride creation would not properly remap all needed ...Bastien Montagne
2022-07-11Fix (unreported) crash in liboverride code on rare cases.Bastien Montagne
2022-07-05Fix (unreported) liboverride: incomplete hierarchy when root is not object/co...Bastien Montagne
2022-06-30Fix (unreported) liboverride resync creating garbage data in some cases.Bastien Montagne
2022-06-30Revert "Revert "LibOverride: Handle dependencies in both directions in partia...Bastien Montagne
2022-06-22Revert "LibOverride: Handle dependencies in both directions in partial overri...Dalai Felinto
2022-06-17LibOverride: Handle dependencies in both directions in partial override cases.Bastien Montagne
2022-06-10LibOverride: Add util to check if a given Override Property is animated.Bastien Montagne
2022-06-10Liboverride: Add rna array index return value to `BKE_lib_override_rna_proper...Bastien Montagne
2022-06-07LibOverride: Attempt to improve handling of cyclic deps between libraries.Bastien Montagne
2022-05-31Cleanup: Improve const correctness of ID functionsHans Goudey
2022-05-31Cleanup: Move lib_override.c to C++Hans Goudey