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-08-10Fix T90268: Mesh.from_pydata error using numpy array for edges/facesCampbell Barton
2021-08-09Cleanup: use 'cls' for class methods first argumentCampbell Barton
2021-06-08PyAPI: use keyword only argumentsCampbell Barton
2021-06-07Fix T88899: `__file__` not set for `text.as_module()`Campbell Barton
2021-05-01Python GPU: Replace a few calls of the bgl module with gpuGermano Cavalcante
2021-04-26DeprecationWarning fixErik Abrahamsson
2021-03-06Cleanup: unused importsCampbell Barton
2021-03-05UI: minor changes to preset sortingCampbell Barton
2021-03-05Presets: Improve sort order of presetsAaron Carlisle
2021-02-04Fix T79822: Custom preset casing not preservedAnkur Deria
2020-10-02Cleanup: pep8 (indentation, spacing, long lines)Campbell Barton
2020-10-02Cleanup: pep8, blank linesCampbell Barton
2020-09-12Fix T80697: children_recursive returns edit-bones from non edit-boneCampbell Barton
2020-05-29PyAPI: use bpy_rna_types_capi.c to set type methodsCampbell Barton
2020-05-29Docs: replace warnings with note for complexity informationCampbell Barton
2020-02-13Py API: Add `orphans_purge` helper to `bpy.data`.Bastien Montagne
2020-02-04Fix T58842: Add-ons Import/Export entries disapear when enabling FilterPhilipp Oeser
2019-10-15Fix T70590: Python Gizmo API misses opacity & anti-aliasingCampbell Barton
2019-10-10Fix T70617: mesh.from_pydata() misses first edge if there are facesCampbell Barton
2019-10-09Cleanup: typo, styleCampbell Barton
2019-10-09Docs: clarify Mesh.from_pydata edges argument usageCampbell Barton
2019-10-08UI: support passing a function to WorkSpace.status_text_set()Campbell Barton
2019-09-16Revert "PyAPI: expose OperatorType.modal_keymap"Campbell Barton
2019-09-16Cleanup: use fixed indent in PythonCampbell Barton
2019-09-16PyAPI: expose OperatorType.modal_keymapCampbell Barton
2019-09-11Armature: convert the length Python property of bones to a RNA property.Alexander Gavrilov
2019-07-30UI: add use_button option to popoversCampbell Barton
2019-07-28Cleanup: pep8Campbell Barton
2019-07-08Fix T61401: Failure to register a `GizmoGroup` after unregistering itmano-wii
2019-07-08Revert "Fix T61401: Failure to register a `GizmoGroup` after unregistering it"mano-wii
2019-07-08Fix T61401: Failure to register a `GizmoGroup` after unregistering itmano-wii
2019-05-09Cleanup: unused args/vars/imports in modulesCampbell Barton
2019-04-21Fix T63764: error when using library.users_id() functionBrecht Van Lommel
2019-04-18PyAPI: remove support for importing text blocks as modulesCampbell Barton
2019-02-07Fix object.users_collection not including scene collections.Brecht Van Lommel
2019-01-16Expose batch IDs deletion in python API.Bastien Montagne
2018-12-20Fix T58937: Appended menus to VIEW3D_MT_editor_menus are not displayedCampbell Barton
2018-12-04Fix error reloading scriptsCampbell Barton
2018-11-28Use collection and instance terminology in Python APISergey Sharybin
2018-11-09Py API Docs: Warnings for some properties that are slower to access than expe...Jacques Lucke
2018-10-26Correction for Gizmo.draw_custom_shape utility APICampbell Barton
2018-10-26Cleanup: minor change to last commitCampbell Barton
2018-10-26Update Gizmo.draw_custom_shape for API changesCampbell Barton
2018-10-24Fix T57366: Mesh.from_pydata invalid loose-edge stateCampbell Barton
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-09-07RNA: update gizmo API for changes in BlenderCampbell Barton
2018-09-04UI: icon keyword argument to popmenu_begin__internalAleksandr Zinovev
2018-08-28RNA: use required args for internal popup end APICampbell Barton
2018-08-28UI: text keyword argument to labelCampbell Barton