For the latest version of the RawKee Python X3D Plugin, visit the GitHub repository.
For C++ versions of the plugin (1.2.0) supporting Maya 2019 - Maya 2024, please refer to the GitHub page.
For C++ versions of the plugin (1.1.0) supporting Maya 6.0 - Maya 2008, please refer to the SourceForge page.
Some tutorials for RawKee C++ Edition (v 1.1.0/1.2.0) can be found at the Internet Wayback Machine. Unfortunately, the old video tutorials were not archived by IWM.
-
Download the 'get-pip.py' installer file. More information about this can be found here: Python.org page
-
Run the installer from the command line using: mayapy ./get-pip.py
Some of the packages listed may require a pip install regarless of what the list below explicitly states.
- x3d (pip install required)
- pillow (pip install required)
- ffmpeg-python (pip install required)
- nodejs-bin (pip install required) -- Required by Sunrize Editor, Will be optional.
- screeninfo (pip isntall required)
- subprocess - may be removed in the future
- signal - may be removed in the future
- typing
- numpy
- math
- os
- sys
- base64
- mimetypes
- ctypes
- ntpath
- json
To make contributions to the project, follow these steps:
- Clone the repository
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Stage your Changes (
git add -A
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push
) - Open a Pull Request
For further assistance, contact Aaron:
- Email: aaron.bergstrom@und.edu
- Organization: UND Computational Research Center - DREAM Lab
- Website: DREAM Lab