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-04Remove internal proxy code, and deprecate related DNA data.Bastien Montagne
2022-01-03Depsgraph: Remove object-level visibility from geometry buildersSergey Sharybin
2021-04-30Cleanup: rename BKE_pose_channels_hash_{make => ensure}Campbell Barton
2021-02-05Cleanup: Use lambda instead of function bindSergey Sharybin
2020-12-04Cleanup: Clang-Tidy, modernize-deprecated-headersSybren A. Stüvel
2020-11-16Cleanup: clang-formatCampbell Barton
2020-11-12Merge branch 'blender-v2.91-release' into masterPhilipp Oeser
2020-11-12Fix asserts when two (or more) SplineIK constraints have the same rootPhilipp Oeser
2020-11-07Cleanup: Clang-tidy, modernize-concat-nested-namespacesAnkit Meel
2020-06-29Depsgraph: introduce blender::deg namespaceJacques Lucke
2020-06-23Fix T77712: Crash on proxied rig, custom bone shape, driver targeting rigSybren A. Stüvel
2020-05-09Cleanup: spellingCampbell Barton
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-04-28Depsgraph: Add IDProperties handling.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-04-30Depsgraph: build bbone operation if bone segments has animationSergey Sharybin
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-11Cleanup: commentsCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove original authorCampbell Barton
2019-02-01Cleanup: Shuffle arguments in most used orderSergey Sharybin
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Depsgraph: Comb code to a better state all overSergey Sharybin
2019-01-31Fix T59495, T59992, T59904, T59178, T60598: broken keyframed value editing.Brecht Van Lommel
2018-11-23Depsgraph: add a new operation node for computing B-Bone segments.Alexander Gavrilov
2018-11-20Speedup rigs with multiple objects deformed by bbonesSergey Sharybin
2018-11-07Depsgraph: Ensure dependency cycle does not clear runtime memorySergey Sharybin
2018-09-17Depsgraph: Cleanup, indentationSergey Sharybin
2018-09-14Depsgraph: Respect parent object visibility in more placesSergey Sharybin
2018-09-14Depsgraph: Make indirectly linked objects inherit visibility from parentSergey Sharybin
2018-09-14Depsgraph: Use explicit argument valuesSergey Sharybin
2018-07-31Fix T56170: Fake dependency cycle in new depsgraph + interleaved armature upd...Sergey Sharybin
2018-07-31Respect ID user count when creating pose on object copySergey Sharybin
2018-07-20Fix T55973: [2.8] Crash when 'apply pose as rest pose' when bone scale is 0,0,0.Bastien Montagne
2018-06-06Depsgraph: Object data separation, armatureSergey Sharybin
2018-05-31Depsgraph: Remove the "disable-copy-on-write" option completelyJoshua Leung
2018-05-04Merge branch 'master' into blender2.8Sergey Sharybin
2018-05-04Depsgraph: Fix extra operations and relations created for shared armaturesSergey Sharybin
2018-04-12Depsgraph: Bind base by it's indexSergey Sharybin
2018-04-05Depsgraph: Avoid build-time armature expandingSergey Sharybin
2018-04-05Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-05Depsgraph: Pull indirect dependencies via pchan constraintsSergey Sharybin
2018-04-04Depsgraph: Get pchan index from correct poseSergey Sharybin
2018-04-04Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-04Depsgraph: Ensure root pchan is always foundSergey Sharybin
2018-04-04Depsgraph: Pass CoW version of object to armature update doneSergey Sharybin
2018-04-04Depsgraph: Add missing expansion od custom bone shapesSergey Sharybin
2018-04-04Merge branch 'master' into blender2.8Sergey Sharybin