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
2018-12-11Gizmo: update camera ortho-sizeCampbell Barton
2018-12-11Merge branch 'master' into blender2.8Campbell Barton
2018-12-11Fix T52051: Orthographic camera display size errorCampbell Barton
2018-12-11Fix T58850: NDOF navigation guide not shownCampbell Barton
2018-12-11Workbench: Fix shadow artifact caused by degenerate trianglesClément Foucault
2018-12-11Fix building w/o bulletCampbell Barton
2018-12-11DRW: Deprecate / Remove DRW_STATE_STIPPLE_*Clément Foucault
2018-12-11Object Mode: Make point clouds a bit less like uniform blobsClément Foucault
2018-12-10GP: Fix problems with stroke CapsAntonioya
2018-12-10GP: Set Brush default material when add new GP ObjectAntonioya
2018-12-10GP: Remove Object Onion Skin switchAntonioya
2018-12-10GP: Make Onion Skin ON as default RNA valueAntonioya
2018-12-10GP: Enable Object Onion Skin by defaultAntonioya
2018-12-10Edit Mesh: Opti: Reduce max_vertices in geometry shaderClément Foucault
2018-12-10Edit Mesh: Fix edges poking through the verts points in xray/seethrough modeClément Foucault
2018-12-10Edit Mesh: Make "fresnel effect" not transparent but mix between 2 colorsClément Foucault
2018-12-10Edit Mesh: Draw inner edge selected in vert edit mode if both verts selectedClément Foucault
2018-12-10DRW: Batch Cache: Mesh: Port edit mesh batches to batch request methodClément Foucault
2018-12-10DRW: Batch Cache: Mesh: Port more batches to batch request methodClément Foucault
2018-12-10DRW: Batch Cache: Add batch request systemClément Foucault
2018-12-10GPU: Make changes to GPUIndexBuf and GPUVertBuf to allow multithreadingClément Foucault
2018-12-10GPU: Cleanup: Rename vbo to ibo for index buffersClément Foucault
2018-12-10Fix T58932: Impossible to influence the particle systemSergey Sharybin
2018-12-10Fix T58928: New Action causes crash when duplicating boneSergey Sharybin
2018-12-10Cleanup: Variable namingSergey Sharybin
2018-12-10Fix T57633: Particle texture update problemSergey Sharybin
2018-12-10Cleanup: Someone forgot again to do the versioning_280 handling when bumping ...Bastien Montagne
2018-12-10Proper fix for rigidbody collections's objects missing rb data.Bastien Montagne
2018-12-10Fix T58993: Duplicating after setting a rigid body world crashes Blender.Bastien Montagne
2018-12-10Fix part of T58964: Changing driver path/array index crashesSergey Sharybin
2018-12-10Fix T59087: Empty meshes have large bound-boxCampbell Barton
2018-12-10Fix T59107: F3 does not work in Python consoleCampbell Barton
2018-12-10Fix T57086: Offset Even option is unclickableCampbell Barton
2018-12-10Merge branch 'master' into blender2.8Campbell Barton
2018-12-10Merge branch 'master' into blender2.8Campbell Barton
2018-12-10Fix T53544: Undo in pose mode selects all fcurvesCampbell Barton
2018-12-10DNA: add runtime struct to for graph & action editorCampbell Barton
2018-12-09Merge branch 'master' into blender2.8Bastien Montagne
2018-12-09Fix T59059: Blender crashing after adding particle system and dynamic paint (...Bastien Montagne
2018-12-09Simplified #ifdef to not silently fail on certain platformsSybren A. Stüvel
2018-12-08User Interface: Add button color for indicating that the value differs from t...Lukas Stockner
2018-12-08Fix T51057 Modifiers lose bevel weight and creaseHoward Trickey
2018-12-08Fix T58950: wireframe/orthographic/front/side/topview crash 2.8Clément Foucault
2018-12-08Shrinkwrap: use polygon normals for flat faces in Align To Normal.Alexander Gavrilov
2018-12-08Cleanup: styleCampbell Barton
2018-12-07Fix T58949: Transform feedback shaders not having fragment shaderClément Foucault
2018-12-07UI: Fix typo in hostname stamp tooltipPablo Vazquez
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