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
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-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-02-15add check for 'None' texturesCampbell Barton
2013-02-10skip calculating tessfaces for export. they are not needed.Campbell Barton
2013-02-10fix for UV exportCampbell Barton
2013-02-10add NGon importer supportCampbell Barton
2013-02-10triangulate works againCampbell Barton
2013-02-10OBJ now exports blenders ngons.Campbell Barton
2013-02-07make option for applying modifiers consistentCampbell Barton
2013-01-22fix for api change with importerCampbell Barton
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
2012-12-19formatting edits for bl_infoCampbell Barton
2012-12-16don't overwrite alpha with material `illum` setting, or when using an alpha t...Campbell Barton
2012-12-12revert r4031, the user was incorrect about the bug.Campbell Barton
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