|
1 | 1 | .. important::
|
2 |
| - Make sure local Python environment and PIP are available before use. |
| 2 | + Make sure local Python environment and PIP are available before use, |
| 3 | + Complete use analysis, upload, download automation process, in addition to the analysis package of the rendered software, you also need to install: |
| 4 | + `rayvision_api`, `rayvision_log`, `rayvision_utils`, `rayvision_sync`. |
3 | 5 |
|
4 | 6 |
|
5 | 7 | Installation Guide
|
6 | 8 | ====================
|
7 | 9 |
|
8 |
| -**Method One (recommended):** |
| 10 | +1. Software analysis packages |
| 11 | +------------------------------- |
9 | 12 |
|
10 |
| -.. note:: |
11 |
| - Users who have limited access to the Python official address network |
12 |
| - can download and install from our custom server。 |
| 13 | +SDK Maya: |
| 14 | + - rayvision_maya |
13 | 15 |
|
14 |
| -- Download from Python official pypi (recommended) |
| 16 | +SDK Houdini: |
| 17 | + - rayvision_houdini |
15 | 18 |
|
16 |
| - ``pip install rayvision_maya`` |
| 19 | +SDK Clarisse: |
| 20 | + - rayvision_clarisse |
17 | 21 |
|
18 |
| - ``pip install rayvision_clarisse`` |
| 22 | +SDK 3ds Max: |
| 23 | + - rayvision_max |
19 | 24 |
|
20 |
| - ``pip install rayvision_houdini`` |
| 25 | +SDK Katana |
| 26 | + - rayvision_katana |
21 | 27 |
|
22 |
| -- Install from a custom PIP server |
| 28 | +SDK C4D |
| 29 | + - rayvision_c4d |
23 | 30 |
|
24 |
| - Before using specific rendering modules, such as Houdini rendering, |
25 |
| - please refer to the following installation method to install the modules in turn |
26 |
| - `rayvision_log`, `rayvision_api` , `rayvision_utils` , `rayvision_sync`, |
| 31 | +SDK Blender |
| 32 | + - rayvision_blender |
27 | 33 |
|
28 |
| -**Method Two:** |
| 34 | +2. other model packages |
| 35 | +------------------------ |
| 36 | + |
| 37 | +upload/download package: |
| 38 | + - rayvision_sync |
| 39 | + |
| 40 | +log package: |
| 41 | + - rayvision_log |
| 42 | + |
| 43 | +interface/check package: |
| 44 | + - rayvision_api |
| 45 | + |
| 46 | +common method package: |
| 47 | + - rayvision_utils |
29 | 48 |
|
30 |
| -Download source code directly from GitHub: |
31 | 49 |
|
32 |
| -``git clone https://github.com/foxrenderfarm/rayvision_log.git`` |
| 50 | +3. Installation |
| 51 | +------------------ |
| 52 | + |
| 53 | +**Method One (recommended):** |
| 54 | + |
| 55 | +- Download from Python official pypi (example for maya) |
| 56 | + |
| 57 | + ``pip install rayvision_maya`` |
| 58 | + |
| 59 | +**Method Two:** |
33 | 60 |
|
34 |
| -``git clone https://github.com/foxrenderfarm/rayvision_api.git`` |
| 61 | +Download source code directly from GitHub(example for maya): |
35 | 62 |
|
36 |
| -``git clone https://github.com/foxrenderfarm/rayvision_utils.git`` |
| 63 | + ``git clone https://github.com/foxrenderfarm/rayvision_maya.git`` |
37 | 64 |
|
38 |
| -``git clone https://github.com/foxrenderfarm/rayvision_sync.git`` |
39 | 65 |
|
40 | 66 | *other modules are installed similarly to the secondary installation method*
|
0 commit comments