Bug: AEGP_GetLayerID returns identical id under certains contitions
After one ctrl-c, if several ctrl-v are made all newly created effect created will have the same layer ID returns by AEGP_GetLayerID.
result |= suites.PFInterfaceSuite1()->AEGPGetEffectLayer(AAEData.mInData->effectref, &layerH);
result |= suites.LayerSuite8()->AEGPGetLayerID(layerH, &dstID);
dstID will be identical (exept for the first ctrl-v of course)
1
vote
