0a4e170c28
Revert "tmp"
...
This reverts commit ea31f0ac3b .
2018-01-31 22:35:46 -02:00
ea31f0ac3b
tmp
2018-01-31 22:11:01 -02:00
65d40b3eeb
Docs: invoke_search_popup uses bl_property
...
Also add code example in docs.
2018-01-26 11:52:01 +11:00
ebb29200d3
Cleanup: use relative imports in bl_ui
2017-10-21 12:41:42 +11:00
d1dfed206b
Fix T52923: Circle diameter is in fact radius
2017-10-04 18:01:53 +11:00
378b74f025
Docs: only show versions in changelog side-bar
2017-09-15 22:20:14 +10:00
ec784b06ee
Docs: update API changelog to 2.79
2017-09-15 22:06:23 +10:00
30d7fbd7a0
PyDoc: update context_type_map
2017-09-04 16:19:27 +10:00
d4246476d0
Py API doc generation: remove reference to "Blender/Python Add-on Tutorial"
...
That one has been moved to wiki!
2017-07-17 11:36:27 +02:00
bc8a9c47c6
PyDoc: minor change to recent workaround
...
- Isolate workaround in single string and link to issue.
- Quiet unused file warning (since it's an include).
2017-07-17 13:18:58 +10:00
4e22e24689
BPY API: Fix broken ref link
2017-07-16 18:11:58 -04:00
2d0c9542fe
BPY API: Fix usless links leading to compile errors
...
See https://github.com/sphinx-doc/sphinx/issues/3866 for more information
2017-07-16 17:11:05 -04:00
b94a433ca3
Docs: Fix file:line links in generated API docs
2017-06-18 02:38:20 +10:00
fc4154f857
Fix T51810: Add minimal example of usage of translation API for non-official addons.
2017-06-16 16:43:46 +02:00
18e1c8d9fa
PyAPI: Fix changed ref link
2017-06-15 22:03:22 -04:00
a348023196
PyAPI: Add HTML logo and favicon
...
Differential Revision: https://developer.blender.org/D2621
2017-06-15 22:01:04 -04:00
127a754615
PyAPI: Remove addon tutorial
...
This page now lives at https://docs.blender.org/manual/en/dev/advanced/scripting/addon_tutorial.html
2017-06-15 22:01:03 -04:00
a96030b3da
PyAPI: Add toctree link on parent page of submodule
2017-06-15 01:41:28 -04:00
44fd84bcc3
PyAPI: Proper Solution to bpy.app
2017-06-15 00:54:41 -04:00
df7c609fda
PYAPI: Fix mathutils doc structure
2017-06-14 16:47:43 -04:00
5e485e34e8
PYAPI: fix documention structure of bpy.app
2017-06-14 16:19:05 -04:00
9a0673a5d4
Fix missing toctree for bmesh submodules
2017-06-14 15:22:26 -04:00
nBurn
420d4a70b8
PyAPI: Cleanup "Python API Overview" doc
...
Reword to clean up some odd grammar (mostly dangling modifiers) and
improve readability.
Differential Revision: https://developer.blender.org/D2699
2017-06-02 17:22:44 -04:00
nBurn
e1910ac6ed
PyAPI: update to bpy.types.Operator.5.py
...
This is a minor update add more information on how Blender handles modal
operators. The existing docs provide a good overview, but might not be
as helpful to those unfamiliar with modal programming. This patch also
corrects a few small grammar issues.
2017-06-01 21:59:51 -04:00
b5298bf819
Cleanup: menu example
...
remove some redundant checks, imports
2017-04-29 16:20:06 +10:00
d6963630dc
Implementation of custom python entries in all right click menus
...
Hi Guys,
as one of my clients needs the possibility to have custom menu entries in the general right click menu (all over Blender: in the node editor, properties, toolbars,..) I talked with Campbell about expanding our hard coded menu a bit. This is the outcome. As I only need those two, I support currently a button_prop and a button_pointer.
{F540397}
I tested the changes with a custom script where I added a custom entry and executed an operator on click - it seems to work exactly how it's intended to. The script: {F540435}
As I'm not too experienced in rna stuff I would really appreciate any review.
Thanks very much Campbell for his open ears & help on this issue!
Reviewers: campbellbarton, mont29
Reviewed By: campbellbarton, mont29
Subscribers: sybren, mont29
Tags: #addons
Differential Revision: https://developer.blender.org/D2612
2017-04-28 23:44:52 +02:00
6d1ac79514
Cleanup: Grey --> Gray
2017-02-27 19:33:57 -05:00
29859d0d5e
Fix some more minor issue with updated py doc generation.
2017-02-23 22:31:21 +01:00
c067f1d0d4
Fix stupid mistake in previous commit for release builds of API doc.
2017-02-23 22:08:01 +01:00
c7ad27fc07
Update py API doc generation tools to comply to new name scheme on server.
...
- for rc/release: /api/2.79c/, zip file named blender_python_reference_2.79c_release.zip
- for dev: /api/master/, zip file named blender_python_reference_2_79_4.zip
2017-02-23 21:45:20 +01:00
e5d8c2a67f
Use new manual URL
2017-01-23 19:10:37 -05:00
d5c7d22bc2
Update script generating/uploading py API doc to new addresses (docs.blender.org).
2017-01-23 21:10:56 +01:00
831cfcfb3d
API: Do not show "Created using Sphinx" in the footer
...
I talked to Campbell and he said there is no need for this
2017-01-19 16:16:04 -05:00
13174df534
API: Fix rst syntax
2017-01-02 00:33:15 -05:00
42e4b0955c
API: Fix redirect in bgl page
2017-01-02 00:24:40 -05:00
143d9373e4
API: Update to modern sphinx syntax
2017-01-01 23:54:55 -05:00
911544c70c
API: Fix double slashes in URLs
2017-01-01 19:53:16 -05:00
a522469940
Various UI message and API doc tweaks and fixes.
...
Mostly from patch D2256 by Aaron Carlisle (@Blendify ), thanks!
2016-12-28 14:37:08 +01:00
7e8bf9dbd6
Fix T50007: blender offline python documentation in zipped HTML files, not shown correctly.
...
Stupid mistake, os.scandir is not recursive... Patch by @brecht , thanks.
2016-11-13 12:06:26 +01:00
cf9a6b416c
API: Fix Links
...
Self-explanatory. to find broken links run `sphinx-build -b linkcheck sphinx-in sphinx-out`
Reviewers: mont29
Tags: #bf_blender, #python, #infrastructure:_websites
Differential Revision: https://developer.blender.org/D2297
2016-10-25 17:34:01 +02:00
1d13950ae5
API doc: enable 'split index' option.
2016-10-23 17:48:31 +02:00
672e906d49
Add a built-in sphinx extension to allow cross-linking to the blender manual.
...
This works by downloading the objects.inv file (https://www.blender.org/manual/objects.inv )
and using it to resolve links with blender-manual: before them.
2016-10-23 11:15:52 +02:00
87a7149831
BPY Docs: Correct spelling (Addon --> Add-on)
...
Differential Revision: https://developer.blender.org/D2293
2016-10-14 01:25:05 +02:00
02a1f15416
Fix OLD pre-git links in the API, add missing factory-startup option to blender executions.
...
Reviewers: mont29
Reviewed By: mont29
Tags: #bf_blender, #python, #infrastructure:_websites
Differential Revision: https://developer.blender.org/D2290
2016-10-13 17:53:30 +02:00
56c798ee62
API doc update script: Fix generated zipfile name, was broken in 'release' case...
2016-09-13 08:39:01 +02:00
e35a87c5ff
API doc: add new pure-rsync py script to update API doc on Blender server.
...
The other one (sphinx_doc_gen.sh) needs an ssh account on the server to work - and I hate bash, too! :P
2016-09-05 09:38:53 +02:00
0f01f7bb54
Update sphinx_doc_gen.py to work with recent changes (GPv2).
2016-08-21 22:38:06 +02:00
409316434c
Docs: add initial idprop.types API docs
2016-07-31 15:40:40 +10:00
516f890b63
Docs: simplify EXCLUDE_MODULES handling
2016-07-31 15:40:40 +10:00
0ec1be1816
Cleanup: capitalize Blender & Python
2016-07-31 15:40:40 +10:00