blender/doc/python_api/examples
Alexander Gavrilov d7822981b1 Python API Docs: add non-invert Bone.convert_local_to_pose example.
This updates the example function to support assigning a subset of
bone matrices. The code was tested to work in real use by @gaiaclary.
2022-01-18 11:45:27 +03:00
..
aud.py Py API Docs: Fix audio docs example 2021-09-18 19:28:55 +02:00
blf.py Cleanup: unused imports 2019-03-17 21:00:56 +11:00
bmesh.ops.1.py Python API Docs: fix some examples 2019-06-06 17:13:02 +02:00
bpy.app.handlers.1.py Spelling fixes in comments and descriptions, patch by luzpaz. 2018-09-19 18:18:05 +02:00
bpy.app.handlers.2.py Cleanup: pep8 2021-07-06 12:05:27 +10:00
bpy.app.handlers.py
bpy.app.timers.1.py Cleanup: pep8 for examples 2019-11-01 10:53:47 +11:00
bpy.app.timers.2.py Cleanup: pep8 for examples 2019-11-01 10:53:47 +11:00
bpy.app.timers.3.py Cleanup: pep8 for examples 2019-11-01 10:53:47 +11:00
bpy.app.timers.4.py Cleanup: pep8 for examples 2019-11-01 10:53:47 +11:00
bpy.app.timers.5.py cleanup: fix typos in comments and docs 2021-11-16 18:45:10 -05:00
bpy.app.translations.py Cleanup: Python API Docs: Text formating 2020-09-28 20:11:06 -04:00
bpy.data.py Python API Docs: fix some examples 2019-06-06 17:13:02 +02:00
bpy.msgbus.1.py Cleanup: pep8 2021-07-06 12:05:27 +10:00
bpy.msgbus.2.py Documentation: added bpy.msgbus description and examples 2020-03-06 14:29:03 +01:00
bpy.msgbus.3.py Documentation: added bpy.msgbus description and examples 2020-03-06 14:29:03 +01:00
bpy.ops.1.py Update "Overriding Context" API example 2019-05-24 19:21:30 -03:00
bpy.ops.2.py Cleanup: operator execution types didn't read well on one line 2020-10-09 12:14:22 +11:00
bpy.ops.3.py
bpy.ops.py
bpy.props.1.py Python API Docs: fix some examples 2019-06-06 17:13:02 +02:00
bpy.props.2.py Docs: update examples for 2.8x 2019-03-22 00:07:06 +11:00
bpy.props.3.py Docs: update examples for 2.8x 2019-03-22 00:07:06 +11:00
bpy.props.4.py
bpy.props.5.py
bpy.props.py Docs: update examples for 2.8x 2019-03-22 00:07:06 +11:00
bpy.types.AddonPreferences.1.py Addons: deprecate 'wiki_url' 2020-03-05 11:45:22 +11:00
bpy.types.BlendDataLibraries.load.py
bpy.types.BlendDataLibraries.write.py
bpy.types.Bone.convert_local_to_pose.py Python API Docs: add non-invert Bone.convert_local_to_pose example. 2022-01-18 11:45:27 +03:00
bpy.types.bpy_prop_collection.foreach_get.py
bpy.types.bpy_prop_collection.foreach_set.py
bpy.types.bpy_struct.is_property_set.py PyDoc: expanded documentation for bpy_struct.is_property_set 2020-12-08 20:52:31 +11:00
bpy.types.bpy_struct.keyframe_insert.1.py Python API Docs: fix some examples 2019-06-06 17:13:02 +02:00
bpy.types.bpy_struct.keyframe_insert.py Python API Docs: fix some examples 2019-06-06 17:13:02 +02:00
bpy.types.Depsgraph.1.py Cleanup: trailing space, remove tabs, pep8 2019-09-10 06:17:59 +10:00
bpy.types.Depsgraph.2.py Depsgraph examples: don't assign to names of built-in Python objects 2019-05-23 10:29:49 +02:00
bpy.types.Depsgraph.3.py Depsgraph examples: don't assign to names of built-in Python objects 2019-05-23 10:29:49 +02:00
bpy.types.Depsgraph.4.py Depsgraph examples: don't assign to names of built-in Python objects 2019-05-23 10:29:49 +02:00
bpy.types.Depsgraph.5.py Depsgraph examples: don't assign to names of built-in Python objects 2019-05-23 10:29:49 +02:00
bpy.types.Depsgraph.6.py Cleanup: pep8 for examples 2019-11-01 10:53:47 +11:00
bpy.types.Depsgraph.7.py Cleanup: pep8 2021-07-06 12:05:27 +10:00
bpy.types.ID.user_clear.1.py
bpy.types.Menu.1.py Python API Docs: fix some examples 2019-06-06 17:13:02 +02:00
bpy.types.Menu.2.py Python / Cleanup: rename INFO_MT to TOPBAR_MT/VIEW3D_MT to reflect actual location. 2018-08-29 16:25:50 +02:00
bpy.types.Menu.3.py PyAPI Doc: Fix presets menu example. 2019-06-26 15:35:34 +02:00
bpy.types.Menu.4.py
bpy.types.Menu.py
bpy.types.Mesh.py
bpy.types.NodeTree.py Python API Docs: fix some examples 2019-06-06 17:13:02 +02:00
bpy.types.Object.py Cleanup: unused imports 2019-03-17 21:00:56 +11:00
bpy.types.Operator.1.py Fix T90866: Python operator templates are not accessible from menus 2021-11-16 10:45:23 +01:00
bpy.types.Operator.2.py Fix T90866: Python operator templates are not accessible from menus 2021-11-16 10:45:23 +01:00
bpy.types.Operator.3.py Fix T90866: Python operator templates are not accessible from menus 2021-11-16 10:45:23 +01:00
bpy.types.Operator.4.py Fix T90866: Python operator templates are not accessible from menus 2021-11-16 10:45:23 +01:00
bpy.types.Operator.5.py Fix T90866: Python operator templates are not accessible from menus 2021-11-16 10:45:23 +01:00
bpy.types.Operator.6.py Fix T90866: Python operator templates are not accessible from menus 2021-11-16 10:45:23 +01:00
bpy.types.Operator.py Fix T90866: Python operator templates are not accessible from menus 2021-11-16 10:45:23 +01:00
bpy.types.Panel.1.py Python API Docs: fix some examples 2019-06-06 17:13:02 +02:00
bpy.types.Panel.2.py Python API Docs: fix some examples 2019-06-06 17:13:02 +02:00
bpy.types.Panel.py
bpy.types.PropertyGroup.py Docs: update examples for 2.8x 2019-03-22 00:07:06 +11:00
bpy.types.RenderEngine.py Docs: PyAPI: Replace use of the bgl module in the RenderEngine example 2021-05-14 18:29:23 -03:00
bpy.types.UIList.1.py PyAPI Doc: Minor updates to UIList examples... 2019-06-26 15:06:18 +02:00
bpy.types.UIList.2.py Cleanup: trailing space, remove tabs, pep8 2019-09-10 06:17:59 +10:00
bpy.types.WindowManager.popup_menu.py UI: text keyword argument to label 2018-08-28 12:34:51 +10:00
gpu.1.py PyDoc: Fix warnings from out of bounds include statement 2020-06-02 18:21:42 -04:00
gpu.2.py PyDocs: GPU Module: Examples: convert all gl_FragColor variables to FragColor 2020-10-14 11:18:36 -04:00
gpu.3.py PyDoc: Fix warnings from out of bounds include statement 2020-06-02 18:21:42 -04:00
gpu.4.py Documentation: Replace the bgl API in the gpu module exemples 2021-04-30 10:50:50 -03:00
gpu.5.py PyDoc: Fix warnings from out of bounds include statement 2020-06-02 18:21:42 -04:00
gpu.6.py Cleanup: pep8 2021-07-06 12:05:27 +10:00
gpu.7.py PyAPI: use keyword only arguments 2021-06-09 03:05:44 +10:00
gpu.8.py PyAPI: use keyword only arguments 2021-06-09 03:05:44 +10:00
gpu.9.py PyAPI Docs: Fix example not using keyword parameter 2021-10-15 17:55:31 -04:00
gpu.10.py PyDocs: GPU Module: Examples: convert all gl_FragColor variables to FragColor 2020-10-14 11:18:36 -04:00
mathutils.Color.py Python API Docs: fix some examples 2019-06-06 17:13:02 +02:00
mathutils.Euler.py Python API Docs: fix some examples 2019-06-06 17:13:02 +02:00
mathutils.kdtree.py Python API Docs: fix some examples 2019-06-06 17:13:02 +02:00
mathutils.Matrix.LocRotScale.py Mathutils: add a Matrix.LocRotScale constructor for combining channels. 2021-05-17 19:12:40 +03:00
mathutils.Matrix.py Mathutils: add a Matrix.LocRotScale constructor for combining channels. 2021-05-17 19:12:40 +03:00
mathutils.py Python API Docs: fix some examples 2019-06-06 17:13:02 +02:00
mathutils.Quaternion.py Python API Docs: fix some examples 2019-06-06 17:13:02 +02:00
mathutils.Vector.py Python API Docs: fix some examples 2019-06-06 17:13:02 +02:00