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-29work in progress addon: demo mode, use for easy setup for looping over blend ↵Campbell Barton
files, rendering, playing, switching screens.
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
from Michalis Kamburelis (kambi)
2011-02-15Fix for indentation in TextureTransformConstantin Rahn
2011-02-11use mesh.validate() to ensure all meshes of imported data is ok and wont ↵Campbell Barton
crash blender.
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-09incorrectly switched mesh.update() --> mesh.update_tag(),Campbell Barton
update_tag() tags for depsgraph update only, update() executes normal recalculation and creates edge data.
2011-02-07bugfix [#25919] Export to X3D problems with background skyCampbell Barton
use settings as suggested by John Coady (jdc)
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 ↵Campbell Barton
slash for subdirectories in url of ImageTexture
2011-01-25patch [#25703] io_scene_x3d update for commit 34386Campbell Barton
fix from iliciss Muhgue (filiciss)
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
(for testing). most editors (besides notepad) will open these files without trouble.
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 ↵Campbell Barton
operator.
2011-01-18correct bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-15bugfix [#25642] Export to X3D TextureImage url field is emptyCampbell Barton
export multiple image paths.
2011-01-14scripts from bf-blender which are now maintained in bf-extensions.Campbell Barton