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-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
- write url's within quoteattr rather than as strings with surrounding quotes
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
this is a patch submission but fix in a different way
2011-12-11quick fix for add_mesh_pyramid.py not registering in menuBrendon Murphy
2011-12-10Fix for 2 bugs:Andrew Hale
- Setting any of the branch lengths to 0.0 results in divide by zero. Min value for the length setting is now 0.000001 - Preset export failed with the change to the way that vector properties were stored. Now we just store a slice copy of the vector in the export.
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 ↵Campbell Barton
least)
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
* Added support for edge length measurement * Updated API revision and Blender version * Rearranged some things to make code clearer - it's still pretty cumbersome :-(. * Also moved "Update selection" button to the very top.
2011-12-07Added full support for film back sensor size (2 new properties in ImportChan ↵Michael Krupa
class - sensor_width and sensor_height)
2011-12-06type error from last commit :)Kalle-Samuli Riihikoski
2011-12-06minor editsCampbell Barton
- remove check if sensor width exists for chan files - tag nuke chan files to be pep8 - remove unused import
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 ↵Campbell Barton
are not allowed from Paulo Dias (paxnubis)
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 ↵Campbell Barton
correctly escapes characters.
2011-12-05moving Nuke *.chan io camera animation import/export scripts into trunk, ↵Campbell Barton
this is a very simple foramt and nice to have with tracking release [[Split portion of a mixed commit.]]
2011-12-04patch [#29490] OBJ exporter with "write materrials" unchecked write a line ↵Campbell Barton
"usemtl" from ed gautier (edddy)
2011-12-04Fix #29488: two addons broken after recent noise module change, patch by ↵Brecht Van Lommel
Patrick Zulke.
2011-12-03Dear all.Clemens Barth
Some large data classes (elements, atoms and sticks) use __slots__ now. Cheers, Blendphys.
2011-12-02general cleanup, also added some TODO commentsCampbell Barton
2011-12-02Moving PDB importer into trunk,Campbell Barton
thanks to Clemens Barth for making all edits requested to have this in an acceptable quality level. There are a few todo's still but at this point the script is better then the previous PDB importer in trink, so better to include this in the 2.61 release. [[Split portion of a mixed commit.]]
2011-12-01removing this PDB importer in preparation to replace with a re-written one ↵Campbell Barton
which supports more file types
2011-12-01Fixed Bug in Bolt Factory “remove doubles” function, which was ↵Aaron Keith
introduced during indentation clean up.
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 ↵Campbell Barton
edits), removed so this wont happen again.
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 ↵Jesse Kaukonen
bug involved if changing render engine from the render engine menu instead of the button - Removed debug prints
2011-11-16netrenderMartin Poirier
fix error when sending thumbnail to master
2011-11-15Fix [#29271] Fracture Object Script broken.Bastien Montagne
The fracture object was always created on layer 1 only (when this layer is not visible, ops.object.editmode_toggle hence failed). Now creating the fracture objects on current active layer(s).
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
from Filiciss Muhgue (filiciss)
2011-11-12NetRender OS X bugfixMartin Poirier
Fix for #26867 Hunted down and debugged with great help from Geoff Murphy
2011-11-12In convert_lens() changed 'try' test to 'hasattr' test (Campbell Barton's ↵Bartek Skorupa
suggestion, thank you), added '_' between prefix and ob_name to get more readable layers' names in AE, plus minor spelling corrections.
2011-11-12modified def convert_lens to behave correctly when camera sensor fit is set ↵Bartek Skorupa
to vertical.\nPrevious version worked accurately only when 'AUTO' or 'HORIZONTAL' sensor fit was used.\nPreserved compatibility with 2.60a not supporting camera sensor size.