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-04-12Fix T63504: Python Template 'ui_previews_dynamic_enum' errorPhilipp Oeser
2019-03-15Cleanup: unused importsCampbell Barton
2019-03-15Tool System: add tool registration APICampbell Barton
2019-03-01RNA: move cursor into own structCampbell Barton
2019-02-28Update for rename: constraint_orientation -> orient_typeCampbell Barton
2019-01-30Cleanup: line lengthCampbell Barton
2019-01-07Fix T59944: Template operator_mesh_uv.py failsSebastian Parborg
2018-12-21RNA: naming, user-preferences -> preferencesCampbell Barton
2018-12-12PyTemplates operator_modal_timer: update to 2.8Philipp Oeser
2018-12-04Fix T58474: Gizmo Operator template fails on rerunCampbell Barton
2018-11-28Use collection and instance terminology in Python APISergey Sharybin
2018-11-28Tool System: remove custom tool registrationCampbell Barton
2018-11-16PyTemplates operator_modal_view3d_raycast: update to blender2.8 (*/@)Philipp Oeser
2018-11-16Keymaps: replace select / action mouse systemBrecht Van Lommel
2018-11-14Fix some templates for 2.8.Bastien Montagne
2018-11-08RNA: Object.select_set use boolean, only selectCampbell Barton
2018-10-30PyAPI: Use 'None' arg to clear header textCampbell Barton
2018-10-18PyAPI: Support for custom tool registrationCampbell Barton
2018-09-08Cleanup: remove redundant assignmentCampbell Barton
2018-09-07Cleanup: Update shortcut in commentCampbell Barton
2018-09-07Gizmo: update template to use matrix multiplyCampbell Barton
2018-09-07RNA: Area.header_text_set text is now requiredCampbell Barton
2018-09-06UI / Python: rename X-Ray to In Front, Draw to Display.Brecht Van Lommel
2018-09-06UI: rename Translate/Grab to Move in UI, shortcuts stay the same.Brecht Van Lommel
2018-09-03Merge branch 'master' into blender2.8Bastien Montagne
2018-09-03Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-08-29Python / Cleanup: rename INFO_MT to TOPBAR_MT/VIEW3D_MT to reflect actual loc...Brecht Van Lommel
2018-08-28UI: text keyword argument to labelCampbell Barton
2018-07-24Fix incorrect active object setting in scripts.Brecht Van Lommel
2018-07-15Gizmo: update Python templatesCampbell Barton
2018-07-15Cleanup: use variable names based on term gizmoCampbell Barton
2018-07-15WM: rename manipulator to gizmo in Python APICampbell Barton
2018-07-15WM: rename files, manipulator -> gizmoCampbell Barton
2018-07-11PyAPI: Use annotations for RNA definitionsCampbell Barton
2018-07-06UI/Python: rename Lamps to Lights, to follow more standard terminology.Brecht Van Lommel
2018-06-28UI: keep some operator text in headers.Brecht Van Lommel
2018-06-26Merge branch 'master' into blender2.8Campbell Barton
2018-06-26Cleanup: pep8 function indentationCampbell Barton
2018-06-26UI: move modal operator text from headers to status bar.Brecht Van Lommel
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-17Removing Blender Game Engine from Blender 2.8Dalai Felinto
2018-01-10Fix color for manipulator drawingCampbell Barton
2018-01-10Merge branch 'master' into blender2.8Campbell Barton
2018-01-10Fix background_job templateCampbell Barton
2017-12-11PyAPI: Correct manipulator templateCampbell Barton
2017-11-29Merge branch 'master' into blender2.8Campbell Barton
2017-11-29Cleanup: Python importsCampbell Barton
2017-09-07Merge branch 'master' into blender2.8Campbell Barton
2017-09-06Cleanup: custom nodes templateCampbell Barton
2017-08-24Manipulator: modal callback can now cancel & pass eventsCampbell Barton