Closed hfarre closed 6 months ago
Please @hfarre @Guilhemz take a look at this commit https://github.com/quadproduction/OpenPype/pull/738/commits/91106f68f1b48e3cc11a5829fe5b187bccade64b
And more specifically on the line 57:
#import_options['ImportAsType'] = 'ImportAsType.COMP' # This isn't used currently
The line seems obsolete (I commented it currently) or not used correctly since no import_options
are passed yet to the function. You need to add the same logic has in the import_file
function or ignore + remove this line
correction faite
Fix quadproduction/issues#407
Changelog Description
Corrige l'incrementation des noms lors de l'import d'élément dans AE avec OP qui ne fonctionnait pas. Et prend en compte aussi l'import de double élément lors de load de PSD
Testing notes: