OpenPype icon indicating copy to clipboard operation
OpenPype copied to clipboard

Bug: Houdini CreateHDA still contains legacy code

Open iLLiCiTiT opened this issue 1 year ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior:

Houdini create plugin CreateHDA is still using self.data which is available only in LegacyCreator https://github.com/ynput/OpenPype/blob/develop/openpype/hosts/houdini/plugins/create/create_hda.py#L25

Expected Behavior:

It should not use self.data, so the method should expect asset name/id as argument.

Version

3.17.4-nightly.1

What platform you are running OpenPype on?

Windows

Steps To Reproduce:

Replicate a code bug?

Are there any labels you wish to add?

  • [X] I have added the relevant labels to the bug report.

Relevant log output:

No response

Additional context:

No response

[cuID:OP-7224]

iLLiCiTiT avatar Oct 25 '23 10:10 iLLiCiTiT