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
2018-02-01fix T50198: The OpenCollada error handler must return true after detecting ↵Gaia Clary
uncritical errors.
2017-06-24Collada: improved Error handling: Avoid shutdown of Blender when the Collada ↵Gaia Clary
importer finds Syntax errors in import data
2016-07-16Cleanup: spellingCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
Makes usage of those funcs much more clear, we even had mixed '!strcmp(foo, bar)' and 'strcmp(foo, bar) == 0' in several places...
2014-12-22partial revert ab6417aa9ff8cbd4831c3ed1837742c1178be25a was too strictGaia Clary
2014-12-08Fix Mesh Objects with missing textures or wrong texture path now import ↵Gaia Clary
without texture
2012-06-13style cleanupCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-17#collada instance_node import, partially fixes #27629Arystanbek Dyussenov
Patch applied in r37663 caused loss of <instance_node>s. All parts of the smaller test file attached in the report now import.
2011-10-23remove $Id: tags after discussion on the mailign list: ↵Campbell Barton
http://markmail.org/message/fp7ozcywxum3ar7n
2011-09-12Code shuffle so function has only one exit point.Nathan Letwory
2011-09-06Add parser error handler.Nathan Letwory
OpenCOLLADA is a validating parser, so is pretty strict about document form. The added error handler will print out any errors the parser finds. A pop-up will be shown too, advising the user to check the console for the error log.