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-07-29Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-07-19Depsgraph: Cleanup, Make variable less ambiguous and more clearSergey Sharybin
2022-05-06Cleanup: quiet missing-declarations warningsCampbell Barton
2022-05-05Cleanup: Better const correctness for DEG_get_eval_flags_for_idSergey Sharybin
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-10Cleanup: move public doc-strings into headers for 'depsgraph'Campbell Barton
2021-06-10Cleanup: spelling in commentsCampbell Barton
2020-12-07Cleanup: partial Clang-Tidy modernize-loop-convertSybren A. Stüvel
2020-12-04Cleanup: Clang-Tidy, modernize-deprecated-headersSybren A. Stüvel
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-08-18Cleanup: remove bmain argument from BKE_scene_graph_update_for_newframeJacques Lucke
2020-06-29Depsgraph: introduce blender::deg namespaceJacques Lucke
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-04-29Cleanup: use const args for depsgraph functionsCampbell Barton
2020-04-28Cleanup: remove unnecessary includesJacques Lucke
2020-04-28Depsgraph: use BLI::Set for entry_tagsJacques Lucke
2020-03-19Cleanup/refactor: remove BKE_idcode, in favour of BKE_idtype.Bastien Montagne
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-01-28Cleanup: changed NULL to nullptr in depsgraph C++ codeSybren A. Stüvel
2019-11-27Cleanup: spelling, clang-formatCampbell Barton
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-07-07Cleanup: spellingCampbell Barton
2019-06-20Cleanup: Remove unused depsgraph functionSergey Sharybin
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-06-05Sound: Port to a copy-on-write conceptSergey Sharybin
2019-05-29DrawManager: Cycles+GPencilJeroen Bakker
2019-05-28Depsgraph: Add query for whether graph is up to dateSergey Sharybin
2019-05-16Depsgraph: Add queries whether ID is original/evaluatedSergey Sharybin
2019-05-07Sound: Revert all the recent changes to soundSergey Sharybin
2019-05-06Fix T64161: Crashing using undo and multiple windowsSergey Sharybin
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove original authorCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Depsgraph: Comb code to a better state all overSergey Sharybin
2018-12-03Depsgraph: completely move customdata_mask to the ID node.Alexander Gavrilov
2018-10-24Depsgraph: fixes for the eval_flags API behavior.Alexander Gavrilov
2018-08-23Depsgraph: First draft of graph filtering API implementationJoshua Leung
2018-08-02Depsgraph: fix some DEG queries crashing with new, empty graph.Bastien Montagne
2018-06-04Fix crash when making objects to share same meshSergey Sharybin
2018-05-30Fix missing Cycles 3D viewport updates when editing materials, lamps.Brecht Van Lommel
2018-05-19Add back temporary exception for pose bones in DEG_get_evaluated_rna_pointer()Joshua Leung
2018-05-19Cleanup: Remove temporary debugging codeJoshua Leung
2018-05-19WIP: Improved implementation of DEG_get_evaluated_rna_pointer()Joshua Leung
2018-05-19WIP COW Fix: Insert keyframe operators/api now queries depsgraph for evaluat...Joshua Leung
2018-04-25Depsgraph: Ensure we only expand scene datablock on evaluationSergey Sharybin
2018-04-25Depsgraph: Avoid hash lookup for every evaluated scene querySergey Sharybin