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-10-12Python: change node_shader_utils diffuse RGBA to base_color RGB.Brecht Van Lommel
2018-10-10Python API: add loop triangles access, remove tessfaces.Brecht Van Lommel
2018-10-08UI: new icon set by Andrzej Ambroz.Brecht Van Lommel
2018-10-05UI: rename Border Select -> Box SelectCampbell Barton
2018-10-03Keymap: expose tool keymaps in the preferencesCampbell Barton
2018-10-02Addons: reactivate BVH and PLY format addonsJacques Lucke
2018-10-01Cleanup: use tuple unpackingCampbell Barton
2018-10-01Cleanup: pep8, unused importCampbell Barton
2018-09-30io_utils: remove `orientation_helper_factory`.Bastien Montagne
2018-09-28Python IO: Initial nodal shader support for import AND export.Bastien Montagne
2018-09-26Addons: reactivate 'STL format' addonJacques Lucke
2018-09-21Re-enable OBJ add-on.Bastien Montagne
2018-09-21Py io_utils: deprecate `orientation_helper_factory` and add new `orientation_...Bastien Montagne
2018-09-21Re-enable FBX add-on.Bastien Montagne
2018-09-21Merge branch 'master' into blender2.8Campbell Barton
2018-09-21Cleanup: style, use raw stringsCampbell Barton
2018-09-19Addon Utils: Green light the uv layout addonDalai Felinto
2018-09-13Merge branch 'master' into blender2.8Campbell Barton
2018-09-13PyAPI: remove operator methods that leak memoryCampbell Barton
2018-09-13PyAPI: use brief description for operator reprCampbell Barton
2018-09-13Merge branch 'master' into blender2.8Campbell Barton
2018-09-13PyAPI: add API call to get an operators typeCampbell Barton
2018-09-12Fix T56766: Bake Action Visual Keying Not Working.Bastien Montagne
2018-09-10Fix object_utils.py's matrix multiplication (use new @ syntax).Bastien Montagne
2018-09-10Fix image_utils.py's load_image() helper.Bastien Montagne
2018-09-07RNA: update gizmo API for changes in BlenderCampbell Barton
2018-09-04UI: icon keyword argument to popmenu_begin__internalAleksandr Zinovev
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-28RNA: use required args for internal popup end APICampbell Barton
2018-08-28RNA: UILayout.split(..) 'percentage' to 'factor'Campbell Barton
2018-08-28UI: text keyword argument to labelCampbell Barton
2018-08-12PyAPI: update scripts for matrix multiply operatorCampbell Barton
2018-08-01Merge branch 'blender2.8' into soc-2018-bevelBastien Montagne
2018-07-31Cleanup: pep8, windows line endingsCampbell Barton
2018-07-31New Grease Pencil object for 2D animationAntonioya
2018-07-24Fix incorrect active object setting in scripts.Brecht Van Lommel
2018-07-21Merge branch 'blender2.8' into soc-2018-bevelRohan Rathi
2018-07-19Cleanup: styleCampbell Barton
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-17UI: Single-column and flow layout for Scene propertiesVuk Gardašević
2018-07-15WM: rename manipulator to gizmo in Python APICampbell Barton
2018-07-15WM: rename manipulator to gizmo internallyCampbell Barton
2018-07-14Keymap: reduce right shift in generated keymapsCampbell Barton
2018-07-14Merge branch 'master' into blender2.8Campbell Barton
2018-07-14Keymap: option to export all keymapsCampbell Barton
2018-07-14Merge branch 'master' into blender2.8Campbell Barton
2018-07-14Cleanup: use f-string for addon_utilsCampbell Barton
2018-07-13UI: only show API defined custom properties when Developer Extras is on.Brecht Van Lommel
2018-07-12PyAPI: remove bpy.utils.register_moduleCampbell Barton