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-10Rebase on mastertemp-license-header-spdxCampbell Barton
2022-02-04Remove internal proxy code, and deprecate related DNA data.Bastien Montagne
2021-11-29Fix T93439: Armature widgets from hidden collections are invisibleSergey Sharybin
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-04-08Cleanup: enable modernize-use-equals-default checkJacques Lucke
2020-11-07Cleanup: Clang-tidy, modernize-concat-nested-namespacesAnkit Meel
2020-06-29Depsgraph: introduce blender::deg namespaceJacques Lucke
2020-04-28Cleanup: remove unnecessary includesJacques Lucke
2020-04-28Depsgraph: Use BLI::Map in more placesJacques Lucke
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-09Depsgraph: fix crash caused by removing too many NO-OP nodesSybren A. Stüvel
2020-01-28Cleanup: changed NULL to nullptr in depsgraph C++ codeSybren A. Stüvel
2020-01-24Depsgrapg: Refactor, move Relation to own fileSergey Sharybin
2020-01-02Fix T72820: Linked objects jumping around during renderSergey Sharybin
2019-09-25Depsgraph: Mark build methods as virtualSergey Sharybin
2019-07-26Fix T66325: Animation Keyframe Undo/Redo BugSergey Sharybin
2019-05-14Depsgraph: detect bbone_segments drivers from Object animation data.Alexander Gavrilov
2019-05-06Fix T64111: add a NULL check to avoid crash with bad constraint subtarget.Alexander Gavrilov
2019-04-30Depsgraph: build bbone operation if bone segments has animationSergey Sharybin
2019-04-30Depsgraph: Use new animation cache for visibility checkSergey Sharybin
2019-04-30Depsgraph: Add generic animated properties cacheSergey 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-03-06Cleanup: styleCampbell Barton
2019-03-04Cleanup: indentation, styleCampbell Barton
2019-03-01Use original base to see whether it can be ignored from evaluationSergey Sharybin
2019-02-28Depsgraph: Fix wrong disabled bases deletionSergey Sharybin
2019-02-28Cleanup: Snake style in depsgraphSergey Sharybin
2019-02-28Depsgraph: Keep objects which has animated visibilitySergey Sharybin
2019-02-28Cleanup: styleCampbell Barton
2019-02-27Depsgraph: Make it easier to control which bases being pulled into the graphSergey Sharybin
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
2019-01-31Depsgraph: Use more correct update source for an internal tagsSergey Sharybin
2019-01-31Fix T59495, T59992, T59904, T59178, T60598: broken keyframed value editing.Brecht Van Lommel
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey 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-09-24Depsgraph: Tweak to visibility flushSergey Sharybin
2018-09-19Despgraph: Keep track of per-component visibilitySergey Sharybin
2018-09-03Fix T56593: Crash when enabling collection with curvesSergey Sharybin
2018-09-03Depsgraph: Use more meaningful name for flags storageSergey Sharybin
2018-09-03Depsgraph: Cleanup, make it more clear what function doesSergey Sharybin
2018-08-24Cleanup: indentation, styleCampbell Barton
2018-08-23Depsgraph: Bring back visibility checks based on collection restrict flagsSergey Sharybin
2018-07-27Fix crash enabling disabled collection containing curves.Brecht Van Lommel