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-11-22update for changes in render image settingsCampbell Barton
2011-11-11minor formatting editsCampbell Barton
2011-11-06fix error converting relative to absolute search path, could search entire ↵Campbell Barton
disk in some cases
2011-10-28Minor UI fixes and tweaks.Bastien Montagne
Beware: in mocap/__init__.py there was a very long bl_label (> 100 chars), which was troncated in UI (at least, _update_msg.py produced a troncated msgid for it). That should be avoided, imho!
2011-10-27fix for resource leak with demo modeCampbell Barton
2011-10-17fix spelling errors for commentsCampbell Barton
2011-09-19/trunk: Removed final points in UI strings and messages.Bastien Montagne
Plus a few styling enhancements. [[Split portion of a mixed commit.]]
2011-09-08someone broke demo mode ui. tsk tskCampbell Barton
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-07-11py3.3 compat, __class__ is no longer in default namespaceCampbell Barton
2011-07-11cleanupCampbell Barton
- remove/comment unused variables - remove unused imports - fixed some bugs using incorrect variables
2011-05-16update for changes in blender module layout, also add global axis conversion ↵Campbell Barton
to FBX.
2011-04-21description for demo mode.Campbell Barton
2011-04-01pep8 cleanup & remove unused importsCampbell Barton
2011-03-30put into right category Campbell Barton
2011-03-30dont overwrite previous demos, update to link to wiki docsCampbell Barton
2011-03-30fix for script error if no camera is found.Campbell Barton
2011-03-29- added search path support if files cant be found.Campbell Barton
- added next/previous buttons so you can skip demos.
2011-03-29Many small improvements, its generally usable now.Campbell Barton
2011-03-29work in progress addon: demo mode, use for easy setup for looping over blend ↵Campbell Barton
files, rendering, playing, switching screens.