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
2011-12-13MHX importer: now deletes all helper geometry, not just diamonds.v2.61Thomas Larsson
2011-12-12- open files for writing as utf-8Campbell Barton
2011-12-12make sure all filepath props have FILE_PATH subtypeCampbell Barton
2011-12-11fix [#29262] X3D exporter does not export ok for obj_type != 'MESH'Campbell Barton
2011-12-11quick fix for add_mesh_pyramid.py not registering in menuBrendon Murphy
2011-12-10Fix for 2 bugs:Andrew Hale
2011-12-09Fixed the last 2 bugs. Ready for release.Michael Krupa
2011-12-09reduce stl docstrings and keep chan exporter pep8 (remove minor warnings at l...Campbell Barton
2011-12-09Mhx importer: removed obsolete option.Thomas Larsson
2011-12-08Updated to use bpy.types.Camera.angle_y property.Michael Krupa
2011-12-08* Measure Panel - Version 0.8.2Martin Buerbaum
2011-12-07Added full support for film back sensor size (2 new properties in ImportChan ...Michael Krupa
2011-12-06type error from last commit :)Kalle-Samuli Riihikoski
2011-12-06minor editsCampbell Barton
2011-12-06Updated to use the sensor size in blender 2.61Michael Krupa
2011-12-06patch [#29261] X3D exporter if hierarchy is on you get duplicated ids which a...Campbell Barton
2011-12-06fix for error added when refactoringCampbell Barton
2011-12-06add back 3ds import image search optionCampbell Barton
2011-12-06use %r to format strings rather than '%s', since %r adds quotes and correctly...Campbell Barton
2011-12-05moving Nuke *.chan io camera animation import/export scripts into trunk, this...Campbell Barton
2011-12-04patch [#29490] OBJ exporter with "write materrials" unchecked write a line "u...Campbell Barton
2011-12-04Fix #29488: two addons broken after recent noise module change, patch by Patr...Brecht Van Lommel
2011-12-03Dear all.Clemens Barth
2011-12-02general cleanup, also added some TODO commentsCampbell Barton
2011-12-02Moving PDB importer into trunk,Campbell Barton
2011-12-01removing this PDB importer in preparation to replace with a re-written one wh...Campbell Barton
2011-12-01Fixed Bug in Bolt Factory “remove doubles” function, which was introduced...Aaron Keith
2011-11-29Minor fix to UI label (found while translating in french).Bastien Montagne
2011-11-28MHX importer: more stringent version checking and better error message.Thomas Larsson
2011-11-26Replacing custom code with mathutils normalize()Bart Crouch
2011-11-25fix for error export with no armatureCampbell Barton
2011-11-25minor pep8 editsCampbell Barton
2011-11-24fix for exception if the image data cant be loadedCampbell Barton
2011-11-24Fixing the lib/lib issue.Mitchell Stokes
2011-11-24fix [#29375] Obj Import failsCampbell Barton
2011-11-23Fix #29368: export uv layout fails after recent image settings changes.Brecht Van Lommel
2011-11-22Changed some names to match new APIBartek Skorupa
2011-11-22update for changes in render image settingsCampbell Barton
2011-11-22More UI messages fixes and tweaks (found while translating in french).Bastien Montagne
2011-11-19Fix exchange folder error. Didn't save folder path at all.Kalle-Samuli Riihikoski
2011-11-19indentation edits and copy pyrimid from contrib (where I had made some edits)...Campbell Barton
2011-11-19Rigify: fix for bug report #29298, basically just an update for API changes.Nathan Vegdahl
2011-11-17- Added a button for copying render settings from Blender render due to a bug...Jesse Kaukonen
2011-11-16netrenderMartin Poirier
2011-11-15Fix [#29271] Fracture Object Script broken.Bastien Montagne
2011-11-14fix error reported [#29228] X3D exporter does not convert to mesh SURFACEsCampbell Barton
2011-11-14patch [#25979] fixes for addons/io_scene_fbx, io_scene_x3dCampbell Barton
2011-11-12NetRender OS X bugfixMartin Poirier
2011-11-12In convert_lens() changed 'try' test to 'hasattr' test (Campbell Barton's sug...Bartek Skorupa
2011-11-12modified def convert_lens to behave correctly when camera sensor fit is set t...Bartek Skorupa