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-09-29remove all scenes optionCampbell Barton
2011-09-19/trunk: Removed final points in UI strings and messages.Bastien Montagne
Plus a few styling enhancements. [[Split portion of a mixed commit.]]
2011-09-03Fix #28446: Moving imported object to new layer deletes itSergey Sharybin
Adding UNDO flag to import operators. Made this only for trunk addons.
2011-08-24minor syntax change to addon headersCampbell Barton
2011-08-03move axis conversion check into blenders parent helper function.Campbell Barton
2011-08-02fix [#28146] OBJ fails when mehs has no materialCampbell Barton
2011-08-02pep8 style edits.Campbell Barton
2011-08-01rename operator properties and make __init__ file pep8-80 compliant.Campbell Barton
2011-07-29fix for exporting dupli's, code assumed any dupli with a parent was a dupli ↵Campbell Barton
vert/face
2011-07-29pep8 edits and some style changeCampbell Barton
2011-07-25reverse matrix, vector multiplication order,Campbell Barton
previous order deprecated.
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-29add tooltip to address [#27798] .OBJ Import with 'Split' option enabled, ↵Campbell Barton
skips verts with no face/edge users.
2011-06-10remove unused image copy function.Campbell Barton
2011-06-09fix [#27617] .obj export regression in 2.5, unable to export curves as ↵Campbell Barton
edge-list anymore
2011-06-06fix [#27593] Obj exporter errors reappearedCampbell Barton
2011-05-28update for changes in blenders apiCampbell Barton
2011-05-27fix for mistake in module rename.Campbell Barton
2011-05-27update for correction in apiCampbell Barton
2011-05-26rename axis conversion operators settings.Campbell Barton
2011-05-26update for api changes in blenderCampbell Barton
2011-05-25axis conversion for X3D and OBJ operatorsCampbell Barton
2011-05-17fix [#27367] obj exportCampbell Barton
export wardiso spec value when used.
2011-05-16update for changes in blender module layout, also add global axis conversion ↵Campbell Barton
to FBX.
2011-05-10minor syntax changeCampbell Barton
2011-05-10fix [#27332] Obj exporter doesent export bump, spec/ importer wrong shader ↵Campbell Barton
settings
2011-05-10fix [#27338] OBJ import fails with international characters in pathCampbell Barton
2011-05-08fix [#27325] OBJ - Normalmap imports with Colour tickedCampbell Barton
2011-05-03minor pep8 editsCampbell Barton
2011-04-25fix [#27170] wavefront obj import script drops error if material 'fresnel' ↵Campbell Barton
property is used
2011-04-25fixed [#27145] obj import does not retain the vertex orderCampbell Barton
2011-04-25rename obj import varsCampbell Barton
2011-04-25fix [#27149] OBJ import does not import OBJ vertex/poly groups, produces ↵Campbell Barton
error messages disable polygroup by default too.
2011-04-19fix [#27019] Loading OBJ in animated scene causes runtime errorCampbell Barton
2011-04-14common option to export paths for FBX and OBJCampbell Barton
2011-03-29fix [#26643] [obj export] mp_bump in .mtl fileCampbell Barton
2011-03-19Updated Blender Version to 2.57 and api versionJonathan Smith
2011-03-18address [#26527] Export-import OBJ, materials "tracaeble" uncheckedCampbell Barton
Enable raytracing on OBJ materials always, not conforming to OBJ spec but this is annoying for newer software where raytracing is default.
2011-03-14update for changes in rna apiCampbell Barton
2011-03-03this wasn't restored from 2.4x, fix [#26266] .OBJ import 'Clamp Scale' not ↵Campbell Barton
working also enable preset menu
2011-02-27replace imports from *, considered bad practice by python devs.Campbell Barton
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-05update for changes in mathutuils.Campbell Barton
2011-02-02support for MTL 'illum' keyword. also fixed utf8 encoding issue problem with ↵Campbell Barton
some files.
2011-02-01use bytes rather then unicode for importing OBJ'sCampbell Barton
2011-02-01fix for incorrect attributes, also use bump as map_bump.Campbell Barton
2011-01-25patch [#25616] fix for changed vertex group assignment APICampbell Barton
from Lawrence D'Oliveiro (ldo)
2011-01-23write materials in a alphabetical orderCampbell Barton