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-06-13Cleanup: remove redundant castsCampbell Barton
2020-06-13Cleanup: naming for lattice deform functionsCampbell Barton
2020-06-13Cleanup: use 'r_' prefix for return argumentsCampbell Barton
2020-06-13Cleanup: comments, use bool return valueCampbell Barton
2020-06-13Cleanup: rename 'par', in deform codeCampbell Barton
2020-06-13Modifier: skip edit-mesh conversion for armature, curve & latticeCampbell Barton
2020-06-13Cleanup: clang-format, unused variableCampbell Barton
2020-06-13Cleanup: spellingCampbell Barton
2020-06-13Fix T77295: Snapping in edit mode only works for non-selected polys/verts/edgesGermano Cavalcante
2020-06-12LibOverride: Remove 'auto override' option.Bastien Montagne
2020-06-12Cycles: Improve CUDA and OptiX error reporting in the viewportPatrick Mours
2020-06-12Add ability to remove Library data-blocks through RNA API.Simone Barbieri
2020-06-12UI: Use consistent order for physics display iconsdupoxy
2020-06-12Cloth: implement support for a hydrostatic pressure gradient.Alexander Gavrilov
2020-06-12install_deps: bumped USD library version 19.11 → 20.02Sybren A. Stüvel
2020-06-12USD: Library upgrade 19.11 → 20.02Sybren A. Stüvel
2020-06-12USD: Use new material binding APISybren A. Stüvel
2020-06-12Fix T77586 EEVEE: UDIM image Texture doesn't Display properlyClément Foucault
2020-06-12Buildbot: Switch to devtoolset-9Sergey Sharybin
2020-06-12GPencil: Make accessible via python to keyframe typeAntonio Vazquez
2020-06-12Functions: Wrap into blender namespaceSergey Sharybin
2020-06-12Fix/workaround compilation error on devtoolset-6Sergey Sharybin
2020-06-12DRW: Avoid undefined behavior when running multiple iterationClément Foucault
2020-06-12VR: Fix too dark rendering on SteamVRJulian Eisel
2020-06-12VR: SteamVR is now a supported OpenXR runtime! (Windows only)Julian Eisel
2020-06-12Cleanup: split object data deform functions into their own filesCampbell Barton
2020-06-12Cleanup: use doxy sections for armature.cCampbell Barton
2020-06-12Cleanup: minor changes to deform functionsCampbell Barton
2020-06-12Cleanup: split deform functions that take target object-dataCampbell Barton
2020-06-12Cleanup: use BKE_ prefix for deform functionsCampbell Barton
2020-06-12Makefile: Add build target for releaseAaron Carlisle
2020-06-11GPencil: Cleanup transform codeAntonio Vazquez
2020-06-11UI: Adjust names for Find/Replace Set SelectionAaron Carlisle
2020-06-11Fix possibility to add objects in override collections.Bastien Montagne
2020-06-11BLI: define default hash function for const typesJacques Lucke
2020-06-11BLI: fix forwarding with incorrect typeJacques Lucke
2020-06-11Cleanup: fix terminology in commentJacques Lucke
2020-06-11BLI: don't pass const pointers to placement new operatorJacques Lucke
2020-06-11BLI: include <new> headerJacques Lucke
2020-06-11Fix T77657: NVIDIA Quadro FX4800 crash on startupJeroen Bakker
2020-06-11Fix bad poll function for constraints in liboverrides.Bastien Montagne
2020-06-11BLI: fix printing name in print_stats methods of Map, Set and VectorSetJacques Lucke
2020-06-11Fix T69497: Color Correction node ignores mask in certain casesSergey Sharybin
2020-06-11BLI: make Map::Item and Map::MutableItem more accessibleJacques Lucke
2020-06-11Fix T77171: File selector doesn't tag preferences to be savedCampbell Barton
2020-06-11Sequencer: view toggle no longer cycles over SEQUENCER_PREVIEW stateCampbell Barton
2020-06-11Cleanup: move sequencer view operators into sequencer_view.cCampbell Barton
2020-06-11UI: exclude context menus from menu searchCampbell Barton
2020-06-11WM: utility function to iterate on menu typesCampbell Barton
2020-06-11ImBuf: use more accurate DPI/PPM conversionCampbell Barton