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-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.
2011-11-11minor formatting editsCampbell Barton
2011-11-10- Removing our hardcoded redraw of the render panel due to issues with ↵Jesse Kaukonen
Cycles and modified render panels. If anyone knows how to append a button into an existing panel, do tell me. Alternatively, adding a panel to the top of a properties page.
2011-11-10- Hide completed and canceled sessions in the session listJesse Kaukonen
- Fixed a bug with the cancel button never triggering due to checking the wrong list of sessions
2011-11-08fix for error with mathutils changesCampbell Barton
2011-11-08minor editsCampbell Barton
2011-11-08api and pep8 editsCampbell Barton
2011-11-08script [#23566] Import: PDB Chemical FilesCampbell Barton
by Mariusz Maximus & Jong89
2011-11-07Fix [#29194] Spelling error (+ some other spelling issues).Bastien Montagne
(yes sir, it is a bugfix :P ).
2011-11-06fix error converting relative to absolute search path, could search entire ↵Campbell Barton
disk in some cases
2011-11-06write out camera sensor width and height into FBXCampbell Barton
2011-11-03fix for error importing non utf8 file, in this case it was the authors name ↵Campbell Barton
so data loads in fine.
2011-11-03more edits & dont use try/except to check if the property existsCampbell Barton
2011-11-03minor cleanup for c3d and acclaim addons.Campbell Barton
- no need to use self.properties - close the file (py3.3 reports resource leak) - dont use camel case for property names - use property definition formatting like other scripts in trunk.
2011-11-03rename c3d submodule incase we get exporter support + minor edits.Campbell Barton
2011-11-03Fixed importing float c3d files with non-native endianness.Daniel M. Basso
2011-11-03Added the first public version of C3D importer addon.Daniel M. Basso
2011-11-03Added the first public version of Acclaim importer addon.Daniel M. Basso
2011-11-03Rigify: fixed bug that triggered error when generating a rig that doesn'tNathan Vegdahl
involve any drivers.