Nathan Letwory
e62063bd5c
Cleanup paths after move to dir.
2011-02-28 09:58:53 +00:00
Nathan Letwory
1af13dea62
move doxygen files into own subdir.
2011-02-27 20:46:25 +00:00
Nathan Letwory
5fe1c42575
doxygen: update for tagged modules.
2011-02-27 20:44:37 +00:00
Nathan Letwory
a100993878
doxygen: blender/readblenfile tagged.
2011-02-27 19:59:59 +00:00
bc15e0e295
add NDEBUG to scons release flags + some pep8 cleanup for examples.
2011-02-25 16:19:50 +00:00
Nathan Letwory
7184ed446b
doxygen: kernel/ groups added.
2011-02-25 13:28:22 +00:00
Nathan Letwory
710d79925b
doxygen: add missing group definitions.
2011-02-25 13:14:27 +00:00
Nathan Letwory
48dba3bbde
doxygen: add bsp group
2011-02-25 11:53:23 +00:00
Nathan Letwory
83d6e06af5
doxygen: update Doxyfile and split doxygen.main
2011-02-25 10:34:04 +00:00
Nathan Letwory
1f4fc992ef
doxygen: bge scenegraph and videotexture
2011-02-22 19:30:37 +00:00
Nathan Letwory
5e41760a15
doxygen: add bullet to extern libs, some small changes in page names, and fixes around license blocks
2011-02-22 16:12:12 +00:00
Nathan Letwory
79f79e0cac
doxygen: BGE Network, Physics, Rasterizer
2011-02-22 12:42:55 +00:00
Nathan Letwory
5138615554
doxygen: entries for blenderroutines, converter, expressions, gamelogic, gameplayer, ketsji
2011-02-22 10:33:14 +00:00
dd8383e469
make doc generation close files (py3.2 complains about this),
...
minor formatting changes for C docstrings.
2011-02-22 05:23:20 +00:00
93d562b7b6
correct example
2011-02-22 04:42:21 +00:00
e46da7166b
remove BGE's PyObjectPlus.isA method docs, was removed in favor of built-in isinstance(), report [ #26080 ].
2011-02-21 10:15:19 +00:00
Nathan Letwory
212d67734c
doxygen: add guardedalloc and AVI
2011-02-21 09:23:34 +00:00
Nathan Letwory
b276624f33
doxygen: footer template
2011-02-21 09:09:27 +00:00
Nathan Letwory
8172207d20
doxygen: editor entry
2011-02-21 07:25:24 +00:00
Nathan Letwory
8c8ae3dedf
doxygen: entry for gpu, modifiers, nodes, python and render
2011-02-21 06:58:46 +00:00
24d7606cb8
SVN maintenance.
2011-02-18 19:33:19 +00:00
251d27110b
examples for bpy.props
2011-02-18 14:27:18 +00:00
Nathan Letwory
b97ad119b9
doxygen: add blenlib under core as module.
2011-02-18 13:58:08 +00:00
5531f3093a
render engine example thanks to dougal2.
2011-02-18 13:40:13 +00:00
Nathan Letwory
22638e22ea
doxygen: blenkernel under core as module.
2011-02-18 13:05:18 +00:00
Nathan Letwory
b74601078d
doxygen: readblenfile part of data group
2011-02-18 10:35:37 +00:00
063a7f217b
python api docs & examples for registrable Menu/Panel/Operator/PropertyGroup classes.
2011-02-18 08:47:37 +00:00
Nathan Letwory
9e6e34df6c
Bring blenloader module under data group. Rename the group to look a bit more sensible in the output.
2011-02-17 23:34:07 +00:00
Nathan Letwory
f697247f0e
Start simple intros for intern and extern libs.
...
Some reorg of modules/pages, start makesdna and makesrna.
In many places license block needs to be changed to not start with /**, because otherwise documentation will go weird.
2011-02-17 16:17:40 +00:00
Nathan Letwory
f336b80d7f
Starting work on doxygen cleanup. Many things still to be done.
2011-02-17 05:57:18 +00:00
aed7eaf0d9
sphinx doc gen: multiple examples possible and include the scripts docstring inline in sphinx.
...
also tag unused vars
2011-02-16 17:31:04 +00:00
7748860aeb
doc generation support for excluding some modules, without this a full rebuild takes too long to test changes.
...
also include own function definitions for blf_dir.c.
2011-02-16 05:18:10 +00:00
fee5363912
bugfix [ #26094 ] Going to Bone Roll menu brings up python error
...
also correct for pep8 warnings.
2011-02-16 02:25:03 +00:00
cb12d708c7
Doc generator now makes 'bpy.context' api reference.
...
http://www.blender.org/documentation/250PythonDoc/bpy.context.html
strings are extracted from blender to ensure all values are included, currently there is no type info so this is stored in the doc generator.
2011-02-15 15:37:40 +00:00
1cdab667bc
- cmake was missing an inclide (IDE's wouldnt index)
...
- made doc generation always sumlink newly built docs to static URL. http://www.blender.org/documentation/250PythonDoc/
2011-02-06 10:18:20 +00:00
998198a041
mathutils rotate functions for Euler/Quaternion/Matrix/Vector types.
...
each accept Euler/Quaternion/Matrix types.
eg:
Euler.rotate(Quaternion(axis, angle))
Vector.rotate(Euler((pi/2, 0, 0)))
matrix.resize_4x4() and euler.make_compatible() were still returning an instance of themselves, now return None.
2011-02-05 09:57:02 +00:00
736a7b7a22
pep8 cleanup
2011-02-04 09:27:25 +00:00
89c617a116
remove nan-makefiles
2011-01-30 15:29:22 +00:00
ce7f7d6e5f
r34526 removed a line which had an unused return value but still needed to run.
2011-01-27 12:36:48 +00:00
8cf0d64623
option for blender --addons rigify,io_scene_fbx,add_mesh_gears
...
needed so ctest unit testing can be done on addons that are not enabled by default.
2011-01-26 16:30:12 +00:00
1bd0db59f4
use cmake defined names for jpeg, png, zlib and python libs, building on *nix with non-standard libjpeg/png/zlib locations was broken.
...
in the case of python this makes it easier to move to find_package(PythonLibs) when 3.x is supported.
2011-01-25 14:43:13 +00:00
f0d9ff34af
Command line options to set blender system environment variables.
...
Added because CTest has no convenient way to set environment vars for commands it runs.
--env-system-config -> BLENDER_SYSTEM_CONFIG
--env-system-datafiles -> BLENDER_SYSTEM_DATAFILES
--env-system-scripts -> BLENDER_SYSTEM_SCRIPTS
--env-system-plugins -> BLENDER_SYSTEM_PLUGINS
--env-system-python -> BLENDER_SYSTEM_PYTHON
2011-01-19 21:30:23 +00:00
161cbed9b5
new command line option '--factory-startup' to skip reading startup.blend. useful for testing with a predictable environment.
...
also commented python benchmark prints on exit, can enable when profiling later.
2011-01-19 09:13:24 +00:00
577e3b435e
removing epydocs for mathutils and geometry mododules (now they are in sphinx)
2011-01-01 23:53:48 +00:00
91f0e13686
update UI introspect function & man page
2010-12-31 15:09:05 +00:00
54343b79e6
remove reload() from builtins since python3 no longer uses this.
...
use imp.reload now.
Should use import hooks but for now replace imp.reload with our own reload as the builtin reload was replaced before.
2010-12-22 21:39:48 +00:00
b4081bfc7b
patch [ #25027 ] formatting mathutils.geometry module docs for sphinx
...
from Luka Bonavita
See:
http://www.blender.org/documentation/250PythonDoc/mathutils.geometry.html
2010-12-10 00:20:32 +00:00
25bd57b0a1
include getset's for generating module docs.
...
used for bpy.debug/tempdir/driver_namespace which were previously undocumented.
2010-12-06 12:36:55 +00:00
56f8ced34f
== console ==
...
- banner formatting
== sphinx doc ==
- bpy.data: put the example below the documentation itself
2010-11-25 14:55:03 +00:00
0c27782b8e
update the man page from blenders --help message
2010-11-08 21:13:44 +00:00