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-09-19fix for mathvis addonCampbell Barton
2011-09-19* Measure Panel - Version 0.8.0Martin Buerbaum
* Volume calculation and mainfold check code by Benjamin Lauritzen (Loonsbury) * Updated API revision
2011-09-19Changes related on recent curves rna renaming.Sergey Sharybin
2011-09-18MHX import. Small fix for properties.Thomas Larsson
2011-09-18MHX importer v 1.7. Can now import property limits like min and max.Thomas Larsson
2011-09-18Changed Default for Depth Of Field to False Maurice Raybaud
Fixed a type error for dimensions of rectangular area lights
2011-09-15Fix #28555: Save as Runtime addon not working in 2.59Sergey Sharybin
Temporary mainfile used to be saved to current working directory which isn't always available for writting. Save temporary mainfile to temporary directory.
2011-09-14* Forgot to set the version number in the header.Martin Buerbaum
2011-09-14* Measure Panel - Version 0.7.15Martin Buerbaum
* Measurement of face normals by TNae + extended to cover all cases. * Patch link: http://blenderartists.org/forum/showthread.php?177800-Measure-script-%28Blender-2.5x-only%29&p=1896219&viewfull=1#post1896219 * Grouped measured values inside boxes.
2011-09-13missing reload for x3d importCampbell Barton
2011-09-11pep8 edits & import cleanupCampbell Barton
2011-09-10cleanup unused varsCampbell Barton
2011-09-08added warning to script & bug report on tracker page.Brendon Murphy
2011-09-08Fix for "save as runtime" plugin on linux.Sergey Sharybin
It was broken since 2.58a and problem was caused by sysconfig module which tried to parse python configuration header (pyconfig.h). Use dirname(platform.__file__) to determine libpath for python.
2011-09-08someone broke demo mode ui. tsk tskCampbell Barton
2011-09-08pedantic pep8 editsCampbell Barton
2011-09-07extensions_framework: add getSequenceTexturePath function to utils moduleDoug Hammond
2011-09-07missing mouse "release" clicks added Brendon Murphy
* fix for grab, click error thanks to Gaia Clary for his hard work on this script.
2011-09-07Updates for space_view3d_screencast_keys.pyBrendon Murphy
adds a Mouse&text grouped modus (with a visual boundingBox), mouse and font be sized separately, settings will be stored along with the blend file now.
2011-09-07enable default take by default - otherwise object animation isnt exported.Campbell Barton
2011-09-07MAde some changes for future improments. Basicly conserning transferring ↵Kalle-Samuli Riihikoski
mmultires data between blender and 3d-coat.
2011-09-06SVN maintenance.Guillermo S. Romero
2011-09-06Added Polysphere object thanks to metalliandy.Brendon Murphy
Updated version & bl_info, Added Authors to the base of gpl block as the list was too long.
2011-09-06added menu for Basic Objects to clean menu.Brendon Murphy
wedge, sqorus, trapezohedron & star moved to this menu
2011-09-05Cleaning the code. Also added support for multres objects. Kalle-Samuli Riihikoski
2011-09-05Remove callback when screencast keys operator is cancelled.Sergey Sharybin
Fixes #28505: Screencast Keys Add-on Crashes Blender
2011-09-05rotation error in 3d-coat->blender workflow fixed.Kalle-Samuli Riihikoski
2011-09-05replace tricky unicode chars for basic ascii.Campbell Barton
2011-09-03Fixed an error. It was asking image.filepath even if there was no image. Now ↵Kalle-Samuli Riihikoski
make sure that image is always assing it before this call.
2011-09-03Some more UNDO pushes for import operators.Sergey Sharybin
Forgot to modify this files in recent commit.
2011-09-03added undo.Kalle-Samuli Riihikoski
2011-09-03Fix #28446: Moving imported object to new layer deletes itSergey Sharybin
Adding UNDO flag to import operators. Made this only for trunk addons.
2011-09-02Remove modifiers default value changed to False.Kalle-Samuli Riihikoski
2011-09-01return ('FINISHED') -> return {'FINISHED'}Kalle-Samuli Riihikoski
2011-08-30fix for error in the UI panelsCampbell Barton
2011-08-29removing layout separators for more compact menuBrendon Murphy
2011-08-29patch [#28311] Fix MDD import for blender 2.59Campbell Barton
by Nick Keeline (nrk)
2011-08-27- Implemented the Gimp Palette formatDany Lebel
- Unlimited number of colors - Configurable Palette folder
2011-08-27Addon UI Cleanup, Part 2Thomas Dinges
* You only have to do layout.prop if you want 1 property, no need for row then! * Use col, row, sub as variable names, not colsub, rowsub, row2 etc please. * Povray Addon: Still used a lot of splits, you need no split when you only have 1 column!
2011-08-27Addon UI Cleanup, Part 1Thomas Dinges
* General Rule (for Ivygen and Sapling): If you need more code for declaring the layouts than for the props itself, something is wrong. ;-) * if > elif
2011-08-27Updated Wiki Link in Motion Capture Tools addonBenjy Cook
2011-08-26SVN maintenance.Guillermo S. Romero
2011-08-26- Small fix to strip spaces from names as well.Chris Foster
2011-08-26moving to release after review by meta-androcto, zanQdo, crouch & DingTo.Brendon Murphy
This script is a valuable video tutorial tool & maintained/managed by senior bf-extensions py devs. [[Split portion of a mixed commit.]]
2011-08-26adding tracker urlBrendon Murphy
2011-08-26use slightly improved py syntaxCampbell Barton
2011-08-26added X rotate 90d on import by default, still need to to the reverse on export.Campbell Barton
2011-08-26explicit property imports, no functional changesCampbell Barton
2011-08-26Superficial pep8 editsCampbell Barton
2011-08-25bl_options was a string when it shouldn't have been.Campbell Barton