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
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
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-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-08-13Option to exit once demo loop plays through.Campbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-23update wiki version ro 2.6Brendon Murphy
finished
2012-01-14remove api field, was never used.Campbell Barton
2012-01-04use sets for checking against multiple values.Campbell Barton
2011-11-11minor formatting editsCampbell Barton
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-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-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-03-30put into right category Campbell Barton
2011-03-30dont overwrite previous demos, update to link to wiki docsCampbell Barton
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.