Skip to content

Commit c5dbf55

Browse files
committed
fix typo error
1 parent 612ab7c commit c5dbf55

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ fox = Fox(render_server="www5.renderbus.com", account="XXX", access_key="XXX", a
1313

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

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

2324
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
2425
```py

0 commit comments

Comments
 (0)