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-07-15WM: rename manipulator to gizmo internallyCampbell Barton
2018-07-13Merge branch 'master' into blender2.8Campbell Barton
2018-07-13Cleanup: id-property API useCampbell Barton
2018-07-13Merge branch 'master' into blender2.8Campbell Barton
2018-07-13Cleanup: right shift argumentsCampbell Barton
2018-07-12Merge branch 'master' into blender2.8Campbell Barton
2018-07-12Cleanup: remove legacy mesh save supportCampbell Barton
2018-07-12Cleanup: style, duplicate headerCampbell Barton
2018-07-11Merge branch 'master' into blender2.8Bastien Montagne
2018-07-11Minor cleanup to logic in BKE's imbuf releasing code.Bastien Montagne
2018-07-11OpenSubdiv: Changes in C-APISergey Sharybin
2018-07-10Cleanup: remove unused interlace code after removal of fields.Brecht Van Lommel
2018-07-10Image: remove fields option for image sequencesCampbell Barton
2018-07-10Fix T55826, fix T55804: crash after copying scene with linked objects.Brecht Van Lommel
2018-07-10Eevee: LightCache: Initial ImplementationClément Foucault
2018-07-10DrawData: Change drawdata to a generic struct shared accross ID typesClément Foucault
2018-07-10GPUTexture: Refactor of texture creation & new featureClément Foucault
2018-07-10Merge branch 'master' into blender2.8Sergey Sharybin
2018-07-10OpenSubdiv: Make more flexible C-API to specify FVar interpolationSergey Sharybin
2018-07-10Modifiers: Use bool for boolean flag in isDisabledSergey Sharybin
2018-07-10Ocean Modifier: prevent crashing on 'Apply Modifier' buttonSybren A. Stüvel
2018-07-10Ocean Modifier: removed duplicated codeSybren A. Stüvel
2018-07-10Ocean Modifier: refactored the delayed-refresh approachSybren A. Stüvel
2018-07-10Ported mesh_create_derived_view() to mesh_create_eval_final_view()Sybren A. Stüvel
2018-07-10Cleanup: styleCampbell Barton
2018-07-10Fix workspace not freeing tool propertiesCampbell Barton
2018-07-09Fix T55868: duplicating collection instances fails sometimes.Brecht Van Lommel
2018-07-06Viewport: in Lookdev shading, disable scene lights and world by default.Brecht Van Lommel
2018-07-06Cleanup: remove unused shader node compatibility flag.Brecht Van Lommel
2018-07-06UI/Python: rename Lamps to Lights, to follow more standard terminology.Brecht Van Lommel
2018-07-06Merge branch 'master' into 28Campbell Barton
2018-07-06Empty Object: Center images by defaultCampbell Barton
2018-07-06Merge branch 'master' into blender2.8Campbell Barton
2018-07-06BKE_addons: utility to remove by nameCampbell Barton
2018-07-05Shaders: add target setting to material output node.Brecht Van Lommel
2018-07-05GPU: avoid unnecessary multiple nodetree localize and output finding.Brecht Van Lommel
2018-07-05Ensure dependency graph exists before initializing editorsSergey Sharybin
2018-07-05Fluidsim: ported from DerivedMesh to MeshSybren A. Stüvel
2018-07-05Ported CDDM_apply_vert_normals from DM to MeshSybren A. Stüvel
2018-07-04Workspaces: store view layer per main window, instead of per workspace.Brecht Van Lommel
2018-07-04Workspaces: add main and child windows.Brecht Van Lommel
2018-07-04Cleanup: pass window to listeners, instead of screen + workspace.Brecht Van Lommel
2018-07-04Pass copy flag to modifier copyData functionSybren A. Stüvel
2018-07-04CMake: Add missing header file to list of sourcesSergey Sharybin
2018-07-04SoftBody: share point cache between CoW copiesSybren A. Stüvel
2018-07-04SoftBody: refactored sbFree()Sybren A. Stüvel
2018-07-04Softbody: unified copy functionsSybren A. Stüvel
2018-07-03UI: optional ui-unit-width for popoversCampbell Barton
2018-07-03Sculpt: Fix wrong object used for crazy space calculationSergey Sharybin
2018-07-03Sculpt: Cleanup, spellingSergey Sharybin