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
2021-01-26Subdiv: Use better default UV interpolationSergey Sharybin
2021-01-26Cleanup: Reduce variable scopeHans Goudey
2021-01-26Merge branch 'blender-v2.92-release'Robert Guetzkow
2021-01-26Fix T84935: boolean custom data layers not saved correctlyJacques Lucke
2021-01-26Cleanup: Reduce variable scope, use LISTBASE_FOREACH macroHans Goudey
2021-01-26Cleanup: Use const argumentsHans Goudey
2021-01-26Cleanup: Declare variables where initializedHans Goudey
2021-01-25Cleanup: spellingCampbell Barton
2021-01-25LibOverride: refactor of relationships handling in library overrides.Bastien Montagne
2021-01-25Merge branch 'blender-v2.92-release'Sergey Sharybin
2021-01-25Fix T84398: Multiview images show only one view.Jeroen Bakker
2021-01-24Cleanup: email address formattingCampbell Barton
2021-01-22Fix crashes from recent refactor rB131a758b6f88.Bastien Montagne
2021-01-22Refactor BMain relations temp data.Bastien Montagne
2021-01-22LibOverride: Add an 'post apply' callback to IDTypeInfo.Bastien Montagne
2021-01-22Particles: Fixed thread work size calculation.Stefan Werner
2021-01-22Particles: Fixed thread work size calculation.Stefan Werner
2021-01-22Cleanup: spelling, remove outdated/invalid commentsCampbell Barton
2021-01-21Merge branch 'blender-v2.92-release'Falk David
2021-01-21Geometry Nodes: fix losing data when attribute has incorrect typeJacques Lucke
2021-01-21Geometry Nodes: new Attribute Sample Texture nodeJacques Lucke
2021-01-21GPencil: Make Layer and Frame duplicate functions more flexibleAntonio Vazquez
2021-01-21Cleanup: variable rename.Bastien Montagne
2021-01-21Asset Browser: Enable by default in alpha buildsJulian Eisel
2021-01-21Geometry Nodes: initial support for volumesJacques Lucke
2021-01-21Cleanup: spellingCampbell Barton
2021-01-20Merge branch 'blender-v2.92-release'Sebastian Parborg
2021-01-20Fix T84867: Transform node does not rotate/scale instancesSebastian Parborg
2021-01-20Tracking: Fix missing average of track offsetSergey Sharybin
2021-01-20Cleanup: spellingCampbell Barton
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2021-01-20Cleanup: Store runtime space node variables in a separate structHans Goudey
2021-01-19Refactor modifier copying code.Bastien Montagne
2021-01-19Refactor modifier copying code.Bastien Montagne
2021-01-19Merge branch 'blender-v2.92-release'Sebastian Parborg
2021-01-19Volumes: fix calling BKE_volume_load from multiple threadsJacques Lucke
2021-01-19Fix T74755: Cap of curve doesn't have smooth shadingCampbell Barton
2021-01-19Merge branch 'blender-v2.92-release'Campbell Barton
2021-01-19Fix T84041: Bevel caps have invalid normalsCampbell Barton
2021-01-18Cleanup: Clang tidy else after returnHans Goudey
2021-01-18Merge branch 'blender-v2.92-release'Alexander Gavrilov
2021-01-18Armature: fix B-Bone deformation blending artifacts with Preserve Volume.Alexander Gavrilov
2021-01-18Tracking: Implement tracks average operatorSergey Sharybin
2021-01-18Tracking: Add interpolated accessor for markersSergey Sharybin
2021-01-18Tracking: Re-write marker request functionSergey Sharybin
2021-01-16GPencil: Hide layer if the scale is zeroAntonio Vazquez
2021-01-16GPencil: Add new parameteres to transform layersAntonio Vazquez
2021-01-16Merge branch 'blender-v2.92-release'Jacques Lucke
2021-01-16Fix T84757: feedback loop with when modifying vertex group with nodesJacques Lucke
2021-01-15Merge remote-tracking branch 'origin/blender-v2.92-release'Ray Molenkamp