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
2011-03-29use identity comparison with None (as suggested by python)Campbell Barton
2011-03-19Updated Blender Version to 2.57 and api versionJonathan Smith
2011-03-16fix for error in recent updates.Campbell Barton
2011-03-15pep8 cleanupCampbell Barton
2011-03-14update for changes in rna apiCampbell Barton
2011-03-09missed committing the change to FBX export operator with recent changes.Campbell Barton
2011-03-07add back fbx support for batch mode.Campbell Barton
2011-02-27replace imports from *, considered bad practice by python devs.Campbell Barton
2011-02-16pep8 style warning corrections.Campbell Barton
2011-02-11add in module register calls (first pass, batch replace, will test each ↵Campbell Barton
addon next).
2011-02-10patch [#25979] fixes for addons/io_scene_fbx, io_scene_x3dCampbell Barton
from Filiciss Muhgue (filiciss) fixes [#25997] Export to X3D reports error TypeError: 'NoneType' object is not scriptable.
2011-02-07rename id.update() to update_tag()Campbell Barton
2011-02-05update for changes in mathutuils.Campbell Barton
2011-01-23add accessor function to private variable, direct access was giving an error.Campbell Barton
2011-01-23patch from Steven Batchelor to add support for loc/rot/scale constraint limits.Campbell Barton
2011-01-22write \n even on windows so files can be compared between windows and linux ↵Campbell Barton
(for testing). most editors (besides notepad) will open these files without trouble.
2011-01-21sort materials so we get predictable output from blender, also add option ↵Campbell Barton
not to include dates in files.
2011-01-21bugfix for lamp export, rename operator setting to be in keeping with other ↵Campbell Barton
exporters.
2011-01-21revert part of r1424, included a patch on FBX export by accident.Campbell Barton
2011-01-18correct bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-14scripts from bf-blender which are now maintained in bf-extensions.Campbell Barton