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
path: root/source
AgeCommit message (Expand)Author
2020-04-25BLI: add LinearAllocatorJacques Lucke
2020-04-25BLI: improve StringRef.copyJacques Lucke
2020-04-25BLI: add DefaultHash specializations for StringRef and StringRefNullJacques Lucke
2020-04-24BLI: Implement StringMap.add and StringMap.add_or_modifyJacques Lucke
2020-04-24UI: Move Scene Statistics to the 3D ViewportHarley Acheson
2020-04-24Defaults: Change default axes for Track To constraintJulian Eisel
2020-04-24Defaults: Reduce near-clipping in factory settingsJulian Eisel
2020-04-24Depsgraph: Use BLI::Map instead of GHash for operations_mapJacques Lucke
2020-04-24Depsgraph: Use BLI::Set instead of std::unordered_setJacques Lucke
2020-04-24Merge branch 'blender-v2.83-release'Sergey Sharybin
2020-04-24T75631: New multires shrinkage problemSergey Sharybin
2020-04-24Merge branch 'blender-v2.83-release'Campbell Barton
2020-04-24Fix T75749: UI button text selecting is broken by text offsetCampbell Barton
2020-04-24Merge branch 'blender-v2.83-release'Campbell Barton
2020-04-24Fix edit-mesh selection mode switching causing two undo pushesCampbell Barton
2020-04-24Fix edit-mesh moving from edge to face mode with Ctrl heldCampbell Barton
2020-04-24Cleanup: declare values for enum typesCampbell Barton
2020-04-24Merge branch 'blender-v2.83-release'Campbell Barton
2020-04-24Fix T75946: Intersect (knife) doesn't cut all intersectionsCampbell Barton
2020-04-24Merge branch 'blender-v2.83-release'Campbell Barton
2020-04-24Fix T63787: Knife intersect crashesCampbell Barton
2020-04-24Cleanup: correct printf warnings for bmesh interesect debuggingCampbell Barton
2020-04-24Cleanup: remove unused arg, clang-formatCampbell Barton
2020-04-24Merge branch 'blender-v2.83-release'Clément Foucault
2020-04-24GPU: Add Polyline shader (wide line emulation)Clément Foucault
2020-04-23Fix T73741 Grid Floor render on top of Wireframe objectsClément Foucault
2020-04-23Fix T74173 Assert when scaling camera in viewport to zeroClément Foucault
2020-04-23Cleanup: silence unused parameter warningJacques Lucke
2020-04-23BLI: various data structure improvementsJacques Lucke
2020-04-23Merge branch 'blender-v2.83-release'Philipp Oeser
2020-04-23Fix T76014: correct description of COLLECTION_OT_objects_remove_allPhilipp Oeser
2020-04-23Fix T73195: stereo camera view does not show background imageBrecht Van Lommel
2020-04-23Fix T72506 EEVEE: Collection Holdout propagates accross material instancesClément Foucault
2020-04-23Fix T75607: crash trying to sculpt while remesh is in progressBrecht Van Lommel
2020-04-23Cleanup: Add assert to crash earlierJacques Lucke
2020-04-23Merge branch 'blender-v2.83-release'Brecht Van Lommel
2020-04-23Fix T75611: slow transform of many objects at the same timeBrecht Van Lommel
2020-04-23BLI: remove TaskParallelRangePoolBrecht Van Lommel
2020-04-23Merge branch 'blender-v2.83-release'Jacques Lucke
2020-04-23Fix T73680: Scene and fluid modifier gravity are scaled differentlyJacques Lucke
2020-04-23Fix T76008: Fluid inflow with negative initial velocity is not workingJacques Lucke
2020-04-23Fix T75987: crash entering edit mode with keyed particlesBrecht Van Lommel
2020-04-23Merge branch 'blender-v2.83-release'Bastien Montagne
2020-04-23Array modifier: limit maximum amount of generated geometry.Bastien Montagne
2020-04-23Made pose push/relax to breakdown behave smooth on rotationsSebastian Parborg
2020-04-23Fix headless build failure on macOSBrecht Van Lommel
2020-04-23BLI: optimize VectorSet implementationJacques Lucke
2020-04-23Merge branch 'blender-v2.83-release'Campbell Barton
2020-04-23Fix T75836: Light target misses updates while draggingCampbell Barton
2020-04-23Merge branch 'blender-v2.83-release'Campbell Barton