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
2018-12-07Fix T58360 "Use object as pivot" in GP "Shadow effect" crashes BlenderAntonioya
2018-12-07Move static `get_hostname()` to `BLI_hostname()` in `system.c`Sybren A. Stüvel
2018-12-07Fix modifiers evaluation outside of depsgraph/CoW context.Bastien Montagne
2018-12-07Remove unused particle system recalc flagSergey Sharybin
2018-12-07Remove obscure debug-only printSergey Sharybin
2018-12-07Fix selected to active Cycles BakingDalai Felinto
2018-12-07Cleanup, typo in namingSergey Sharybin
2018-12-07Metadata: add hostname to the available metadata optionsSybren A. Stüvel
2018-12-07Merge branch 'master' into blender2.8Philipp Oeser
2018-12-07Fix T57994: Particle Instance modifiers 'Index Layer' off by onePhilipp Oeser
2018-12-07Update BVHTree.FromObject API, remove render argumentDalai Felinto
2018-12-07Fix T58902: error getting tools for Image Editor (modes Paint and Mask)Philipp Oeser
2018-12-07Fix T57640: UV unwrap packing not working without sync selection.Brecht Van Lommel
2018-12-07Partial fix to T58917 - No valid cageDalai Felinto
2018-12-07GP: Refactor coordinates to floatCharlie Jolly
2018-12-07Fix/workaround crash opening almost any Spring fileSergey Sharybin
2018-12-07Depsgraph: Make data allocation dependency more robustSergey Sharybin
2018-12-07Depsgraph: Use shorter relation nameSergey Sharybin
2018-12-07Depsgraph: Cleanup, line lengthSergey Sharybin
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-12-07Cleanup/refactor binding code for MeshDeform modifier.Bastien Montagne
2018-12-07Fix T58046: Crash when changing Particle type, when Hair has dynamicsPhilipp Oeser
2018-12-07Cleanup: split mixed_bones_object_selectbufferCampbell Barton
2018-12-07Cleanup: styleCampbell Barton
2018-12-07Fix T58913 Won't focus on Grease PencilAntonioya
2018-12-07Fix T58911: Picking objects fails in pose modeCampbell Barton
2018-12-07Fix T58811: Scale bezier handle uses tip as originCampbell Barton
2018-12-07Merge branch 'master' into blender2.8Campbell Barton
2018-12-07Cleanup: redundant counterCampbell Barton
2018-12-07Merge branch 'master' into blender2.8Campbell Barton
2018-12-07Fix error in Main cleanupCampbell Barton
2018-12-07DRW: Remove the use of GPUTexture buffers for edit wire renderingClément Foucault
2018-12-07DRW: Rework wireframe overlay implementationClément Foucault
2018-12-07GPU: Remove EXT and add assertClément Foucault
2018-12-07GPU: Add GPU_vertformat_triple_load to load next vertices attribClément Foucault
2018-12-07DRW: Add Provoking vertex state.Clément Foucault
2018-12-07Fix crash recovering last sessionCampbell Barton
2018-12-07WM: alternate fix for T58904Campbell Barton
2018-12-07Revert "Fix T58904: Side tabs disappear when creating new View Layer"Campbell Barton
2018-12-07Fix T58905: Knife project redo failsCampbell Barton
2018-12-07Fix adding objects in local viewCampbell Barton
2018-12-07Fix T58871: New Scene Collection Does Not Create A New CollectionDalai Felinto
2018-12-07Fix T58904: Side tabs disappear when creating new View LayerDalai Felinto
2018-12-07Fix T58750: missing fallof power tooltip.Sebastian Parborg
2018-12-07Fix T58325: Local view BugDalai Felinto
2018-12-07Fix Alembic indexed UVs being merged for different vertices.Brecht Van Lommel
2018-12-073D View: hide pose bones w/o overlaysCampbell Barton
2018-12-07Docs: hint to why we have option to toggle bonesCampbell Barton
2018-12-06Speedup: optimize DNA_elem_array_size to speedup file loadingJacques Lucke
2018-12-06GPU Framebuffer: simplify gpu_framebuffer_update_attachments_and_fill_empty_s...mano-wii