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
2009-04-13[#18329] VRML import on indexedfaceset munges some colors (off by one)Campbell Barton
Thanks to Ezra Peisach for including a patch in the report.
2009-04-10X3D Import was broken because some arguments from VRML were missing.Campbell Barton
2009-04-01Clean up for the imminent migration from SVN to GIT.Guillermo S. Romero
2009-02-23[#18323] VRML import will not import colors if pervertexcolors set ↵Campbell Barton
(comparison reversed) thanks to Ezra Peisach for fixing.
2009-01-07don't raise exceptions on some errors unless debugging Campbell Barton
2009-01-07confusion between Inline and externproto nodesCampbell Barton
2009-01-06Added support for EXTERNPROTO's and fixed a bug where relative Inline URL's ↵Campbell Barton
that included a path didn't load
2009-01-06string extraction wasnt working + minor changesCampbell Barton
2009-01-05left testing lines uncommitted by mistakeCampbell Barton
2008-12-23improved PROTO support, works for many testfiles now.Campbell Barton
2008-12-22WIP - support for VRML PROTO'sCampbell Barton
2008-12-12VRML/X3DCampbell Barton
* Improved compatibility with VRML files * Extract strings so they dont get modified for parsing, filename URL's with {} [] dont break importing anymore. * Cameras were rotated incorrectly * inline files were not opened with GZip * Animation Support - currently only loc/scale/rot (scale untested) * Lists of image URLs now use the first image from the list since there is no support for dynamic switching. * use imagemagick to convert GIF's so they load in linux. (WIP - could be extended, At least it should not break anything) BPyMathutils angle2ToLength function could be simplified (pointed out by brecht)
2008-10-22add a way for external scripts to call X3D/VRML importer and deal with ↵Campbell Barton
unknown node types.
2008-10-18patch [#17856] Correction on docs for Ipo module. from Lucas Vella (lvella) ↵Campbell Barton
+ some other minor changes.
2008-10-18* Fixed eekadoodle problem where faces with a zero index vert in the wrong ↵Campbell Barton
place would reotate the UVs and VCols incorrectly * Fixed an error that made IndexedLineSet and IndexedPointSet not load for x3d's * Added support for opening gzip x3d/wrl files
2008-10-17x3d and vrml importer for loading thes files as static scenes. x3d needs a ↵Campbell Barton
full python install. VRML97 files can be imported without python. for details on what is supported see http://wiki.blender.org/index.php/Scripts/Manual/Import/X3D_VRML97#Compatibility