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
2021-07-15UI: Support defining UI lists in CJulian Eisel
2021-03-08Spreadsheet: add boilerplate code for new editor typeJacques Lucke
2021-03-08Fix T86106: bpy.types.SpaceView3D.draw_handler_remove(...) causes Blender to ...Germano Cavalcante
2021-03-01Cleanup: Use LISTBASE_FOREACH and LISTBASE_FOREACH_MUTABLE macroGermano Cavalcante
2021-02-24PyAPI: Fix memory leak of parameters used for python 'draw_callbacks'Germano Cavalcante
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-27Cleanup: Comment formatting, grammarHans Goudey
2021-01-26Cleanup: Use LISTBASE_FOREACH macroHans Goudey
2021-01-14Fix T84684: Undo operators not workingJulian Eisel
2021-01-13UI: Revert design changes to data-block selector for the 2.92 releaseJulian Eisel
2020-12-18UI: Redesigned data-block selectorsJulian Eisel
2020-12-15Asset System: "Mark Asset" & "Clear Asset" operators and UI integrationJulian Eisel
2020-11-06Cleanup: unused variableCampbell Barton
2020-11-06Fix T82164: Knife tool draws huge vertices after using bgl.glPointSizeGermano Cavalcante
2020-10-09Revert "Revert "BGL: Workaround broken bgl usage caused by GPU refactor""Clément Foucault
2020-10-08Revert "BGL: Workaround broken bgl usage caused by GPU refactor"Clément Foucault
2020-10-08BGL: Workaround broken bgl usage caused by GPU refactorClément Foucault
2020-09-12GPU: Fix wrong state before python callbacksClément Foucault
2020-09-09Geometry: add Attributes panel for PointCloud and HairBrecht Van Lommel
2020-08-04Refactor: rename SpaceType->new to SpaceType->createJacques Lucke
2020-07-30Cleanup: Remove pre 2.80 headersValentin
2020-07-06UV: add rip toolCampbell Barton
2020-05-27Gizmo Library: New Snap GizmoGermano Cavalcante
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-01-06Cleanup: remove unused 2D arrow gizmoCampbell Barton
2019-11-21Cleanup: remove unused value2d gizmoCampbell Barton
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-01Cleanup: move theme reset into it's own operator fileCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: manually remove header text not handled by automationCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-11-09Keymap: move builtin keymaps from C to PythonBrecht Van Lommel
2018-10-26PyAPI: draw handlers now store args in the capsule contextCampbell Barton
2018-09-13Gizmo: value2d utility to adjust operator valuesCampbell Barton
2018-09-06UI: rename Translate/Grab to Move in UI, shortcuts stay the same.Brecht Van Lommel
2018-08-21Tool System: loopcut preview & activate on clickCampbell Barton
2018-08-10Gizmo: add option to catch all mouse clicksCampbell Barton
2018-07-15WM: rename manipulator to gizmo internallyCampbell Barton
2018-07-15WM: rename files, manipulator -> gizmoCampbell Barton
2018-06-23UI: Add user defined context menuCampbell Barton
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-23UI: Global "Status-bar" Area (WIP)Julian Eisel
2018-04-21Cleanup: Get rid of context in editor 'new' callbackJulian Eisel