You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
# Fox/RenderBus cloud rendering Python API
2
-
We provides a simple Python-based API for using our cloud rendering service. This is the official API that is maintained by Fox/RenderBus RD team. The API has been tested ok with python2.7.10 and requests 2.11.1
1
+
# Fox Render Farm / Renderbus cloud rendering Python API
2
+
We provide a simple Python-based API for using our cloud rendering service. This is the official API that is maintained by Fox Render Farm / Renderbus RD team. The API has been tested ok with python2.7.10 and requests 2.11.1
- requests (We already test ok with requests 2.11.1)
9
9
10
10
## Submiting Step
11
+
- You must have a Fox Render Farm / Renderbus account to use our service, then create a project and select the plugins you want to use on our web site before submiting.
11
12
12
-
- Login to our cloud server first. currently, some info like access_key need to ask us support team.
13
+
- Login in our cloud server account first, some information such as access key, you need ask for our support team.
13
14
```py
14
15
fox = Fox(render_server="www5.renderbus.com", account="XXX", access_key="XXX", aspera_server="app5.renderbus.com", aspera_password="XXX")
15
16
```
16
17
17
-
- Upload local files to cloud server, skip exists same files by default, you can upload the files and folders.
18
+
- Upload local files or folders to cloud server and skip the existing same file by default.
- After render complete, you can download the entire task output files from cloud server, and single frame output files downloading is not supported yet currently. The download method would skip exists same files which already downloaded by default
28
+
- After rendering complete, you can download the entire task output files from cloud server, but single frame download function is not supported yet. The download method will skip the existing same files which already downloaded by default.
0 commit comments