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
2020-07-03Cleanup: Remove obsolete code in interface_panel.cHans Goudey
2020-07-02Cleanup: Remove useless duplicated linesValentin
2020-07-02Cleanup: Fix build error with clang on windows.Ray Molenkamp
2020-07-01Cleanup: spellingCampbell Barton
2020-06-29UI: Add shortcuts for modifier panelsHans Goudey
2020-06-29UI: Show library status icons in search menus, rather than letter prefixJulian Eisel
2020-06-29GPencil: Cleanup function names replace gp_ by gpencil_ prefix (cont)Antonio Vazquez
2020-06-29GPencil: Cleanup - Rename some functions from gp_ to gpencil_Antonio Vazquez
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
2020-06-26Fix T78295: reload scripts disables Cycles render passes in the compositorBrecht Van Lommel
2020-06-23Sculpt Vertex Colors: Initial implementationPablo Dobarro
2020-06-23Performance: Draw play head as an overlayJeroen Bakker
2020-06-22Refactoring: View2DScrollers memory allocationJeroen Bakker
2020-06-22GPencil: Cleanup commentsAntonio Vazquez
2020-06-19UI: ShaderFx Drag and Drop, Layout UpdatesHans Goudey
2020-06-19UI: Grease Pencil Modifier Drag and Drop, Layout ChangesHans Goudey
2020-06-19UI: Drag and Drop Constraints, Layout UpdatesHans Goudey
2020-06-17Fix T63411: Crash adding meta-ball with a small radiusCampbell Barton
2020-06-17Cleanup: name mesh join functions using ED_{type} prefixCampbell Barton
2020-06-16Cleanup: use explicit enum type for duplicate option of `BKE_object_duplicate`Bastien Montagne
2020-06-11Fix T77171: File selector doesn't tag preferences to be savedCampbell Barton
2020-06-10Cleanup: make the sculpt convert type follow transform conventionGermano Cavalcante
2020-06-10Cleanup: Remove no more used `ED_object_single_users`.Bastien Montagne
2020-06-10Cleanup: remove unused MBALL_NOSEL flagCampbell Barton
2020-06-10Cleanup: asan warning with bit-shifting flagCampbell Barton
2020-06-10Fix T77560: Bone selection crashesCampbell Barton
2020-06-09GPencil: Keep original stroke when reprojectAntonio Vazquez
2020-06-06Fix typo in recent bone selection refactorCampbell Barton
2020-06-05UI: Drag and Drop Modifiers, Layout UpdatesHans Goudey
2020-06-05GPencil: Improve Vertex Paint in filled areasAntonio Vazquez
2020-06-05Cleanup: use ED_object_ prefix for constraint functionsCampbell Barton
2020-06-05Armature: increase maximum delectable bones from 4096 to 8192Campbell Barton
2020-06-04Cleanup: split particle & texture paint mode switching into utility functionsCampbell Barton
2020-06-04Cleanup: remove window manager argument for paint cursor APICampbell Barton
2020-06-03Object: refactor mode switchingCampbell Barton
2020-06-02Revert "UI: Fix T77173: Report Background Colors for 2.83 Release"Hans Goudey
2020-06-02Merge branch 'blender-v2.83-release'Hans Goudey
2020-06-02UI: Fix T77173: Report Background Colors for 2.83 ReleaseHans Goudey
2020-06-02Cleanup: Use const context for some UI templatesHans Goudey
2020-06-02Cleanup: Remove Obsolete Current Frame Indicator Drawing CodeHans Goudey
2020-06-01Cleanup: warningsCampbell Barton
2020-05-30Fix T77166: Transforming bone with constraint does not follow mouse positionGermano Cavalcante
2020-05-28Object: new add object tool, currently for primitive typesCampbell Barton
2020-05-28Object: add scale argument to creation operatorsCampbell Barton
2020-05-27Cleanup: remove unused Main struct from snap contextCampbell Barton
2020-05-27Gizmo: lazy initialize snap contextCampbell Barton
2020-05-27Gizmo Library: New Snap GizmoGermano Cavalcante
2020-05-27Cleanup: sort file, structsCampbell Barton
2020-05-27Cleanup: warningCampbell Barton
2020-05-26UI: List Panel SystemHans Goudey