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-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
2018-07-02Fix: Global area edges couldn't call right click menu to join/splitJulian Eisel
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-07-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-30UI: support check-boxes in quick menuCampbell Barton
2018-06-30UI: support adding menu's to favouritesCampbell Barton
2018-06-29Cleanup: Moar DM busting, mostly cleaning up MOD_utils.Bastien Montagne
2018-06-29Workbench: Spherical Harmonics testsJeroen Bakker
2018-06-29Cleanup: remove another bunch of DM usages, includes etc.Bastien Montagne
2018-06-29Fix T55645: broken particle Use Count option for instancing objects.Brecht Van Lommel
2018-06-29Refactor static override code to pass Main around.Bastien Montagne
2018-06-29Cleanup: nuke G.main from BKE's particle_system.cBastien Montagne
2018-06-29Cleanup: some moar DM kicking, in armature edit code.Bastien Montagne
2018-06-29Merge branch 'master' into blender2.8Campbell Barton