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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-29List of changes:Daniel M. Basso
* default start frame changed to 1, consistent with Blender's default for scene * removed spaces around operator docstrings because they're not stripped by Blender's UI * added AMC exporter, requires the armature to have been imported from ASF
2012-01-14remove api field, was never used.Campbell Barton
2011-12-12make sure all filepath props have FILE_PATH subtypeCampbell Barton
2011-12-06patch [#29261] X3D exporter if hierarchy is on you get duplicated ids which ↵Campbell Barton
are not allowed from Paulo Dias (paxnubis)
2011-11-03fix for error importing non utf8 file, in this case it was the authors name ↵Campbell Barton
so data loads in fine.
2011-11-03more edits & dont use try/except to check if the property existsCampbell Barton
2011-11-03minor cleanup for c3d and acclaim addons.Campbell Barton
- no need to use self.properties - close the file (py3.3 reports resource leak) - dont use camel case for property names - use property definition formatting like other scripts in trunk.
2011-11-03Added the first public version of Acclaim importer addon.Daniel M. Basso