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-01Py Docs: Document delayed setting of UI dataJulian Eisel
2022-09-01PyDoc: update the shader creation examples with gpu moduleGermano Cavalcante
2022-08-18Fix T100423: Addon's custom context menu entries get overridden by other addonsLuca Rood
2022-08-12Py API doc: Add warning that py-defined property accessor callbacks may be ca...Bastien Montagne
2022-05-11Cleanup: formatCampbell Barton
2022-05-09EEVEE & Viewport: Add a built-in shader called 3D_IMAGE, and expose to the py...Shashank Shekhar
2022-05-06Add documentation about Image/ImBuf to python/RNA API.Bastien Montagne
2022-05-03Cleanup: use context.temp_overrideCampbell Barton
2022-04-26Cleanup: autopep8Campbell Barton
2022-04-20Cleanup: run autopep8 on doc/Campbell Barton
2022-04-20Docs: update examples to use Context.temp_overrideCampbell Barton
2022-04-20PyAPI: temporary context override supportCampbell Barton
2022-03-30Cleanup: use equality instead of contains for single-item setsCampbell Barton
2022-01-18Python API Docs: add non-invert `Bone.convert_local_to_pose` example.Alexander Gavrilov
2021-11-17cleanup: fix typos in comments and docsluzpaz
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