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 (Expand)Author
2011-03-29work in progress addon: demo mode, use for easy setup for looping over blend ...Campbell 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 [#26481] Export to X3D of IndexedFaceSet should use X3D 's DEF USE mechanismCampbell Barton
2011-03-14update for changes in rna apiCampbell Barton
2011-03-13update for api changeCampbell Barton
2011-02-27replace imports from *, considered bad practice by python devs.Campbell Barton
2011-02-26patch [#26220] Patch to allow lit and textured shapes for X3D exporter in SVNCampbell Barton
2011-02-15Fix for indentation in TextureTransformConstantin Rahn
2011-02-11use mesh.validate() to ensure all meshes of imported data is ok and wont cras...Campbell Barton
2011-02-11add in module register calls (first pass, batch replace, will test each addon...Campbell Barton
2011-02-10patch [#25979] fixes for addons/io_scene_fbx, io_scene_x3dCampbell Barton
2011-02-09incorrectly switched mesh.update() --> mesh.update_tag(),Campbell Barton
2011-02-07bugfix [#25919] Export to X3D problems with background skyCampbell Barton
2011-02-07rename id.update() to update_tag()Campbell Barton
2011-02-06fix for own changes in mathutils.Campbell Barton
2011-02-05update for changes in mathutuils.Campbell Barton
2011-02-04bugfix [#25903] Export to X3D should provide relative path with forward slash...Campbell Barton
2011-01-25patch [#25703] io_scene_x3d update for commit 34386Campbell Barton
2011-01-23write predictable material order.Campbell Barton
2011-01-22write \n even on windows so files can be compared between windows and linux (...Campbell Barton
2011-01-21minor edit for better float precision with testing.Campbell Barton
2011-01-20fix for exception exporting empty curves. added use_selected option for the o...Campbell Barton
2011-01-18correct bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-15bugfix [#25642] Export to X3D TextureImage url field is emptyCampbell Barton
2011-01-14scripts from bf-blender which are now maintained in bf-extensions.Campbell Barton