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 (Expand)Author
2011-01-02python api: rna array slices now return tuples rather then lists (fits with r...Campbell Barton
2010-12-24bugfix [#25364] Export to X3D generates objects with black colorCampbell Barton
2010-12-23fix [#25353] X3D Export generates AttributeError: 'NoneType' object has no at...Campbell Barton
2010-12-23remove reload() from builtins since python3 no longer uses this.Campbell Barton
2010-12-22bugfix [#25252] X3D Export does not specify ImageTexture to go with provided ...Campbell Barton
2010-12-22bugfix [#25332] X3D export fails to export complete fileCampbell Barton
2010-12-19bugfix [#25289] X3D export generates incorrect direction for SpotLightCampbell Barton
2010-12-17[#25270] X3D Export generates incorrect location for LampCampbell Barton
2010-12-16- fix [#25246] export default scene to X3D crashes exporter, own fault but al...Campbell Barton
2010-12-14bugfix [#25209] X3D export results in invalid value for specular colorCampbell Barton
2010-12-10bugfix [#25135] X3D export places scene objects incorrectly in x3d fileCampbell Barton
2010-12-10fix [#25116] X3D export does generate image texture information in x3d fileCampbell Barton
2010-11-20- use relative imports for packagesCampbell Barton
2010-11-19fix [#24804] filetring of files doesnt work for import/exportCampbell Barton
2010-11-15bugfix [#24696] Export OBJ - Selection Only toggle button has the wrong defau...Campbell Barton
2010-09-18use is rather then == when comparing against None.Campbell Barton
2010-09-01bugfix [#23285] Exporters not available whel using special characters in path...Campbell Barton
2010-09-01finished moving importers and exporters into python packages (as proposed on ...Campbell Barton
2010-09-01excuse the noise, adding type's in format package names.Campbell Barton