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
2015-08-10Remove plugin for now-dysfunctional Renderfarm.fi. R.I.P.Nathan Letwory
2015-01-23Reverted changes to render_renderfarmfi addonSybren A. Stüvel
Some unintended changes ended up in d47e9be4fb204988ec659fc59882b2f5964afa3f; this patch reverses those.
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
2014-02-04Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some ↵CoDEmanX
minor other edits
2013-11-19Clean up unused variables.Nathan Letwory
Some whitespace edits.
2013-11-19Clear out unnecessary imports.Nathan Letwory
2013-11-19Fix: framesRendered wasn't read when checking sessions from stage Rendering.Nathan Letwory
This would always print percentage of 0% until the session is completely rendered.
2013-11-19Fix: using wrong variable to test for session acceptance.Nathan Letwory
2013-11-19Test commit - change copyright info.Nathan Letwory
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 :)