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-11-07Py API Docs: show gpu_extras moduleJacques Lucke
2018-11-06Fix/cleanup RNA viewlayer API.Bastien Montagne
2018-11-01Merge branch 'master' into blender2.8Campbell Barton
2018-11-01Cleanup: move progress utility module into bpy_extrasCampbell Barton
2018-10-26Correction for Gizmo.draw_custom_shape utility APICampbell Barton
2018-10-26PyAPI: gpu utility module to create new batchesJacques Lucke
2018-10-26Cleanup: minor change to last commitCampbell Barton
2018-10-26Update Gizmo.draw_custom_shape for API changesCampbell Barton
2018-10-26PyAPI: Make GPUVertFormat() argument optionalCampbell Barton
2018-10-25PyAPI: initial gpu_extras module (circle drawing utility)Campbell Barton
2018-10-24Fix T57366: Mesh.from_pydata invalid loose-edge stateCampbell Barton
2018-10-19Merge branch 'master' into blender2.8Campbell Barton
2018-10-19Fix error disabling all addonsCampbell Barton
2018-10-18PyAPI: Support for custom tool registrationCampbell Barton
2018-10-17node_shader_utils: Proper fix for node_normalmap accessor returning ellipsis ...Bastien Montagne
2018-10-17Revert "Fix error on FBX export after material changes"Bastien Montagne
2018-10-17Fix error on FBX export after material changesDalai Felinto
2018-10-16node_shader_utils: fix bad setting of use_nodes in readonly case.Bastien Montagne
2018-10-13node_shader_utils: several fixes, improvements and cleanups.Bastien Montagne
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