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-03-25Fix T86853: Critical bug in write code of CacheFile ID.Bastien Montagne
2021-03-23LibOverride: Also consider RNA Collection in 'need resync' detection.Bastien Montagne
2021-03-16LibOverride: tweak log messages, fix crash in log code.Bastien Montagne
2021-03-12LibOverride: Add a new operation to Outliner to enforce resync of hierarchies.Bastien Montagne
2021-03-11LibOverride: First stage of detection of 'need resync'.Bastien Montagne
2021-03-08Cleanup: Move LibOverride debug prints to CLOG.Bastien Montagne
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2021-01-22LibOverride: Add an 'post apply' callback to IDTypeInfo.Bastien Montagne
2020-12-31Fix mistake in recent rB8c135fa9a834 commit.Bastien Montagne
2020-12-31LibOverride/RNA: refactor `rna_property_override_property_real_id_owner`.Bastien Montagne
2020-12-08LibOverride: Add initial support for adding new NLA tracks.Bastien Montagne
2020-12-07Fix (unreported) LibOverride: GPencil local Modifiers not fully editable.Bastien Montagne
2020-11-07Cleanup: Clang-tidy else-after-returnAnkit Meel
2020-11-02Another attempt at fixing T81963: Random rare crashes in override code.Bastien Montagne
2020-10-20Cleanup: Clang-tidy -readability-inconsistent-declaration-parameter-nameAnkit Meel
2020-10-20Cleanup: makesrna, Clang-tidy else-after-return-fixes.Ankit Meel
2020-10-13Fix (unreported) LibOverride: possible uninitialized return variable.Bastien Montagne
2020-10-02Cleanup: spellingCampbell Barton
2020-09-29Cleanup: spellingCampbell Barton
2020-09-25LibOverride: Cleanup: reserve debug messages to debug builds.Bastien Montagne
2020-09-25LibOverride: Tweak messages when some sub-item is not found when applying ove...Bastien Montagne
2020-09-25LibOverride: Tweak messages when some sub-item is not found when applying ove...Bastien Montagne
2020-09-25LibOverride: Silence some more asserts.Bastien Montagne
2020-09-24LibOverride: Do not assert when failing to apply an override rule.Bastien Montagne
2020-08-17Fix T79633: ovrride apply code broken with RNA-defined runtime IDProps in som...Bastien Montagne
2020-07-22Cleanup: spellingCampbell Barton
2020-07-16LibOverride: Fix getting proper RNA path and ID from embedded ones.Bastien Montagne
2020-07-13LibOverride: Cleanup: Remove option to disable library overrides.Bastien Montagne
2020-07-10Refactor override code to properly deal with runtime rna properties too.Bastien Montagne
2020-07-08Minor cleanup in rna override code.Bastien Montagne
2020-06-30LibOverride: Add necessary bits in RNA to deal with embedded IDs paths.Bastien Montagne
2020-06-30Cleanup: Use unsigned int when for enum values, instead of signed int.Bastien Montagne
2020-06-30Cleanup: LibOverride: Replace raw pointers checks by proper macros.Bastien Montagne
2020-06-18LibOverride: increase speed of RNA diffing process.Bastien Montagne
2020-06-10LibOverride: Fix issues related to ID name differences.Bastien Montagne
2020-04-16Fix T75730: Properly remove unused override properties/operations.Bastien Montagne
2020-04-16Refactor/strengthen a bit invalid operands checks when applying an override o...Bastien Montagne
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Including "BLI_listbase.h" for LISTBASE_FOREACH macroDalai Felinto
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-19Cleanup: spellingCampbell Barton
2020-02-11CLeanup: clang-formatCampbell Barton
2020-02-10Cleanup: Rename `BKE_library_override_` functions to `BKE_lib_override_library_`Bastien Montagne
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-12-11Cleanup: disable debug print define in override code.Bastien Montagne
2019-11-24Cleanup: doxygen commentsCampbell Barton
2019-11-22LibOverride: Make diffing several times faster.Bastien Montagne
2019-11-08Fix T70789: Using Remove Single Override breaks file loading (crash).Bastien Montagne
2019-10-04LibOverride: Fix last main issue with overriding custom properties.Bastien Montagne
2019-10-04LibOverride: Fix bad handling of 'store' callback in IDProps case.Bastien Montagne