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
2022-06-30Cleanup: fix various typosBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D15328
2022-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
This is no longer necessary, see: T98554.
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2021-03-15system_demo_mode: fix screen switchingCampbell Barton
Replace screen switching with workspace switching.
2019-12-03Cleanup: system_demo_mode unused imports, varsCampbell Barton
2018-10-30Cleanup: styleCampbell Barton
2018-10-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2018-09-25Demo Mode: port Demo Mode addon to Blender 2.8Jacques Lucke
Not sure if I fixed everything.. At least it runs again. Might have to do more tests, never used this addon before. Reviewers: brecht Differential Revision: https://developer.blender.org/D3729
2017-08-23Correct mistake skipping hidden dirsCampbell Barton
2013-10-31update for change in blenderCampbell Barton
2012-11-14use alternate syntax to clear listsCampbell Barton
2012-10-09style cleanup: pep8Campbell Barton
2012-09-06code cleanup: ensure modal_handler_add() is called directly before returning.Campbell Barton
2012-08-13pressing play didnt give any errors when no config was found.Campbell Barton
2012-08-13Option to exit once demo loop plays through.Campbell Barton
2012-07-29style cleanupCampbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-05-26* Code cleanup, removed an unnecessary line. Thomas Dinges
2012-05-22fix for first file playing the loop twice.Campbell Barton
2012-05-21demo mode fixesCampbell Barton
* redraw before rendering (workaround for bug) * play the first file once on init (before first file was assumed to be first file in demo_config.py which often isnt the case)
2012-03-21demo mode no longer needs to write files to diskCampbell Barton
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-27fix for resource leak with demo modeCampbell Barton
2011-07-11py3.3 compat, __class__ is no longer in default namespaceCampbell Barton
2011-04-01pep8 cleanup & remove unused importsCampbell 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.