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-15Change startup defaultsCampbell Barton
2018-05-15Change preference defaultsCampbell Barton
2018-05-15Fix random crashes in the outliner, especially with bigger scenes.Brecht Van Lommel
2018-05-15Fix bone-size crashCampbell Barton
2018-05-15Merge branch 'master' into blender2.8Campbell Barton
2018-05-15Undo System: remove nested edit-mode undo callsCampbell Barton
2018-05-15Fix texture space transform crashCampbell Barton
2018-05-15Cleanup: Use switch statement to test the object type in snap functions.Germano
2018-05-15EditMesh: updated extrude manipulatorCampbell Barton
2018-05-15Manipulator: outline & helpline options for buttonCampbell Barton
2018-05-15Manipulator: utility to get matrix w/o offsetCampbell Barton
2018-05-15Cleanup: compiler warnings, use constCampbell Barton
2018-05-14Transform: Use the new BLI_bvhtree_find_nearest_projected function to snap.Germano
2018-05-14View 3D: Use Z Key for "geometry occlusion" toggleDalai Felinto
2018-05-14Fix error in MESH_OT_edge_face_add changesCampbell Barton
2018-05-14Fix error moving pivotCampbell Barton
2018-05-14Multi-Objects: MESH_OT_vert_connect_path by Falk DavidDalai Felinto
2018-05-14Multi-Objects: MESH_OT_edge_face_add by Guy BoiceyDalai Felinto
2018-05-14Fix: With no bones selected, move bones to layer operator would display garba...Joshua Leung
2018-05-14Fix: POSE_OT_select_constraint_target now works with copy on writeJoshua Leung
2018-05-14MESH_OT_select_mirror: Only report when something to reportDalai Felinto
2018-05-14Multi- Objects: MESH_OT_select_face_by_sides by Rainer TrummerDalai Felinto
2018-05-14Multi-Object: MESH_OT_vert_connect_concave by Guy BoiceyDalai Felinto
2018-05-14Manipulator: fix 2D icon buttons in the 3D viewCampbell Barton
2018-05-14T54643-Multi-Object EditMesh: MESH_OT_select_nthLuc Revardel
2018-05-14Multi-Object: MESH_OT_select_mirrorDalai Felinto
2018-05-14Fix extrude adjustment on normal axisCampbell Barton
2018-05-14Fix incorrect matrix stack push/popCampbell Barton
2018-05-14Multi-Object: MESH_OT_vert_connect_nonplanar by Aeden McClainDalai Felinto
2018-05-14Multi-Objects: VIEW3D_OT_snap_selected_to_gri by Leon EckardtdDalai Felinto
2018-05-14Fix extrude manipulator update w/ view orientationCampbell Barton
2018-05-14Multi-Object: MESH_OT_convex_hull by Lucas BoutrotDalai Felinto
2018-05-14Particle edit: Avoid depsgraph tag from draw codeSergey Sharybin
2018-05-14Revert "Tag update when using particle edit brushes"Sergey Sharybin
2018-05-14UV: multi-object project boundsCampbell Barton
2018-05-13EditMesh: show XYZ axis for extrudeCampbell Barton
2018-05-13UI: fix popovers not properly working with scroll arrows for long menus.Brecht Van Lommel
2018-05-13Fix/workaround crash when appending workspace in edit modeJulian Eisel
2018-05-13Fix compiler warnings.Brecht Van Lommel
2018-05-13UI/Python: layout API support for setting button emboss style.Brecht Van Lommel
2018-05-13Cleanup: deduplicate layout item initialization.Brecht Van Lommel
2018-05-13UI: show toolbar shortcutsCampbell Barton
2018-05-13Tool System: tools are now set by nameCampbell Barton
2018-05-13Transform: fix regression in bound-box calculationCampbell Barton
2018-05-13Merge branch 'master' into blender2.8Campbell Barton
2018-05-13Cleanup: trailing spaceCampbell Barton
2018-05-13Fix 3D view axis align flagCampbell Barton
2018-05-13Cleanup: Remove unused member.Germano
2018-05-13transform_snap_object: perf: Check the distance of the bound_box of objects o...Germano
2018-05-13Cleanup: transform_snap_object: Remove unused variables and reuse the precalc...Germano