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
2012-12-09fix [#33453] OBJ Export, "d" Value is Invalid in ".mtl" FileCampbell Barton
2012-12-04fix [#32637] OBJ Import Alpha Map ProblemCampbell Barton
2012-12-04fix for exporting OBJ files without a material - would get blank 'newmtl' ID'sCampbell Barton
2012-12-03fix regression in OBJ exportCampbell Barton
2012-11-12patch [#32914] wavefront (.obj) exportCampbell Barton
2012-11-05fix [#33086] Empty vertex group causes list index out of range error on expor...Campbell Barton
2012-10-18fixes suggested by kromar5959 on irc.Campbell Barton
2012-10-183ds max writes 'map_refl' in materials. add support for reading this.Campbell Barton
2012-10-16OBJ now reads MTL using the float_func(), so materials can use commas in floa...Campbell Barton
2012-10-01minor edit to OBJ clamp tooltip.Campbell Barton
2012-09-05code cleanup: python - pass multiple args to string startswith() / endswith()...Campbell Barton
2012-07-29style cleanupCampbell Barton
2012-07-15Fix for [#32102] Saving obj extends the material name by texture nameBastien Montagne
2012-07-04Last spell checking (for now).Bastien Montagne
2012-07-04More spell checking.Bastien Montagne
2012-07-04Spellfixes: colour -> colorBastien Montagne
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-23update wiki version ro 2.6Brendon Murphy
2012-06-19This should fix [#31801] "OBJ importer doesn't import smoothing groups as sha...Philipp Oeser
2012-06-18revert r3501 - needs further investigationPhilipp Oeser
2012-06-18This should fix [#31831] "obj import name" reported by dan grauer.Philipp Oeser
2012-06-18This should fix [#31835] "OBJ Importer corrupts a model (crash in edit mode)"...Philipp Oeser
2012-04-20Fix [#31039] Obj export adds blendfile name to the texture names (and [31040]...Bastien Montagne
2012-03-23update addons enabled by default to use 'faces -> tessfaces' also grease penc...Campbell Barton
2012-03-22correct spelling tessellateCampbell Barton
2012-03-19Spelling of UI messages (then -> than).Bastien Montagne
2012-03-11patch [#30516] OBJ importer run out of memory fixCampbell Barton
2012-03-08update obj import/export for BMesh api changes. (should now works as expected)Campbell Barton
2012-01-14remove api field, was never used.Campbell Barton
2012-01-01fix [#29751] import on obj file fails (and shouldn't)Campbell Barton
2011-12-04patch [#29490] OBJ exporter with "write materrials" unchecked write a line "u...Campbell Barton
2011-11-24fix [#29375] Obj Import failsCampbell Barton
2011-11-19indentation edits and copy pyrimid from contrib (where I had made some edits)...Campbell Barton
2011-10-17fix spelling errors for commentsCampbell Barton
2011-10-11use library argument for bpy_extras.io_utils.path_reference(...)Campbell Barton
2011-10-06Fix #28818: Error when trying to import objSergey Sharybin
2011-10-04fix for various errors in scriptsCampbell Barton
2011-09-29remove comments, cache file write command.Campbell 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-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 v...Campbell Barton
2011-07-29pep8 edits and some style changeCampbell Barton
2011-07-25reverse matrix, vector multiplication order,Campbell Barton