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
98d28a8a6c
Blender 2.78 commit!
...
Includes:
- Version bump to 2.78
- Doxy file update
- New splash screen
- Wrapped some do_versions with version check
- Updated template to use proper font
After poking around a lot it seems Droid Sans was used during 2.7x series.
(or at least difference between using this font and comparing to previous
splash screens gives none visible difference).
2016-09-02 11:37:25 +02:00
e56e7bd1ec
Add lib for n-dimensional cubic curve fitting
...
This will be used for calculating bezier curves from freehand drawing,
may be used for other areas too.
Original code from GraphicsGems, 1990 (FitCurve.c),
with updates from OpenToonz, under 3 clause BSD license.
with own minor modifications for integration with Blender:
- support adding extra custom-data.
- improved handle clamping.
2016-04-15 20:33:58 +10:00
1538f526e9
Docs: update doxy config
2016-02-14 22:11:35 +11:00
af49690b32
Docs: disable sharing docs within a group
...
This made using groups apply docstrings to undocumented functions in the group
(and give errors that the args didnt match).
2016-02-14 22:10:42 +11:00
f9047c3f8c
Eigen: fold remaining OpenNL code into intern/eigen.
...
Differential Revision: https://developer.blender.org/D1662
2015-12-10 01:58:10 +01:00
ac62d44e4f
Docs: function comments
2015-08-18 07:11:55 +10:00
49f88326af
Docs: doxy cleanup/minor edits
2015-08-01 12:37:52 +10:00
5d30c23c35
doxygen: corrections/updates
...
Also add depsgraph & physics
2015-05-20 14:12:22 +10:00
922d5ed939
doxygen: update config
2015-05-20 14:09:43 +10:00
f0c143ca72
doxygen: rename included files (they were ignored)
2015-05-20 13:06:42 +10:00
f15bb2b793
doxygen: updating blender version and link to tracker
2015-02-21 12:16:20 +00:00
905cb1639a
update doxygen congfig and tweaks to warnings when running doxygen.
2013-07-03 04:47:50 +00:00
d2cab3e8b0
move bmesh wiki docs into bmesh header and update doxygen.
...
also have doxygen ignore *.py files and fix some warnings.
2012-02-27 20:27:19 +00:00
33accdb725
use (const char*) rather than (char*) where possible.
...
also removed some unused function definitons.
2011-11-05 11:04:28 +00:00
057bf2a02b
misc doc edits
...
- remove recently added sphinx reference workaround.
- tested doxygen, correct some warnings, set tab width and added pymathutils group.
- added convenience target 'make doc_doxy'
2011-11-05 01:48:10 +00:00
f98e2161d0
change doxygen string to 2.59
2011-08-09 07:48:40 +00:00
Nathan Letwory
3c8056a40b
Bump version in Doxyfile.
2011-06-21 19:31:06 +00:00
3a34dcde68
Code cleanup: remove readblenfile module, only contained some utility functions
...
to read .blend files from runtimes, folded those into blenloader.
2011-05-11 19:29:23 +00:00
cb12337363
Code cleanup: remove source/kernel module, this wasn't really the kernel of
...
anything, only contained a hash map and functions to pass command line args
to the game engine. Moved those to container and BlenderRoutines modules.
2011-05-06 20:18:42 +00:00
Nathan Letwory
04af4f7c23
Version bump for doxygen.
2011-04-13 08:47:35 +00:00
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