Bastien Montagne
fc4154f857
Fix T51810: Add minimal example of usage of translation API for non-official addons.
2017-06-16 16:43:46 +02:00
Sergey Sharybin
24ec761bb4
Merge branch 'master' into blender2.8
2017-06-16 10:26:37 +02:00
Aaron Carlisle
18e1c8d9fa
PyAPI: Fix changed ref link
2017-06-15 22:03:22 -04:00
Aaron Carlisle
a348023196
PyAPI: Add HTML logo and favicon
...
Differential Revision: https://developer.blender.org/D2621
2017-06-15 22:01:04 -04:00
Aaron Carlisle
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
Sergey Sharybin
35ec72bcb8
Merge branch 'master' into blender2.8
2017-06-15 10:17:51 +02:00
Aaron Carlisle
a96030b3da
PyAPI: Add toctree link on parent page of submodule
2017-06-15 01:41:28 -04:00
Aaron Carlisle
44fd84bcc3
PyAPI: Proper Solution to bpy.app
2017-06-15 00:54:41 -04:00
Aaron Carlisle
df7c609fda
PYAPI: Fix mathutils doc structure
2017-06-14 16:47:43 -04:00
Bastien Montagne
7439919ac0
Merge branch 'master' into blender2.8
2017-06-14 22:39:33 +02:00
Aaron Carlisle
5e485e34e8
PYAPI: fix documention structure of bpy.app
2017-06-14 16:19:05 -04:00
Aaron Carlisle
9a0673a5d4
Fix missing toctree for bmesh submodules
2017-06-14 15:22:26 -04:00
Campbell Barton
e83001b782
Merge branch 'master' into blender2.8
2017-06-05 18:11:59 +10: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
Campbell Barton
eae486f5e6
Merge branch 'master' into blender2.8
2017-06-02 15:39:29 +10: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
Campbell Barton
33a5248b6c
Merge branch 'master' into blender2.8
2017-04-29 16:32:30 +10:00
Campbell Barton
b5298bf819
Cleanup: menu example
...
remove some redundant checks, imports
2017-04-29 16:20:06 +10:00
Thomas Beck
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
Dalai Felinto
209021a703
Remove all instances of OBACT from drawobject.c and related changes
2017-03-02 17:09:24 +01:00
Campbell Barton
8901263b5f
Merge branch 'master' into blender2.8
2017-03-02 00:22:13 +11:00
Aaron Carlisle
6d1ac79514
Cleanup: Grey --> Gray
2017-02-27 19:33:57 -05:00
Brecht Van Lommel
3cf2821f2f
Merge branch 'master' into blender2.8
2017-02-26 00:15:59 +01:00
Bastien Montagne
29859d0d5e
Fix some more minor issue with updated py doc generation.
2017-02-23 22:31:21 +01:00
Bastien Montagne
34c07c0d6d
Fix Py API doc generation - missing new context members definition.
2017-02-23 22:27:49 +01:00
Bastien Montagne
c067f1d0d4
Fix stupid mistake in previous commit for release builds of API doc.
2017-02-23 22:08:01 +01:00
Bastien Montagne
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
Aaron Carlisle
e5d8c2a67f
Use new manual URL
2017-01-23 19:10:37 -05:00
Bastien Montagne
d5c7d22bc2
Update script generating/uploading py API doc to new addresses (docs.blender.org).
2017-01-23 21:10:56 +01:00
Aaron
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
Aaron Carlisle
13174df534
API: Fix rst syntax
2017-01-02 00:33:15 -05:00
Aaron Carlisle
42e4b0955c
API: Fix redirect in bgl page
2017-01-02 00:24:40 -05:00
Aaron Carlisle
143d9373e4
API: Update to modern sphinx syntax
2017-01-01 23:54:55 -05:00
Aaron Carlisle
911544c70c
API: Fix double slashes in URLs
2017-01-01 19:53:16 -05:00
Bastien Montagne
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
Bastien Montagne
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
Aaron Carlisle
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
Aaron Carlisle
1d13950ae5
API doc: enable 'split index' option.
2016-10-23 17:48:31 +02:00
Aaron Carlisle
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
Aaron Carlisle
87a7149831
BPY Docs: Correct spelling (Addon --> Add-on)
...
Differential Revision: https://developer.blender.org/D2293
2016-10-14 01:25:05 +02:00
Aaron Carlisle
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
Bastien Montagne
56c798ee62
API doc update script: Fix generated zipfile name, was broken in 'release' case...
2016-09-13 08:39:01 +02:00
Bastien Montagne
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
Bastien Montagne
0f01f7bb54
Update sphinx_doc_gen.py to work with recent changes (GPv2).
2016-08-21 22:38:06 +02:00
Campbell Barton
409316434c
Docs: add initial idprop.types API docs
2016-07-31 15:40:40 +10:00
Campbell Barton
516f890b63
Docs: simplify EXCLUDE_MODULES handling
2016-07-31 15:40:40 +10:00
Campbell Barton
0ec1be1816
Cleanup: capitalize Blender & Python
2016-07-31 15:40:40 +10:00
Campbell Barton
e20d306ffa
Cleanup: pep8
2016-07-30 18:41:07 +10:00
Benoit Bolsee
1fd773ed14
T48694: fix bge.texture.Texture.refresh() documentation
...
first parameter is mandatory and must be a bool indicating if the image
source should be refreshed after updating the texture.
2016-06-21 23:23:05 +02:00
Campbell Barton
421ec97276
Docs: Support out-of-source reference-API builds
...
This was originally supported, however relative links to examples & templates made it fail.
Now files in the source tree are copied to the build-dir, with ".." replaced with "__"
to avoid having to mirror Blender's source-layout in the Sphinx build-dir.
Also skip uploading the built docs when an SSH user-name isn't passed to sphinx_doc_gen.sh
instead of aborting (so people w/o SSH access to our servers can use the shell-script).
2016-06-12 11:31:28 +10:00