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
2016-01-26Fix T47236: Error importing OBJCampbell Barton
2015-11-07Remove unused operator argumentCampbell Barton
2015-10-13OBJ IO: add (limited) support for options of textures in MTL files.Bastien Montagne
2015-07-12Fix T45378: Import obj with "keep vertex order" option on does not work.Bastien Montagne
2015-07-11OBJ IO: add some progress report for user.Bastien Montagne
2015-07-11Fix T45403: Error on OBJ export.Bastien Montagne
2015-07-05Fix T45316: Obj loading/saving brightness inconsistency.Bastien Montagne
2015-07-05Fix T45315: Obj loader incorrectly loading specular maps.Bastien Montagne
2015-06-25Fix T45184: OBJ importer would add UV or clnor layers to all objects in split...Bastien Montagne
2015-04-24Fix T43487: Wavefront OBJ exporter should export more precise illum value in ...Bastien Montagne
2015-04-10Cleanup: imports (formatting)Campbell Barton
2015-03-24Fix T44089: restore default orientation axes of each addons to stae before rB...Bastien Montagne
2015-02-18OBJ exporter: enable normal export by default.Bastien Montagne
2015-02-18OBJ Importer: Rework/cleanup of mesh generation code.Bastien Montagne
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel
2015-01-14rename IOHelperOrientation -> OrientationHelperCampbell Barton
2015-01-14Use new IOHelperOrientation class to handle forward/up axes.Bastien Montagne
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-05-06Add some versionning to obj and fbx addons.Bastien Montagne
2013-12-15OBJ export: Dont use the name "Loop" in blenders UICampbell Barton
2013-12-06Edit name and tip of the Normal option (now it exports loop normals, make thi...Bastien Montagne
2013-09-02Update to OBJ exporter: now you can choose wether to export smooth groups IDs...Bastien Montagne
2013-06-14add support for writing smooth groups for OBJCampbell Barton
2013-04-15option to apply scale on export. also add global scale options for exporters....Campbell Barton
2013-04-15options to scale x3d and obj on exportCampbell Barton
2013-04-05fix [#34864] Save&Load - Relative Paths ticked, Obj Import and Textures tab u...Campbell Barton
2013-02-07make option for applying modifiers consistentCampbell Barton
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
2012-10-01minor edit to OBJ clamp tooltip.Campbell Barton
2012-07-04Last spell checking (for now).Bastien Montagne
2012-07-04More spell checking.Bastien Montagne
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-23update wiki version ro 2.6Brendon Murphy
2012-03-19Spelling of UI messages (then -> than).Bastien Montagne
2012-01-14remove api field, was never used.Campbell Barton
2011-10-04fix for various errors in scriptsCampbell Barton
2011-09-29remove HQ normals export option which wasnt working, simplify polygroup expor...Campbell Barton
2011-09-29remove all scenes optionCampbell Barton
2011-09-19/trunk: Removed final points in UI strings and messages.Bastien Montagne
2011-09-03Fix #28446: Moving imported object to new layer deletes itSergey Sharybin
2011-08-24minor syntax change to addon headersCampbell Barton
2011-08-03move axis conversion check into blenders parent helper function.Campbell Barton
2011-08-02pep8 style edits.Campbell Barton
2011-07-18fix for invalid axis being allowed on import/exportCampbell Barton
2011-07-11cleanupCampbell Barton
2011-06-29add tooltip to address [#27798] .OBJ Import with 'Split' option enabled, skip...Campbell Barton
2011-05-26rename axis conversion operators settings.Campbell 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
2011-04-25fix [#27170] wavefront obj import script drops error if material 'fresnel' pr...Campbell Barton