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
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-04-29Fix T39877: Error exporting X3D with zero scaleCampbell Barton
2013-10-07fix for error reading gzip'd x3d/vrml filesCampbell Barton
2013-05-28fix [#35496] export to x3d, headlight not turned onCampbell Barton
2013-04-15options to scale x3d and obj on exportCampbell Barton
2013-04-11fix [#34606] x3d file with comma separated coordinates doesn't importCampbell Barton
2013-03-24remove use of ob.update_from_editmode() since editmode meshes don't get acces...Campbell Barton
2013-03-21use object.update_from_editmode() for scripts which read object data.Campbell Barton
2013-03-12don't write absolute paths when writing relative vrml or x3dCampbell Barton
2013-03-12add axis conversion to wrl export.Campbell Barton
2013-03-12fix for importing face colorsCampbell Barton
2013-02-26fix for x3d import of lists of images and alpha support.Campbell Barton
2013-02-25fix for off-by-one error on X3D importCampbell Barton
2013-02-13fix for x3d failing to load meshes when some faces were invalid.Campbell Barton
2013-02-07make option for applying modifiers consistentCampbell Barton
2013-02-04fix for error exporting a dupli that contained no objects.Campbell Barton
2013-01-23fix [#33553] X3D export ignores up/forward vectorsCampbell Barton
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
2012-11-13patch [#33145] X3D export: fix groundAngle and skyAngle when exporting Backgr...Campbell Barton
2012-11-13apply patch from [#33138] X3D export: honour "Auto Smooth" checkboxCampbell Barton
2012-11-12alternate fix for patch [#30572] X3D exporter outputs invalid Viewpoint.orien...Campbell Barton
2012-11-12only write crease angle if auto-smooth is enabled.Campbell Barton
2012-10-09style cleanup: pep8Campbell Barton
2012-09-28fix [#32615] VRML Import has incorrect texture coordinatesCampbell Barton
2012-09-21fix [#32612] VRML import does not handle spaces in url's correctlyCampbell Barton
2012-09-20fix [#32599] VRML/X3D importer does not handle per vertex colorCampbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-23update wiki version ro 2.6Brendon Murphy
2012-05-22Bmesh fix for VRML/X3D importer, parameters changed. Patch by noiq.Sebastian Nell
2012-05-21fix for error in calling cylinder operatorCampbell Barton
2012-04-25add mesh validation to the x3d importerCampbell Barton
2012-04-25select new imported x3d objectsCampbell Barton
2012-04-02Minor UI messages fix...Bastien Montagne
2012-03-29VRML importer: changed VRML to VRML2 in UI 2 more times (bug #30624)Sebastian Nell
2012-03-29VRML importer only supports VRML2 (bug #30624)Campbell Barton
2012-03-23update addons enabled by default to use 'faces -> tessfaces' also grease penc...Campbell Barton
2012-03-22correct spelling tessellateCampbell Barton
2012-03-21patch [#30580] X3D exporter sets solid to inverted valueCampbell Barton
2012-03-16x3d now works with BMesh updatesCampbell Barton
2012-03-15X3D import works again with BMesh changesCampbell Barton
2012-02-05x3d writing compressed files was broken.Campbell Barton
2012-02-05Code Cleanup: pep8Campbell Barton
2012-01-21Fix string to match style.Guillermo S. Romero
2012-01-19revert some changes from r2917.Campbell Barton
2012-01-19Patch #29923 Make name decorators optional in X3D exporterPeter Amstutz
2012-01-14remove api field, was never used.Campbell Barton
2012-01-02update for matrix row/col switchCampbell Barton
2011-12-19dont write the default valueCampbell Barton
2011-12-19add missing route command for H3D export, I wasnt able to get this working bu...Campbell Barton
2011-12-12- open files for writing as utf-8Campbell Barton