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-11-16Fix T90866: Python operator templates are not accessible from menusDiptangshu Dey
2021-10-16PyAPI Docs: Fix example not using keyword parameterAaron Carlisle
2021-10-01Python API Docs: add an example of `Bone.convert_local_to_pose` usage.Alexander Gavrilov
2021-09-18Py API Docs: Fix audio docs exampleJorge Bernal
2021-08-05PyDoc: Update GPU Example of `draw_view3d`Aaron Carlisle
2021-07-06Cleanup: pep8Campbell Barton
2021-06-08PyAPI: use keyword only argumentsCampbell Barton
2021-05-17Mathutils: add a Matrix.LocRotScale constructor for combining channels.Alexander Gavrilov
2021-05-15Docs: PyAPI: Replace use of the bgl module in the RenderEngine exampleGermano Cavalcante
2021-04-30Documentation: Replace the bgl API in the gpu module exemplesGermano Cavalcante
2021-03-22Cleanup: clang-format, trailing spaceCampbell Barton
2021-02-20Python: Add to_curve method to the object APIOmar Emara
2020-12-08PyDoc: expanded documentation for bpy_struct.is_property_setCampbell Barton
2020-10-14PyDocs: GPU Module: Examples: convert all gl_FragColor variables to FragColorAaron Carlisle
2020-10-12Pydoc: Move builtin GPU shader information to codeAaron Carlisle
2020-10-09Cleanup: operator execution types didn't read well on one lineCampbell Barton
2020-09-29Cleanup: Python API Docs: Text formatingAaron Carlisle
2020-08-05PyDoc: use glClearColor before glClear in gpu docsPhilipp Oeser
2020-06-03PyDoc: Fix warnings from out of bounds include statementAaron Carlisle
2020-03-19PyAPI Docs: Update aud exampleAaron Carlisle
2020-03-06Documentation: added bpy.msgbus description and examplesSybren A. Stüvel
2020-03-05Addons: deprecate 'wiki_url'Aaron Carlisle
2020-02-11Documentation: add note on altering data from frame change handlersSybren A. Stüvel
2020-01-27Fix T68413: gpu module example in docs produces unexpected resultsmano-wii
2019-11-01Cleanup: pep8 for examplesCampbell Barton
2019-09-09Cleanup: trailing space, remove tabs, pep8Campbell Barton
2019-06-26PyAPI Doc: Fix presets menu example.Bastien Montagne
2019-06-26PyAPI Doc: Minor updates to UIList examples...Bastien Montagne
2019-06-21Cleanup: spelling, grammar, and other correctionsCampbell Barton
2019-06-06Python API Docs: fix some examplesJacques Lucke
2019-05-31Update Python GPU example to latest depsgraph APIDalai Felinto
2019-05-25Update "Overriding Context" API exampleDalai Felinto
2019-05-23Fix T64528: error in RenderEngine API docs exampleBrecht Van Lommel
2019-05-23Depsgraph examples: don't assign to names of built-in Python objectsSybren A. Stüvel
2019-05-17API Docs: fix mistake in example codeBrecht Van Lommel
2019-05-17API Docs: add example use cases for mesh functions, fix wrong descriptionBrecht Van Lommel
2019-05-17Depsgraph: State behavior details more explicitlySergey Sharybin
2019-05-16Cycles: Fix missing viewport updates after recent changesSergey Sharybin
2019-05-16Tweak API to support adding evaluated meshes to main databaseSergey Sharybin
2019-05-16Dependency graph API changesSergey Sharybin
2019-03-27Python API: tweak RenderEngine example to be a bit more efficient.Brecht Van Lommel
2019-03-26Python API: add more detailed example for RenderEngine.Brecht Van Lommel
2019-03-21Docs: update examples for 2.8xCampbell Barton
2019-03-17Cleanup: unused importsCampbell Barton
2018-12-21RNA: naming, user-preferences -> preferencesCampbell Barton
2018-11-27Docs: use float in bpy.app.timer examplesCampbell Barton
2018-11-27Python API Docs: Examples for new timer apiJacques Lucke
2018-11-19Cleanup: gpu docsCampbell Barton
2018-11-19Py API Docs: use new bind context manager in gpu examplesJacques Lucke
2018-11-14Py API Docs: New custom shader exampleJacques Lucke