aws-deadline / deadline-cloud-for-cinema-4d

AWS Deadline Cloud for Cinema 4D
Apache License 2.0
6 stars 8 forks source link

fix: update imports to namespace package #36

Closed epmog closed 4 months ago

epmog commented 4 months ago

What was the problem/requirement? (What/Why)

The submitter failed to load in C4D and it seems to be looking for the submitter outside the deadline namespace package

What was the solution? (How)

fix the imports to use the deadline namespace package. We were also hard-coded to pyside2 in the submitter, but should use whatever gui is available to us. ie. PySide6 or PySide2

What is the impact of this change?

Submitter launches in 2024 which requires python 3.11. Also launches in 2023 as well (3.10)

How was this change tested?

Ran it on my local machine.

Was this change documented?

N/A

Is this a breaking change?

Nope


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.