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.
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2019-12-03Cleanup: system_demo_mode unused imports, varsCampbell Barton
2019-12-01add manual linksmeta-androcto
2019-09-24system addons, close panels by default: T70017meta-androcto
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
2018-08-29Python / Cleanup: rename INFO_MT to TOPBAR_MT to reflect actual location.Brecht Van Lommel
2017-11-02system_demo_mode: correct hidden file skippingCampbell Barton
2017-08-23Correct mistake skipping hidden dirsCampbell Barton
2015-07-09Simplify list expression and add licenseCampbell Barton
2015-04-10Cleanup: imports (formatting)Campbell Barton
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel
Python 3.4.0 deprecated the "imp" module, and replaced it with "importlib". This changes imp.reload() into implib.reload(). Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D1016
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2013-10-31update for change in blenderCampbell Barton
2013-09-10Usual UI messages fixes...Bastien Montagne
2013-08-28use directory selection for demo-mode.Campbell Barton
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
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-06-23update wiki version ro 2.6Brendon Murphy
finished
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
2012-01-14remove api field, was never used.Campbell Barton
2012-01-04use sets for checking against multiple values.Campbell 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-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.