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
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-30Depsgraph: Store pointer to original NLA stripSergey Sharybin
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-30Depsgraph: Expose set type availableSergey Sharybin
2019-04-29Depsgraph: fix dependencies for drivers and animation on Bone properties.Sergey Sharybin
2019-04-29Depsgraph: fix handling of driver variable dependencies with proxies.Alexander Gavrilov
2019-04-24Fix T55326: Massive slowdown when animating material in a highpoly meshSergey Sharybin
2019-04-23Depsgraph: make the dependency cycle report more readable.Alexander Gavrilov
2019-04-23Depsgraph: fix standard IK target dependencies.Alexander Gavrilov
2019-04-22Cleanup: style, use bracesCampbell Barton
2019-04-20Cleanup: add missing macros to clang-formatCampbell Barton
2019-04-20Cleanup: quiet extra-semicolon warningCampbell Barton
2019-04-18Fix T63332: backup and restore bPoseChannel_Runtime data during COW.Alexander Gavrilov
2019-04-18Cleanup: comment blocksCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-15Fix T63574: missing implicit parent bone dependency in proxies.Alexander Gavrilov
2019-04-14Depsgraph: fix hard CTD on dependency cycles through POSE_INIT.Alexander Gavrilov
2019-04-14Fix T59622: dependency problems with Spline IK.Alexander Gavrilov
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-04-14Depsgraph: fix debug print crash on IK constraint without target.Alexander Gavrilov
2019-04-13Fix T62048: crash when turning off curve path animation with Spline IK.Alexander Gavrilov
2019-04-09Cleanup: spellingCampbell Barton
2019-04-04Cleanup: styleCampbell Barton
2019-04-03Fix T62817: Can't drive modifier property with another oneSergey Sharybin
2019-04-02Cleanup: empty expression statement warningCampbell Barton
2019-04-01Cleanup: IndentationSergey Sharybin
2019-04-01Fix memory leak in armatures with no bonesSergey Sharybin
2019-03-29Cleanup: Line wrappingSergey Sharybin
2019-03-29Cleanup: Spelling in commentSergey Sharybin
2019-03-29Fix T62938: Rigid body crash with surface effectorSergey Sharybin
2019-03-29Cleanup: Make it obvious which relations are usedSergey Sharybin
2019-03-28Fix part of T60735: invalid CD_ORIGINDEX data in some modifier stack evaluati...Brecht Van Lommel
2019-03-28Depsgraph: Fix dependency cycle when adding rigid bodySergey Sharybin
2019-03-26Depsgraph: Standardize parameters nodesSergey Sharybin
2019-03-25Cleanup: styleCampbell Barton
2019-03-21Fix T62768: Softbody cache still not updated correctlySergey Sharybin
2019-03-20Fix T56778: Alembic Override Frame does not update on playbackSergey Sharybin
2019-03-20Depsgraph: Fix cycle with rigid body and Weight ProximitySergey Sharybin
2019-03-20Fix T59449: Particle system creates error in rigid bodySergey Sharybin
2019-03-20Cleanup: styleCampbell Barton
2019-03-19Fix T62622: Animating vertex does not update viewportSergey Sharybin
2019-03-19Cleanup: comment blocksCampbell Barton
2019-03-18Subdiv: Enable topology cache in edit modeSergey Sharybin
2019-03-18Depsgraph: Store original modifier pointerSergey Sharybin
2019-03-18Cleanup: CommentsSergey Sharybin
2019-03-18Cleanup: C++ style of structure definitionSergey Sharybin
2019-03-16Python API: add Python-defined node groups for shaders and compositing.Miguel Porces
2019-03-16Cleanup: fix compiler warnings.Brecht Van Lommel