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-08-28Cleanup: Fix build error with msvcRay Molenkamp
2020-08-28Merge branch 'blender-v2.90-release' into masterBastien Montagne
2020-08-28Fix T80104: Crash on making material local.Bastien Montagne
2020-08-28Refactor: move Lattice .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-08-28Refactor: move Mesh .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-08-28Fix building without bullet supportSebastian Parborg
2020-08-28Merge branch 'blender-v2.90-release' into masterBastien Montagne
2020-08-28Fix Rigidbody depsgraph passive and constraint transform relations.Sebastian Parborg
2020-08-28Fix T80078: Overrides: Crash with animated IK control on linked armature.Bastien Montagne
2020-08-28Refactor: move CustomData .blend I/O to blenkernelJacques Lucke
2020-08-28Refactor: move defvert .blend IO to blenkernelJacques Lucke
2020-08-28Cleanup: improve function namesJacques Lucke
2020-08-28IDTypeInfo: add .blend file io callbacksJacques Lucke
2020-08-27GPencil: Don't convert color to sRGBAntonio Vazquez
2020-08-26Logging: change error to warningJacques Lucke
2020-08-26Cleanup: remove G.debug_value check for old mesh-deform behaviorCampbell Barton
2020-08-26Cleanup: remove unused UvVertMap.flagCampbell Barton
2020-08-26Cleanup: add SEQ_ALL_BEGIN, SEQ_CURRENT_BEGIN to .clang-formatCampbell Barton
2020-08-26Cleanup: spellingCampbell Barton
2020-08-25Merge branch 'blender-v2.90-release'Philipp Oeser
2020-08-25Fix T80016: Shape key animation is linked when duplicating objectRed Mser
2020-08-25Sculpt: Cloth Snake Hook BrushPablo Dobarro
2020-08-25Fix T80008: Smooth brush not deforming mesh boundaries correctlyPablo Dobarro
2020-08-24Merge branch 'blender-v2.90-release'Pablo Dobarro
2020-08-24Fix T80039: Do not subdivide with Multires is mesh has no facesPablo Dobarro
2020-08-21Cleanup: rename iterators over sequences to be more clear about what they do.Bastien Montagne
2020-08-21Merge branch 'blender-v2.90-release' into masterBastien Montagne
2020-08-21Fix critical bug in foreach ID looper of Scene data-block.Bastien Montagne
2020-08-21Cleanup: spellingCampbell Barton
2020-08-21Cleanup: use doxy sections for fcurve.cCampbell Barton
2020-08-21Refactor: move animdata code from blenloader to blenkernelJacques Lucke
2020-08-21Refactor: move nla code from blenloader to blenkernelJacques Lucke
2020-08-21Cleanup: remove LodLevelJacques Lucke
2020-08-21Refactor: move fcurve/fmodifier code from blenloader to blenkernelJacques Lucke
2020-08-21Blenloader: move IDProperty read/write code to blenkernelJacques Lucke
2020-08-21Cleanup: split `BKE_scene_get_depsgraph()` into two functionsSybren A. Stüvel
2020-08-21Cleanup: Reduce nesting of `scene_get_depsgraph_p()`Sybren A. Stüvel
2020-08-21Fix crash when accessing `view_layer.depsgraph` through BPYJulian Eisel
2020-08-20Merge branch 'blender-v2.90-release' into masterBastien Montagne
2020-08-20Fix T79931: Infinite loop in scene "Full Copy" in 2.90.Bastien Montagne
2020-08-20Fix T63675: Keying outside NLA strip not possibleWayde Moss
2020-08-20NLA: Fix strip Sync Length moving animation dataWayde Moss
2020-08-20Fix cloth collision clamp having no effectGermano Cavalcante
2020-08-20LibOverride: Add 'delete and use linked data' operation.Bastien Montagne
2020-08-20Cleanup: clang-formatCampbell Barton
2020-08-19UI: Remove panel X axis closing codeHans Goudey
2020-08-19LibOverride: Add initial version of 'resync' operation.Bastien Montagne
2020-08-19GPencil: Change default Onion Keyframe mode to ALLAntonio Vazquez
2020-08-19RNA: Validate scene/view-layer combination for statistics queryJulian Eisel
2020-08-19Fix compiler error in MSVSCAntonio Vazquez