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-07-20no functional changes, write out tabs rather then spaces for FBX indentation.Campbell Barton
2011-07-20fix [#28028] 3ds export fails due to relative paths in windowsCampbell Barton
2011-07-20fix [#28029] Exporting linked groups to FBX to load on Unity3DCampbell Barton
2011-07-20fix [#27964] 2.58 FBX Export can result in missing data and lost animation(s)Campbell Barton
2011-07-18fix for invalid axis being allowed on import/exportCampbell Barton
2011-07-11cleanupCampbell Barton
- remove/comment unused variables - remove unused imports - fixed some bugs using incorrect variables
2011-06-07fix [#27595] Export FBX with parented emptyCampbell Barton
2011-05-27fix for FBX rotation which I reset in recent commits.Campbell Barton
2011-05-27own failt, bad assumption r1967, when switching the order of matrix ↵Campbell Barton
multiplication.
2011-05-26rename axis conversion operators settings.Campbell Barton
2011-05-26- 3ds now selects all objects on importCampbell Barton
- fbx default use_selected to False
2011-05-26added axis settings to 3ds import/exportCampbell Barton
2011-05-25axis conversion for X3D and OBJ operatorsCampbell Barton
2011-05-16update for changes in blender module layout, also add global axis conversion ↵Campbell Barton
to FBX.
2011-05-07remove blend_root, root object.Campbell Barton
also write out deformed meshes as parentless since the bones `own` them.
2011-05-06FBX had the scene scaling at 100.0, was annoying importing into other apps.Campbell Barton
2011-04-21description for demo mode.Campbell Barton
2011-04-19fix [#27042] FBX export - missing selected objects itemCampbell Barton
also option to export lamps was missing.
2011-04-15fix for FBX export not referencing smoothing information, spotted by Robin ↵Campbell Barton
Deitch (robindeitch). Added option for smoothing export - Face/Edge/Off.
2011-04-14common option to export paths for FBX and OBJCampbell Barton
2011-04-01pep8 cleanup & remove unused importsCampbell Barton
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