ynput / OpenPype

OpenPype has been surpassed by AYON and is now read only.
https://ayon.ynput.io
MIT License
286 stars 129 forks source link

Maya: Remove deprecated extract ass scene #4703

Open iLLiCiTiT opened 1 year ago

iLLiCiTiT commented 1 year ago

Is your feature request related to a problem? Please describe. Looks like Extract Ass logic in Maya is not used and maintained but the code is still there. By quick scavanger through the code it would not work anymore. Changes are related to Deadline's Submit Maya where is condition for "assscene" which is not set anywhere. That triggers _get_arnold_export_payload which is importing export_maya_ass_job script in openpype/scripts/export_maya_ass_job.py. The script would not work with current openpype logic.

Describe the solution you'd like Remove the condition from submit plugin and all related code (script file).

[cuID:OP-5363]

BigRoy commented 1 year ago

Is it the same for vrayscene extraction on the farm? I recall seeing some things about that too.

iLLiCiTiT commented 1 year ago

Not sure. I accidentally hit export_maya_ass_job.py script and after quick inspection I found out it can't work and found out that it used only if is published family "assscene", which is not available anywhere in openpype :)