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-05-08Modifier stack: port Displace to new Mesh-based system.Bastien Montagne
2018-05-08Fix recent Curve porting: mesh pointer may also be NULL in non-EditMode case.Bastien Montagne
2018-05-08Mod_util: Add back vcos parameter to get_texture_coords_mesh().Bastien Montagne
2018-05-08Mesh normals: clear runtime dirty normal flag also when computing clnors.Bastien Montagne
2018-05-08Merge branch 'master' into blender2.8Sergey Sharybin
2018-05-08Tracking: Use bmain from contextSergey Sharybin
2018-05-08Clay: Simplify matcap manipulationSergey Sharybin
2018-05-08Clay: Don't use hardcoded constant in the stringSergey Sharybin
2018-05-08Multi-Object-Editing: select random by Jefferson Rausseo with changesDalai Felinto
2018-05-08Ported Mesh Deform modifierSybren A. Stüvel
2018-05-08looptri + bvhtree support for MeshSybren A. Stüvel
2018-05-08Multi-Object-Editing: vertices smooth by Jefferson RausseoDalai Felinto
2018-05-08Multi-Object-Editing : Extrude Repeat by Falk DavidDalai Felinto
2018-05-08Prevent segfault when opening file browser while a 2.79 file was loaded.Sybren A. Stüvel
2018-05-08Edit Mesh: multi-object rotate_uvs support by Pablo DobarroDalai Felinto
2018-05-08Edit Mesh: multi-object reverse_uvs support by Pablo DobarroDalai Felinto
2018-05-08Modifiers stack: port Curve to new Mesh-based system.Bastien Montagne
2018-05-08Rename BKE_bmesh_to_mesh to BKE_bmesh_to_mesh_nomain.Bastien Montagne
2018-05-08BKE_mesh_new → BKE_mesh_new_nomainSybren A. Stüvel
2018-05-08Cleanup: quiet warning, whitespaceCampbell Barton
2018-05-08Fix crash cancelling search, caused by D3207Campbell Barton
2018-05-08Added BKE_mesh_ensure_normals()Sybren A. Stüvel
2018-05-08Added BKE_mesh_new()Sybren A. Stüvel
2018-05-08Multi-Object-Editing : Support for MESH_OT_solidify by Lucas BoutrotDalai Felinto
2018-05-08Multi-Object-Editing Support for MESH_OT_wireframe by Lucas BoutrotDalai Felinto
2018-05-08Edit Mesh: multi-object faces_shade_flat support by Pablo DobarroDalai Felinto
2018-05-08Multi-Object Editing: subdivide edgering support by Henry @SkippiDalai Felinto
2018-05-08Multi object editing - face dissolve support by Mateusz GrzelińskiDalai Felinto
2018-05-08Extrude Widget: subscribe to operator settingsCampbell Barton
2018-05-08Add note about compat code in uber eval causing modifiers to be applied twiceMai Lavelle
2018-05-08WM: log message bus operationsCampbell Barton
2018-05-08Merge branch 'master' into blender2.8Campbell Barton
2018-05-08Cleanup: remove unused wmReport structCampbell Barton
2018-05-08WM: refresh tool on object mode switchCampbell Barton
2018-05-08WM: publish Object.mode changes on mode switchingCampbell Barton
2018-05-08WM: quiet GCC redundant declaration warningsCampbell Barton
2018-05-07Multi-Object-Editing : Support for Edge Dissolve by Lucas BoutrotDalai Felinto
2018-05-07Multi object editing - verticle dissolve support by Mateusz GrzelińskiDalai Felinto
2018-05-07Extrude Widget: Add orientation to topbarCampbell Barton
2018-05-07Extrude Widget: orient correctly w/ rotated objectCampbell Barton
2018-05-07Extrude Widget: don't show when movingCampbell Barton
2018-05-07Cleanup: styleCampbell Barton
2018-05-07Multi Object Smooth shading by Ethan BrierleyDalai Felinto
2018-05-07Fix: Select all didnt' work with COW pose bonesJoshua Leung
2018-05-07Update Flatty Light theme with topbar and minor tweaksPablo Vazquez
2018-05-07DRW: Fix incorrect blending function reset.Clément Foucault
2018-05-07Modifier stack: move vgroup editing modifiers to new Mesh-based system.Bastien Montagne
2018-05-07Modifier stack: add new get_texture_coords_mesh() helper.Bastien Montagne
2018-05-07Fix ARMATURE_OT_layers_show_all now works with COWJoshua Leung
2018-05-07Merge branch 'master' into blender2.8Bastien Montagne