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
2010-08-09update for changes in blender.Campbell Barton
2010-08-08select by material was broken (would only select first material) fixed!Michael Williamson
2010-08-08removed header from these files by mistake when testing some other problem.Campbell Barton
this commit also makes a minor change with path joinin in preset_utils.py
2010-08-06* don't set ore.prepared when issues are foundNathan Letwory
* add tests for nodes. * update poll() usage to be according changes in blender
2010-08-06update for changes in blenderCampbell Barton
2010-08-06== Torus Knot ==Florian Meyer
- cleanup: removed unnecessary options lists
2010-08-05update for changes in blender.Campbell Barton
2010-08-03fix for povray with lattice objects and some missing math importsCampbell Barton
2010-08-03* Small syntax fixMartin Buerbaum
2010-08-03* Version 0.7.7 - One more change to the callback registration code.Martin Buerbaum
* Now it should _finally_ work as intended.
2010-08-02fix for registering scripts.Campbell Barton
- mesh_surface_sketch.py - render_renderfarmfi.py - space_view3d_align_tools.py - object_cloud_gen.py also move bl_addon_info to the top for faster parsing.
2010-08-02update addons to work with new register/unregister method,Campbell Barton
These scritps still need changes related to parent classes - mesh_surface_sketch.py - render_renderfarmfi.py - space_view3d_align_tools.py - object_cloud_gen.py
2010-08-02== povray ==Luca Bonavita
After discussion with Campbell I've made povray an addon as a package (will remove from bf-blender). Please roport any glitch or mistake I might have done while porting.
2010-08-01add_mesh_ant_landscape.pyBrendon Murphy
port of script by Jimmy Hazevoet thanks to ideasman for the noise module.
2010-07-31Correctly takes translation into account again now.Fabian Fricke
2010-07-31* Version 0.7.5.2 - Changed callback registration back to original code & ↵Martin Buerbaum
fixed bug in there (use bl_idname instead of bl_label)
2010-07-31removed warning + updated changelogFabian Fricke
2010-07-31global mode wasn't taking rotation into account properly.Fabian Fricke
2010-07-31Fixed the freezing and drawing issues for now, runs fine again.Fabian Fricke
2010-07-30update for api changeFabian Fricke
2010-07-30* Re-added warning because of lagging and stuck UI.Martin Buerbaum
2010-07-30* Version 0.7.4 - Fixed the add_modal_handler and callback_add code.Martin Buerbaum
* Thanks to jesterKing for pointing that out :-)
2010-07-30Got the wrong presets path on some windows installations, should work now. ↵Fabian Fricke
(also thanks to jesterKing and testscreenings)
2010-07-30== measure panel script ==Luca Bonavita
adding a warning in the measure panel script, it is really bugged jesterKing and others report laggines and UI stuck tested and confirming
2010-07-29- fixed wrong pathFlorian Meyer
- was catching the user script path instead of the install script one
2010-07-29- big cleanup --> removed the long options listFlorian Meyer
- as a result much more readable now
2010-07-28Fix #22907: STL export did not take object transformation into account.Brecht Van Lommel
2010-07-27* Version 0.7.3.1 - Fixed bug that made all lines in Blender stippled :-)Martin Buerbaum
2010-07-27* Version 0.7.3 - Added display of delta x/y/z value in 3D view.Martin Buerbaum
* Also added display of dx,dy,dz lines * Changed the "dist" colors to something not already used by x/y/z axes. * Inspired by warpi's patch here: http://blenderartists.org/forum/showpost.php?p=1671033&postcount=47
2010-07-27fix bolt factory svnBrendon Murphy
2010-07-26applied patch to repair scripts,Brendon Murphy
thanks DustyDingo for reporting.
2010-07-22Bah, I just hate the day for blender dev was decided to use spaces instead ↵Nathan Letwory
of tabs.
2010-07-22* upon reflection - disable when ore.parts > 1.Nathan Letwory
2010-07-22* don't turn off SSS. It might be wanted, and is ok when rendering 1part/frame.Nathan Letwory
2010-07-21Fixed axis-flipping problem. Full Animation is now stable for object ↵Chris Foster
animations only. Armatures to come!
2010-07-21== addons ==Luca Bonavita
- moved renderfarm to render_renderfarmfi.py - fixed bl_addon_info: new wiki page, tracker page, category
2010-07-21Add renderfarm.fi render engine.Nathan Letwory
2010-07-20== addons ==Luca Bonavita
Fixed some descriptions and locations
2010-07-19...aand I missed the addon info again. Just genius.Chris Foster
2010-07-19Changed a "filename" attribute to "filepath". I guess I missed one. Oops.Chris Foster
2010-07-16restore modifier menu.Brendon Murphy
2010-07-15update for changes in blenders api.Campbell Barton
2010-07-15Accidentally overwrote a bit of addon info. Oops.Chris Foster
2010-07-14Fixed Armature export. Basically ditched the (incorrect) behavior that was ↵Chris Foster
borrowed from Arben Omari's ancient 2.4x exporter.
2010-07-14bugfix [#22843] Cannot export to folder with ".blend" on the end.Campbell Barton
2010-07-14Fix for Fracture Tools.Luca Bonavita
Applying [#22844] Fix for Fracture Tools, by Markus K. (markus111) http://projects.blender.org/tracker/index.php?func=detail&aid=22844&group_id=9&atid=127 Sorry for the inconvenient, thanks!
2010-07-13fix import pathFlorian Meyer
2010-07-13== scripts conforming ==Luca Bonavita
moved fracture/ to object_fracture/ so that appears near the other object_ scripts
2010-07-13== scripts conforming ==Luca Bonavita
after discussion with meta-androcto, renamed I/O scripts to start with io_ in all cases
2010-07-13== scripts conforming ==Luca Bonavita
- forgot raw mesh name conforming