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
2019-01-07Cleanup: add trailing commas to structsCampbell Barton
2019-01-04UI: fix too wide resize area on edges of nodes, interfering with content.Harley Acheson
2018-12-24Fix/cleanup typos and such in UI messages (and some comments).Bastien Montagne
2018-12-20Fix T58404: Node/Socket grabbing with Lasso toolJacques Lucke
2018-12-14Preferences: add option for header positionCampbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-11-30Fix T58267: node socket grabbing not working well with box select tool.Brecht Van Lommel
2018-11-30Merge branch 'master' into blender2.8Campbell Barton
2018-11-30Cleanup: ensure '_END' macros end with a semicolonCampbell Barton
2018-11-30Cleanup: name macros w/ matching BEGIN/ENDCampbell Barton
2018-11-28Use collection and instance terminology in Python APISergey Sharybin
2018-11-28Cleanup: remove missing operator from UICampbell Barton
2018-11-28Gizmo: fix compositor node crop w/ negative rectanglesCampbell Barton
2018-11-27Tool System: use tools for node editorCampbell Barton
2018-11-23Fix T57996: Crash - delete node with a driven parameterSergey Sharybin
2018-11-15Fix gizmos in the node editorCampbell Barton
2018-11-12Fix T57527: GP draw takes events from gizmosCampbell Barton
2018-11-09Keymap: move builtin keymaps from C to PythonBrecht Van Lommel
2018-10-22UI: move scrollbars inside region tabsCampbell Barton
2018-10-11Add new parameter to reverse UIList itemsAntonioya
2018-10-09Cleanup: namingCampbell Barton
2018-10-08UI: new icon set by Andrzej Ambroz.Brecht Van Lommel
2018-10-05UI: rename Border Select -> Box SelectCampbell Barton
2018-09-27Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-27Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-20Texture Paint: unify missing data and slots panels, better auto position nodes.Sebastian Parborg
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-09-19Merge branch 'master' into blender2.8Campbell Barton
2018-09-11Merge branch 'master' into blender2.8Campbell Barton
2018-09-11UI: split theme draw style into separate fieldCampbell Barton
2018-09-10Cleanup: remove unused field argsCampbell Barton
2018-09-06UI: rename Translate/Grab to Move in UI, shortcuts stay the same.Brecht Van Lommel
2018-09-06Fix bad conflict resolutionSergey Sharybin
2018-09-06Compositor: Always use AA on masksSergey Sharybin
2018-09-02Cleanup: move select all/none/invert into templateCampbell Barton
2018-08-31Merge branch 'master' into blender2.8Campbell Barton
2018-08-31Cleanup: rename WM_keymap_find -> WM_keymap_ensureCampbell Barton
2018-08-23Fix T56347: Driven values not supported in node groups.Bastien Montagne
2018-08-23Compositor: Film-like curveJeroen Bakker
2018-08-143D View boarder/lasso select tool optionsCampbell Barton
2018-08-10WM: internal changes to support dragging multiple IDs.Brecht Van Lommel
2018-08-10WM: pass on wmDrag to drop operators, so they can get the data directly.Brecht Van Lommel
2018-08-10WM: drag and drop poll functions can now specify a custom tooltip.Brecht Van Lommel
2018-08-10UI: Fix nodelink not touching inputs when noodle_curving is 0Clément Foucault
2018-07-31Cleanup: use static variablesCampbell Barton
2018-07-31New Grease Pencil object for 2D animationAntonioya
2018-07-25UI: Minor tweaks to nodesPablo Vazquez
2018-07-18Merge branch 'master' into blender2.8Brecht Van Lommel
2018-07-18Cycles: add Principled Hair BSDF.L. E. Segovia