Skip to content

Commit 612ab7c

Browse files
committed
fix a typo error
1 parent 5d3b25c commit 612ab7c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ https://github.com/renderbus/python-api
1111
fox = Fox(render_server="www5.renderbus.com", account="XXX", access_key="XXX", aspera_server="app5.renderbus.com", aspera_password="XXX")
1212
```
1313

14-
- Upload local files to cloud server, skip exists same files by default, you can upload the files and folders.
14+
2. Upload local files to cloud server, skip exists same files by default, you can upload the files and folders.
1515
```py
1616
fox.upload(path_list=[r"v:\project\shot\lgt.ma", r"v:\project\asset\sourceimages])
1717
```
1818

19-
- After all the dependancy files of Maya file has been uploaded, you can submit task to cloud server.
19+
3. After all the dependancy files of Maya file has been uploaded, you can submit task to cloud server.
2020
```py
2121
fox.submit_task(project_name="XXX", input_scene_path=r"v:\project\shot\lgt.ma", frames="1-10[1]") ```
2222

23-
- 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
23+
4. 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
2424
```py
2525
fox.download(task_id=11111, local_path=r"v:\project\output")
2626
```

0 commit comments

Comments
 (0)