0

Copy-pasting Texture2D with attached TextureAsset lead to duplication error

jambo 8 years ago updated by JVraven 7 years ago 2
Image 523

1) Add Texture2D.

2) Add its input of TextureAsset.

3) Copy-paste Texture2D and add same TextureAssets as input.

4) You got error about duplication of Texture2D, despite it does not even have a name.

What is the progress on this bug? I can still reproduce it.

I think it is not a bug. Not only texture2d but many others nodes lead to this error. Sometimes even creating of new node. Looks like random ID-nodes generation without checking of existing ID. Nasty thing especially if you have a real huge node tree.