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-29Fix: Order of node mixins in custom nodes python templateHans Goudey
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-05-26Fix T94857: 'Gizmo Operator' from python templates spins when draggedCampbell Barton
2022-04-20Cleanup: run autopep8 on release/scripts/templates_pyCampbell Barton
2022-03-30Cleanup: use equality instead of contains for single-item setsCampbell Barton
2022-01-24Cleanup: Grammar: its self vs. itselfHans Goudey
2021-11-16Fix T90866: Python operator templates are not accessible from menusDiptangshu Dey
2021-11-05Cleanup: replace face-map reference in gizmo exampleCampbell Barton
2021-08-26ToolSystem: support per-tool gizmo group propertiesCampbell Barton
2021-07-21Cleanup: replace NB with NOTE in commentsCampbell Barton
2021-07-06Cleanup: pep8Campbell Barton
2021-06-08PyAPI: use keyword only argumentsCampbell Barton
2021-05-21Cleanup: spellingLeon Zandman
2021-05-01Python GPU: Replace a few calls of the bgl module with gpuGermano Cavalcante
2021-03-29Python API: add template for image processingÉlie Michel
2021-02-21Cleanup: remove unused layers property from templateCampbell Barton
2021-02-21Cleanup: remove duplicate settings from operator_mesh_add templateCampbell Barton
2021-01-29Cleanup: rename variables for gizmo templatesCampbell Barton
2021-01-26Fix typos in driver_functions.pyZev Eisenberg
2020-09-08UI: Aesthetic tweaks to Select All by Type operatorPablo Vazquez
2020-03-05Addons: deprecate 'wiki_url'Aaron Carlisle
2019-10-15Cleanup: pep8 for templatesCampbell Barton
2019-07-16Fix typo in background_job templateCampbell Barton
2019-07-05Use latest/version number for manual linksAaron Carlisle
2019-06-28Python Templates: Small fix for gizmo custom geometryDalai Felinto
2019-06-28Python Templates: Update Custom Nodes tooltipDalai Felinto
2019-06-28Python Templates: Silence _MT_ warning in pie menu templateDalai Felinto
2019-06-28Python Templates: Fix Operator Mesh AddDalai Felinto
2019-06-06Python Templates: fix operator_mesh_uv templateJacques Lucke
2019-06-04Fix (unreported) missing updates in scripts/docs after `scene.update()` removal.Bastien Montagne
2019-05-22Cleanup: minor correctionsCampbell Barton
2019-05-21python templates: update operator_modal_view3d_raycast to 2.8Philipp Oeser
2019-05-21python templates: update operator_modal_draw to 2.8Philipp Oeser
2019-05-15Objects: new 3D cursor alignment option when adding objectsHans Goudey
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