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
2022-09-19PyGPU: call 'GPU_shader_bind' in 'GPUShader.uniform_' methodsGermano Cavalcante
2022-09-02PyGPU: only use 3D shaders and rename string enumsGermano Cavalcante
2022-08-01I18n: make presets translatableDamien Picard
2022-07-18Context: implement indexing for list properties in path_resolve.Alexander Gavrilov
2022-06-02Cleanup: remove "<pep8 compliant>" from headersCampbell Barton
2022-05-03BPY types: add default Geometry Node poll functionKévin Dietrich
2022-04-19PyDoc: remove multiple `children` properties for Bone typeCampbell Barton
2022-04-06Cleanup: spelling & poor wording in code & commentsCampbell Barton
2022-04-06PyAPI: Add Context.path_resolve wrapper that supports context membersCampbell Barton
2022-03-11PyAPI: use C/RNA API for Text.from_string/to_stringCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-14Python API: add "children_recursive" property to Object & CollectionCampbell Barton
2021-11-17cleanup: fix typos in comments and docsluzpaz
2021-10-14Python API: implement `PoseBone.children` via `Bone.children`.Alexander Gavrilov
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