-
Notifications
You must be signed in to change notification settings - Fork 334
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
Python3 only build ? #2817
Comments
No. Appleseed.studio is Python 2 only. Python 3 is only used for the Blender plugin |
Python 2 is also used in Gaffer and Maya plugins. |
What would it take to completely get rid of Python 2.x? At least for everything that's not a plugin? |
Updating the cmake files to link with Python 3 and boost python 3. Checking if the Python code we have in studio works with Py3. Updating the deps. |
@est77 |
The few python3 files I could fine, in the few seconds I spent -
|
Python 3 bindings do not build for me unless I apply this patch first.
On the contrary, if appleseed.studio can be divorced from Python 2.x easily it makes even more sense to do so. Python 2.x code is not even allowed in some distributions which means only CLI part can be packaged. |
We (FreeBSD) started to package (again) the latest released version 2.1.0-beta with Python 3.x bindings and appleseed.studio enabled. This requires some patching, but not too much. Admittedly, I haven't checked every Python script for 3.x conformance, but both CLI and GUI allow me to render a test scene. |
Are we at the stage where we can build appleseed.studio when only Python3 is available ?
The text was updated successfully, but these errors were encountered: