quadproduction / OpenPype

QuadProd version of OpenPype
MIT License
4 stars 0 forks source link

407: bug: correction de l'incrementation des element load dans AE #738

Closed hfarre closed 6 months ago

hfarre commented 6 months ago

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:

  1. Ouvrir AE
  2. Importer plusieurs fois le même asset avec OP
BenSouchet commented 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

hfarre commented 6 months ago

correction faite