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
2013-09-12Add service status check: uploading not possible when service isn't ↵Nathan Letwory
accepting sessions. Also show MOTD received from the server. Various cleanups and small fixes.
2013-06-29Remove https for now, until proper SSL certificates are in use. This allows ↵Nathan Letwory
*nix users to log in again properly.
2013-02-18Systematically adding some custom id to template_list using default ↵Bastien Montagne
UI_UL_list class, this one is commoly used more than once in an area, yielding collision issues if they do not have a custom id...
2013-02-11On startup bpy.data.filepath is not accessible, preventing proper addon ↵Nathan Letwory
enabling.
2012-12-28Updated to use UI_UL_list as template_list...Bastien Montagne
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-08-08Adding a note about test renders being rejectedJesse Kaukonen
2012-07-13Improve message on login failure for non-existing user.Nathan Letwory
2012-07-13Refactor the uploader code into a nicer module.Nathan Letwory
* xmlrpc usage encapsulated * utility functions grouped * UI and Operators separated * Encapsulate exceptions As with previous commit, this version now utilizes the new way of storing user credentials, making it a lot easier for users to use the uploader in subsequent usages. Note that refreshing the session list isn't done on login anymore so remember to press that button :)