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-30adding operator presetsBrendon Murphy
2011-12-30adding operator presetsBrendon Murphy
2011-12-30added operator preset functionBrendon Murphy
2011-12-30adding operator presetsBrendon Murphy
2011-12-30added: Brendon Murphy
bl_options = {'REGISTER', 'UNDO', 'PRESET'} adds inbuilt preset function for: class landscape_add(bpy.types.Operator)
2011-12-28SVN maintenance.Guillermo S. Romero
2011-12-27fix for wiki linkBrendon Murphy
2011-12-27fix for incorrect tracker linkBrendon Murphy
2011-12-26netrenderMartin Poirier
- Support for dynamic painting point cache (patch by Philippe Van Hecke) - Fix job log name generation to not exceed filename limits when using large chunks - Cleaning up duplicated code for point caches, fluid and multires between client and repath module
2011-12-26... only small changes, that's it ...Clemens Barth
Cheers, Blendphys
2011-12-26Dear all.Clemens Barth
1. New option: sticks connecting atoms can have now the color of the atoms. 2. New button in the panel: 'Show sticks' scales the atom radii such that only the sticks are visible. 3. A bug was removed: Scaling atoms with a specific name scaled also the sticks. This does not happen anymore. - Due to the changes, the script has version 1.1 - To be done: Update of both Wiki pages (next days) - Probably, I commit a 2nd time today. Merry Christams, Blendphys
2011-12-24fix for change to row major matricesCampbell Barton
2011-12-23added group membership copying to object menu.Bassam Kurdali
2011-12-23netrenderMartin Poirier
correcting smoke domain modifier type restriction Patch by Philippe Van Hecke
2011-12-233DC2Blender folder wasen't created soon enough. Kalle-Samuli Riihikoski
2011-12-23netrenderMartin Poirier
- fix handling of pointcache dependencies on slave (correct repathing) and on client (bad frame dependency range) - add Force Upload option on master to force dependencies upload and download (don't reuse local copies outside of slave cache) - add links back to main page on job web page - client limit dependencies to rendered frame range (it used to add all point cache frames) Thanks to Philippe Van Hecke for raising the issue by email.
2011-12-22Dear all.Clemens Barth
1. Changes of the 'Atomic Blender - PDB importer' panel. I've grouped specific in/outputs and buttons by using boxes. Now, there is some order in the panel. 2. Better precision for sticks 3. No other changes otherwise ... Merry Christams, Blendphys
2011-12-22Fix for matrix changes in SVN.Andrew Hale
- Rotation matrices now use the Matrix.Rotation classmethod
2011-12-20[#29564] Patch to enable choice between BLENDER_RENDER and CYCLESMartin Poirier
[#29648] patch for netrender: correctly send smoke cache domain Both by Philippe Van Hecke Render engine support was expended to be able to specify non-builtin engines.
2011-12-19pep8 edits and a few other code styling. Non functionnaly changes.Bastien Montagne
2011-12-19Moving render_copy_settings from contrib to trunk.Bastien Montagne
[[Split portion of a mixed commit.]]
2011-12-19dont write the default valueCampbell Barton
2011-12-19add missing route command for H3D export, I wasnt able to get this working ↵Campbell Barton
but I think it _should_ work, needs further investigation.
2011-12-14Dear all.Clemens Barth
Some changes in the code, which reads PDB files, have been done. If you find bugs, please let me know. Thx. Cheers, Blendphys.
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