Thomas Dinges
ba8754cf11
Blender 3.5 Alpha: Start of new release cycle.
2022-11-03 10:11:13 +01:00
Thomas Dinges
9015952c9c
Blender 3.4 Alpha: Start of new release cycle.
2022-07-27 16:53:19 +02:00
Thomas Dinges
46b32c9d7b
Blender 3.3 bcon1 - alpha
...
Bump the version number for the new release cycle.
2022-05-02 10:28:30 +02:00
Campbell Barton
8bd28ef16c
Doxygen: update doxyfile to 1.9.3
...
Resolves deprecation warnings.
2022-04-06 11:42:42 +10:00
Thomas Dinges
c0225aa573
Blender 3.2 bcon1 - alpha
...
Bump the version number for the new release cycle.
2022-01-28 10:48:27 +01:00
Dalai Felinto
dab3591588
Blender 3.1 bcon1 - alpha
...
Bump the version number for the new release cycle.
2021-10-27 18:40:49 +02:00
Campbell Barton
7141eb75ef
Docs: update oxygen configuration to v1.9.1
2021-06-10 16:34:58 +10:00
Ray Molenkamp
b282a065f1
Docs: Add preprocessor define for doxygen
...
Doxygen by default leaves out any functions inside
#ifdef blocks that it thinks are disabled.
This change adds a DOXYGEN symbol, so you can
still get the functions included in the
documentation even if the #ifdef would
have normally excluded them.
before
#if defined(_WIN32)
after
#if defined(_WIN32) || defined(DOXYGEN)
Patch provided by Campbell Barton on chat.
2021-06-09 18:44:39 -06:00
Dalai Felinto
6e39da7948
Blender 3.0 version bump
...
Blender 3.0 is now in bcon1 (alpha).
There are likely a few places in Blender and the automated building pipeline
that may fail since we are switching our versioning number system.
For example, at the moment the splash and the status bar are showing
3.00.0, and it should show 3.1.0.
I suspect the Python API, version used to report a bug, buildname, are
all wrong too. These will be handled later.
2021-04-15 15:42:41 +02:00
Dalai Felinto
8ad305382e
Blender 2.93 bcon1 - alpha
...
Bump the version number for the new release cycle.
2021-01-13 17:33:27 +01:00
Aaron Carlisle
538f41e949
Doxygen: Increase lookup cache
...
I could not measure any major speedup/memory usage but this resolves a
message while running doxygen.
2020-12-05 20:17:32 -05:00
Aaron Carlisle
eb4eb07065
Doxygen: Disable HTMLHELP
...
This feature is intended to generate Microsoft Compiled HTML Help files
which is not something we use/need.
This also fixes an error in generation because the executable cannot be
found.
2020-12-05 20:17:32 -05:00
Dalai Felinto
f2d454c829
Bump version to 2.92 alpha
2020-10-21 18:09:44 +02:00
Nathan Letwory
5a1a4f4dd2
master is now 2.91.0 alpha.
2020-07-22 16:48:29 +03:00
Aaron Carlisle
904249b4f3
Doxygen: Fix warnings in Doxyfile
2020-05-08 19:53:32 -04:00
Nathan Letwory
b9ec9afce1
Bump master to 2.90 alpha for bcon1
2020-04-15 16:01:35 +03:00
Nathan Letwory
c91ebcd7ab
Docs: roll version to 2.83 for master
2020-01-10 15:21:08 +02:00
Campbell Barton
976a2ce58b
Merge branch 'blender-v2.81-release'
2019-10-23 15:03:37 +11:00
Campbell Barton
b9dd87f0cb
Doxygen: update configuration
...
Quiet warnings when generating docs.
2019-10-23 15:02:52 +11:00
Brecht Van Lommel
3842519a38
Revert "Merge branch 'master' into blender-v2.81-release"
...
This reverts commit 20b2acf336 , reversing
changes made to f185cc0ca5 .
Merges should only go form the release branch to master. For backporting
commits, use cherry-pick.
2019-10-11 21:31:58 +02:00
Brecht Van Lommel
67b1a15b3f
Version bump to 2.82 alpha, master is now open for new features and changes
2019-10-11 12:23:15 +02:00
Brecht Van Lommel
2b8bc1a22e
Doxygen: update version number to 2.81
2019-07-29 19:10:48 +02:00
Campbell Barton
419f137c64
Doxygen: update version number
2019-07-25 13:08:44 +10:00
Campbell Barton
1085c2cc44
Doxygen: don't warn on undocumented params
...
We don't attempt to have docs for all args, so don't warn about this.
2019-02-06 15:02:07 +11:00
Campbell Barton
f339b2fd41
Doxygen: update doxyfile
2019-02-06 15:01:04 +11:00
Bastien Montagne
ebd51a022a
2.79 release: update version numbers & readfile versionning code.
2017-08-01 19:22:31 +02: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
Sergey Sharybin
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
Campbell Barton
1538f526e9
Docs: update doxy config
2016-02-14 22:11:35 +11:00
Campbell Barton
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
Campbell Barton
922d5ed939
doxygen: update config
2015-05-20 14:09:43 +10:00
Campbell Barton
f0c143ca72
doxygen: rename included files (they were ignored)
2015-05-20 13:06:42 +10:00
Ines Almeida
f15bb2b793
doxygen: updating blender version and link to tracker
2015-02-21 12:16:20 +00:00
Campbell Barton
905cb1639a
update doxygen congfig and tweaks to warnings when running doxygen.
2013-07-03 04:47:50 +00:00
Campbell Barton
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
Campbell Barton
33accdb725
use (const char*) rather than (char*) where possible.
...
also removed some unused function definitons.
2011-11-05 11:04:28 +00:00
Campbell Barton
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
Campbell Barton
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
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