de13d0a80c
doxygen: add newline after \file
...
While \file doesn't need an argument, it can't have another doxy
command after it.
2019-02-18 08:22:12 +11:00
eef4077f18
Cleanup: remove redundant doxygen \file argument
...
Move \ingroup onto same line to be more compact and
make it clear the file is in the group.
2019-02-06 15:45:22 +11:00
65ec7ec524
Cleanup: remove redundant, invalid info from headers
...
BF-admins agree to remove header information that isn't useful,
to reduce noise.
- BEGIN/END license blocks
Developers should add non license comments as separate comment blocks.
No need for separator text.
- Contributors
This is often invalid, outdated or misleading
especially when splitting files.
It's more useful to git-blame to find out who has developed the code.
See P901 for script to perform these edits.
2019-02-02 01:36:28 +11:00
a25c11fd8d
Cleanup: trailing space
...
Remove from blender/nodes, collada, blenfont & render.
2018-06-08 08:07:48 +02:00
fdcca14090
Fix #35255 : build for older OpenCollada versions failed, but don't see a good
...
reason to not keep it working.
2013-05-08 10:07:58 +00:00
32ec0c762e
Updated Blender Collada module to newest opencollada API
2013-03-28 18:03:01 +00:00
ffc8ecc587
use BLI_strncpy_rlen() rather then BLI_snprintf() when no formatting is needed.
...
also replace sprintf with strcpy when no formatting is done.
2013-03-14 10:39:18 +00:00
c263753d17
Added gsoc-2012 collada improvements from bratwurst branch
2013-01-21 13:45:49 +00:00
2e8a2f7668
style cleanup
2012-06-12 22:05:33 +00:00
b8a71efeba
style cleanup: follow style guide for/with/if spacing
2012-03-24 07:52:14 +00:00
4a04f72069
remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n
2011-10-23 17:52:20 +00:00
Nathan Letwory
c6f994062e
Check for potential crasher.
...
Reported and suggested in [#27687 ] by Dean Giberson. Couldn't redo crash myself, but better safe than sorry :)
2011-08-30 15:43:00 +00:00
cc3b9aa467
blender extra parameter animation import ( on hold );
2011-08-14 16:15:41 +00:00
Nathan Letwory
bd9854e7d1
Import light blender profile if it exists.
2011-03-28 09:31:44 +00:00
Nathan Letwory
32abf5eca8
Add ExtraTags class for handling tags inside an extra block.
2011-03-25 11:07:57 +00:00
Nathan Letwory
c5c4b31d6b
Mostly formatting commit, small elaboration in extra handling API (take pointer to importer).
2011-03-25 09:52:36 +00:00
66670b8f7f
fix for building collada on linux
2011-03-23 15:07:30 +00:00
Nathan Letwory
3c45a2d298
COLLADA: supporting barebone class for <extra> support (incomplete).
2011-03-23 14:25:35 +00:00