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-20UI: add support for defining any icon as a mono icon.Brecht Van Lommel
2018-09-20UI: default to single icon column toolbar in new 3D views.Brecht Van Lommel
2018-09-20Fix build for MSVC: Remove trailing double semicolonDalai Felinto
2018-09-20Sculpt: Fix undo not working for multiresSergey Sharybin
2018-09-20Merge branch 'master' into blender2.8Sergey Sharybin
2018-09-20Sculpt: Fix memory leak in undo systemSergey Sharybin
2018-09-20GP: Fix problem with mode opening 2D Animation templateAntonioya
2018-09-20GP: Fix Alt+S problem with multiframe editionAntonioya
2018-09-20GP: Add keymap 1 and 2 for select modeAntonioya
2018-09-20GP: New select modeAntonioya
2018-09-20Put the Radius property of Curve points under shape key control.Alexander Gavrilov
2018-09-20Gizmo: hide redo gizmo when any operator runsCampbell Barton
2018-09-20Cleanup: use win_to_3d_on_plane functionCampbell Barton
2018-09-20Merge branch 'master' into blender2.8Campbell Barton
2018-09-20Cleanup: use win_to_3d_on_plane for curve drawingCampbell Barton
2018-09-203D View: add clip argument to win_to_3d_on_planeCampbell Barton
2018-09-20Gizmo: use simple unclipped win_to_ray functionCampbell Barton
2018-09-20Merge branch 'master' into blender2.8Campbell Barton
2018-09-20Cleanup: renaming missed from mergeCampbell Barton
2018-09-203D View: add a simple un-clipped win_to_rayCampbell Barton
2018-09-20Merge branch 'master' into blender2.8Campbell Barton
2018-09-20Cleanup: rename 3D view ray calculation functionsCampbell Barton
2018-09-20Gizmo: use ED_view3d_win_to_3d_on_planeCampbell Barton
2018-09-20Merge branch 'master' into blender2.8Campbell Barton
2018-09-203D View: point-on-plane from screen location utilityCampbell Barton
2018-09-20Fix spin/rotate gizmo not updating view orientationCampbell Barton
2018-09-19Cleanup: Remove some DerivedMesh wrappers for modifiersJacques Lucke
2018-09-19GP: Fix copy frame error in dopesheetAntonioya
2018-09-19Fix T56697: missing viewport update after keyframe edits in animation editors.Brecht Van Lommel
2018-09-19EditMesh: show the spin arc as a thin ribbonCampbell Barton
2018-09-19Gizmo: tweaks to dial drawingCampbell Barton
2018-09-19Gizmo: exclude arc from selectionCampbell Barton
2018-09-19EditMesh: orient spin arc to follow the cursorCampbell Barton
2018-09-19Gizmo: remove matrix rotation for the dial gizmoCampbell Barton
2018-09-19Correct polygon_smooth being left enabledCampbell Barton
2018-09-19Cleanup: commentsCampbell Barton
2018-09-19Gizmo: dial3d option to show the final angleCampbell Barton
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-09-19Cleanup: replace pointer/int casts with macrosCampbell Barton
2018-09-19Merge branch 'master' into blender2.8Campbell Barton
2018-09-19Multi-Objects: Initial select similar supportDalai Felinto
2018-09-19Move select similar to its own fileDalai Felinto
2018-09-19Cleanup: styleCampbell Barton
2018-09-19Correct invalid enum defaultCampbell Barton
2018-09-19Cleanup: remove dummy tooltipsCampbell Barton
2018-09-19UV Snap: minor uv-nearest optimizationsCampbell Barton
2018-09-18GP: Remove vertex transformation when mode is not EDIT modeAntonioya
2018-09-18StudioLight: Fix crash when closing blenderClément Foucault
2018-09-18Fix T54685: EditMesh UV's transform snapping only checks active objectAlan
2018-09-18UV_OT_align: Cleanup (use enum instead of chars for modes enumDalai Felinto