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-09-21Depsgraph: update frame in scene on frame change.Brecht Van Lommel
2018-09-21Fix smoke to render in Cycles again.Brecht Van Lommel
2018-09-21GP: Change canvas titlesAntonioya
2018-09-21Cleanup: convert smoke modifier from DerivedMesh to Mesh.Brecht Van Lommel
2018-09-21Subdiv: Fix crash subdividing mesh withotu facesSergey Sharybin
2018-09-21Multires: Support sculpting on a lover levelsSergey Sharybin
2018-09-21Multires: Fix reshaping from object at lower levelSergey Sharybin
2018-09-21UI: fractional DPI scaling of splash, instead of always 1x or 2x.Brecht Van Lommel
2018-09-21Fix minor typo in comment.Bastien Montagne
2018-09-21GP: Convert lock axis to popoverAntonioya
2018-09-21Fix missing edge in shape-to-wire utilityCampbell Barton
2018-09-21Gizmo: spin tool XYZ axis togglesCampbell Barton
2018-09-21Gizmo: enable spin tool redo gizmos againCampbell Barton
2018-09-21Gizmo: fix incorrect dial clip scalingCampbell Barton
2018-09-21Merge branch 'master' into blender2.8Campbell Barton
2018-09-21Cleanup: style, use raw stringsCampbell Barton
2018-09-21Cleanup: styleCampbell Barton
2018-09-21Preserve the actively bound framebuffer after using gpu.offscreenDalai Felinto
2018-09-20GP: Change lock axis property textAntonioya
2018-09-20GPU Python API: shader.uniform_floatDalai Felinto
2018-09-20Typo on pydoc for uniform_intDalai Felinto
2018-09-20gpu.batch module: keep shader reference in batch.mano-wii
2018-09-20gpu.shader module: Do not free builtin shaders.mano-wii
2018-09-20Texture Paint: unify missing data and slots panels, better auto position nodes.Sebastian Parborg
2018-09-20UI: add support for defining any icon as a mono icon.Brecht Van Lommel
2018-09-20UI: default to single icon column toolbar in new 3D views.Brecht Van Lommel
2018-09-20gpu.shader.builtin module: Add GPU_SHADER_2D_IMAGE.mano-wii
2018-09-20GPUCodegen: Remove unnecessary GLEW_VERSION_3_0 checksClément Foucault
2018-09-20Eevee: Implement Wireframe NodeClément Foucault
2018-09-20Fix compilation error in the stick bones shader for some Intel gpus.mano-wii
2018-09-20Fix build for MSVC: Remove trailing double semicolonDalai Felinto
2018-09-20Multires: Cleanup, more proper variable nameSergey Sharybin
2018-09-20Sculpt: Fix undo not working for multiresSergey Sharybin
2018-09-20Subdiv: CCG, implement averaging along edges and cornersSergey Sharybin
2018-09-20Subdiv: CCG, store vertex adjacency informationSergey Sharybin
2018-09-20Subdiv: CCG, store edge adjacency informationSergey Sharybin
2018-09-20Subdiv: CCG, fix memory leakSergey Sharybin
2018-09-20Subdiv: CCG, fix crash going from sculpt to edit modeSergey Sharybin
2018-09-20Subdiv: CCG, localize Mesh usage even moreSergey Sharybin
2018-09-20Subdiv: CCG, go away from MeshSergey Sharybin
2018-09-20Merge branch 'master' into blender2.8Sergey Sharybin
2018-09-20Sculpt: Fix memory leak in undo systemSergey Sharybin
2018-09-20GP: Fix problem with mode opening 2D Animation templateAntonioya
2018-09-20GP: Fix falloff curve using 2D animation templateAntonioya
2018-09-20GP: Fix template name typo errorAntonioya
2018-09-20GP: Fix Alt+S problem with multiframe editionAntonioya
2018-09-20Cleanup: move DerivedMesh wrappers for modifiers further down the hierarchyJacques Lucke
2018-09-20GP: Add keymap 1 and 2 for select modeAntonioya
2018-09-20GP: New select modeAntonioya
2018-09-20Put the Radius property of Curve points under shape key control.Alexander Gavrilov