Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-31Cleanup: style, use braces in source/Campbell Barton
Automated using clang-tidy.
2019-04-30Cleanup: comments (long lines) in colladaCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
Apply clang format as proposed in T53211. For details on usage and instructions for migrating branches without conflicts, see: https://wiki.blender.org/wiki/Tools/ClangFormat
2019-02-18doxygen: add newline after \fileCampbell Barton
While \file doesn't need an argument, it can't have another doxy command after it.
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
Move \ingroup onto same line to be more compact and make it clear the file is in the group.
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
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.
2018-06-08Cleanup: trailing spaceCampbell Barton
Remove from blender/nodes, collada, blenfont & render.
2013-05-08Fix #35255: build for older OpenCollada versions failed, but don't see a goodBrecht Van Lommel
reason to not keep it working.
2013-03-28Updated Blender Collada module to newest opencollada APIGaia Clary
2013-03-14use BLI_strncpy_rlen() rather then BLI_snprintf() when no formatting is needed.Campbell Barton
also replace sprintf with strcpy when no formatting is done.
2013-01-21Added gsoc-2012 collada improvements from bratwurst branchGaia Clary
2012-06-13style cleanupCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: ↵Campbell Barton
http://markmail.org/message/fp7ozcywxum3ar7n
2011-08-30Check for potential crasher.Nathan Letwory
Reported and suggested in [#27687] by Dean Giberson. Couldn't redo crash myself, but better safe than sorry :)
2011-08-14blender extra parameter animation import ( on hold );Sukhitha Prabhath Jayathilake
2011-03-28Import light blender profile if it exists.Nathan Letwory
2011-03-25Add ExtraTags class for handling tags inside an extra block.Nathan Letwory
2011-03-25Mostly formatting commit, small elaboration in extra handling API (take ↵Nathan Letwory
pointer to importer).
2011-03-23fix for building collada on linuxCampbell Barton
2011-03-23COLLADA: supporting barebone class for <extra> support (incomplete).Nathan Letwory