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
2011-01-01pep8 cleanupCampbell Barton
2010-12-24use slicing for exporters for some speedup, no functional change.Campbell Barton
2010-12-23remove reload() from builtins since python3 no longer uses this.Campbell 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-18patch [#24736] 3ds import hierarchy Campbell Barton
2010-11-15bugfix [#24696] Export OBJ - Selection Only toggle button has the wrong defau...Campbell Barton
2010-11-15fix [#24712] 3ds_import fixCampbell Barton
2010-11-15unreported fixes for 3ds importCampbell Barton
2010-11-10[#24627] [minor] Object type is TEXT, but icon names are FONTCampbell Barton
2010-10-04 revert r32284, turns out OpenSuse needs this for forkpty(), also fixed missi...Campbell Barton
2010-09-24patch [#23968] filter_filetypes property to allow operators to filter by file...Campbell Barton
2010-09-18use is rather then == when comparing against None.Campbell Barton
2010-09-11- added PNG image export option to UV layout (was only SVG and EPS which was ...Campbell Barton
2010-09-03rna api Campbell Barton
2010-09-03use set as a suffix (matches operators)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