-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft: Develop Blender addon #1309
base: master
Are you sure you want to change the base?
Conversation
Include initial UI and organization metadata
…/OpenCue into blender-addon-dev
Checks if dependencies were installed during first install of addon
For copying OpenCue dependencies for local Git repo
To avoid ModuleNotFoundException in first install
…/OpenCue into blender-addon-dev
…/OpenCue into blender-addon-dev
Resolve error when extracting data from 'cmd' dictionary inside layerData
…/OpenCue into blender-addon-dev
Deletes opencue module when unregistering addon
In addon settings section
Will be addressed as system environment variable
…/OpenCue into blender-addon-dev
Remove extra lines, comments and unused imports
…/OpenCue into blender-addon-dev
e985dc3
to
021f527
Compare
4b48297
to
6733231
Compare
@bcipriano @DiegoTavares There seems to be an issue in the sample job submitted in the integration test script: OpenCue/samples/pyoutline/basic_job.py Lines 28 to 33 in b21aa6b
Despite being a simple job, the wait_for_job function reports the job as pending until it times out: Would appreciate some thoughts on this. |
It looks like the job is not being picked up by rqd, which means rqd might not be coming up as expected, or not configured properly on the integration test to be assigned to the right allocation. Can you confirm the rqd version created by your dockerfile is running as expected in isolation (outside of the test environment)? |
…/OpenCue into blender-addon-dev
Creates new Blender RQD simultaneously to running RQD
15c3b65
to
7529e81
Compare
9d6a415
to
d496c3e
Compare
…/OpenCue into blender-addon-dev
Replaced with standard docker run deployment
…/OpenCue into blender-addon-dev
Include parameter to setup container network
…/OpenCue into blender-addon-dev
…/OpenCue into blender-addon-dev
Edits config file and restart container
Adds tag to Blender RQD container
…/OpenCue into blender-addon-dev
…/OpenCue into blender-addon-dev
Link the Issue(s) this Pull Request is related to.
#312
Summarize your change.
A standalone Blender addon for submitting OpenCue jobs.