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-17Gizmo: Functions to re-initialize a group typeCampbell Barton
2018-09-17Cleanup: rename gizmo group dataCampbell Barton
2018-09-13Tool System: make smooth and randomize interactiveCampbell Barton
2018-09-10Cleanup: Warning in release buildsSergey Sharybin
2018-09-10Correct argument typeCampbell Barton
2018-09-10Poly Build: disable use_boundary_tearCampbell Barton
2018-09-10Poly Build: dissolve was using selection, not highlightedCampbell Barton
2018-09-10Poly Build: set newly added elements activeCampbell Barton
2018-09-10Cleanup: use title capsCampbell Barton
2018-09-10Edit Mesh: pass Base array to picking functionsCampbell Barton
2018-09-10Cleanup: rename edge-ring preselect fileCampbell Barton
2018-09-10Tool System: use preselect highlight w/ poly-buildCampbell Barton
2018-09-10Cleanup: use function to set the active baseCampbell Barton
2018-09-08Fix extrude gizmo redo after selection glitchCampbell Barton
2018-09-08Correct last commitCampbell Barton
2018-09-08Gizmo: fix extrude depth orderingCampbell Barton
2018-09-08UI: make extrude gizmo similar size to transformCampbell Barton
2018-09-06UI: rename Translate/Grab to Move in UI, shortcuts stay the same.Brecht Van Lommel
2018-09-05UI: hide mesh mode element redo panelCampbell Barton
2018-09-05Cleanup: styleCampbell Barton
2018-09-04Cleanup: remove legacy layer and dupli code.Brecht Van Lommel
2018-09-03Multi-Object Editing: MESH_OT_bridge_edge_loops by Philippe BachourDalai Felinto
2018-09-02Cleanup: move select all/none/invert into templateCampbell Barton
2018-09-02Cleanup: comment blocksCampbell Barton
2018-09-02Cleanup: styleCampbell Barton
2018-09-02Cleanup: shadow warningCampbell Barton
2018-08-31Fix MESH_OT_loop_select: Deselect object objectsDalai Felinto
2018-08-31Follow up to MESH_OT_offset_edge_loopsDalai Felinto
2018-08-31Multi-Objects: MESH_OT_offset_edge_loopsmilios
2018-08-31Fixup for MESH_OT_vertices_smooth_laplacianDalai Felinto
2018-08-31MESH_OT_symmetrize: Cleanup, get op->ptr props outside objects loopDalai Felinto
2018-08-31Multi-Objects: MESH_OT_symmetry_snapn-kall
2018-08-31MESH_OT_blend_from_shape: Add error when no selected vertexDalai Felinto
2018-08-31Multi-Object-Mode: MESH_OT_blend_from_shapeHabib Gahbiche
2018-08-31MESH_OT_shape_propagate_to_all: Add error when no selected vertexDalai Felinto
2018-08-31Multi-Objects: MESH_OT_shape_propagate_to_allHabib Gahbiche
2018-08-31Cleanup: edbm_do_smooth_laplacian_vertex_execDalai Felinto
2018-08-31Multi-Object-Editing: MESH_OT_vertices_smooth_laplacianHabib Gahbiche
2018-08-31Merge branch 'master' into blender2.8Campbell Barton
2018-08-31Cleanup: rename WM_keymap_find -> WM_keymap_ensureCampbell Barton
2018-08-29Python / Cleanup: rename INFO_MT to TOPBAR_MT/VIEW3D_MT to reflect actual loc...Brecht Van Lommel
2018-08-28Cleanup: compiler warnings.Brecht Van Lommel
2018-08-27BMesh: improvements/fixes to select side of activeCampbell Barton
2018-08-24Fix MESH_OT_shortest_path_pickDalai Felinto
2018-08-24Multi-Objects: MESH_OT_select_axisDalai Felinto
2018-08-24MESH_OT_select_axis: Make it work with world axis, not local onesDalai Felinto
2018-08-24MESH_OT_select_axis: cleanup (use enum instead of hardcoded values)Dalai Felinto
2018-08-23Multi-Objects: MESH_OT_loop_selectDalai Felinto
2018-08-23Rename: *_batch_cache_dirty > *_batch_cache_dirty_tagDalai Felinto
2018-08-22Improvement to MESH_OT_shortest_path_pick behaviourDalai Felinto