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-10-12UI: Remove Hard-coded Default Font SizeHarley Acheson
2020-10-12Cleanup: Rename outliner helper functionJulian Eisel
2020-10-12Fix T81555: Outliner object state filter not updating correctlyJulian Eisel
2020-10-12Animation: fix assertion failure on unsetting active keyframeSybren A. Stüvel
2020-10-12Cleanup: split `animchan_sync_fcurve()` into smaller functionsSybren A. Stüvel
2020-10-12Animation: enforce that the active keyframe is always selectedSybren A. Stüvel
2020-10-12Fix T81551: Cycles crash updating volume with modifiersBrecht Van Lommel
2020-10-12Fix T80599 Blender Cloud folder text on the screen very smallClément Foucault
2020-10-12Cleanup: CMake: Remove arguments from endif(..)Ankit Meel
2020-10-12File Browser/macOS: Don't treat .app as directoryAnkit Meel
2020-10-12Libmv: Remove array access from camera intrinsicsSergey Sharybin
2020-10-12Libmv: Fix wrong packing order of intrinsics for BA stepSergey Sharybin
2020-10-12Revert "Fix critical lens distortion bug in libmv after rB3a7d62cd1f5e."Sergey Sharybin
2020-10-12Libmv: Fix memory leak in modal solverSergey Sharybin
2020-10-12Libmv: Cleanup, spelling in function nameSergey Sharybin
2020-10-12BLI: support looking up a key from a set or adding it when not existantJacques Lucke
2020-10-12Overlay: Fix Line antialiasing broken for some objectsClément Foucault
2020-10-12Cleanup: use openvdb matrices properlyJacques Lucke
2020-10-12Animation: always try to match the existing curve when inserting keysSybren A. Stüvel
2020-10-12Fix T81060: CustomData Correction sometimes breaks UVs and Vertex ColorsGermano Cavalcante
2020-10-12Fluid: Use hidden symbol visibilitySebastián Barschkis
2020-10-12Volumes: reduce step and default of strength in Volume Displace modifierJacques Lucke
2020-10-12Animation: avoid WM notification when nothing changedSybren A. Stüvel
2020-10-12Cleanup: Animation, small cleanups on anim channel selection codeSybren A. Stüvel
2020-10-12Cleanup: Animation, split `mouse_anim_channels()` into separate functionsSybren A. Stüvel
2020-10-12Volumes: use bounding box diagonal to compute adaptive voxel sizeJacques Lucke
2020-10-12Pydoc: BGL: update linksAaron Carlisle
2020-10-12Pydoc: Fix bpy.utils submodule showing in main toctreeAaron Carlisle
2020-10-12Pydoc: Move builtin GPU shader information to codeAaron Carlisle
2020-10-12Cleanup: Pydoc stringsAaron Carlisle
2020-10-12Pydoc: Cleanup: Rename functionAaron Carlisle
2020-10-11Pydoc: Add index and genindex to main indexAaron Carlisle
2020-10-11Pydoc: Remove old note about new module in 2.65Aaron Carlisle
2020-10-11Pydoc: Add submodule heading to submodule listsAaron Carlisle
2020-10-11Pydoc: Fix duplicate totree for freestyleAaron Carlisle
2020-10-11Cleanup: make formatAaron Carlisle
2020-10-10Exact Boolean: let Collection be empty.Howard Trickey
2020-10-10CMake/macOS/OpenMP: copy the library near tests.Ankit Meel
2020-10-10Cleanup: use macro for comparing file versionsCampbell Barton
2020-10-10Cleanup: spellingCampbell Barton
2020-10-10Cleanup: remove unused Modifier stackindex struct memberCampbell Barton
2020-10-10Cleanup: remove unnecessary commentsCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-10CMake/macOS/OpenMP: allow use of LLVM-Clang with OpenMP.Ankit Meel
2020-10-10Cleanup: Declare variables where initializedHans Goudey
2020-10-10UI: Fix incorrect inactive status for curve propertiesHans Goudey
2020-10-10Fix T81545: Moving nested collections changes view layer flagsHans Goudey
2020-10-09Cleanup: Declare variables where initializedHans Goudey
2020-10-09Cleanup: Use LISTBASE_FOREACH macroHans Goudey
2020-10-09Cleanup: alias: use const, remove unused variable.Ankit Meel