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
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
2019-09-25LibOverride: Fix several issues in handling of overridable status for IDProps.Bastien Montagne
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-08-22Cleanup: Split some code out of rna_access.cBastien Montagne