ynput / ayon-houdini

Houdini addon for AYON
Apache License 2.0
11 stars 9 forks source link

Loader: Fix missing `filepath_from_context` classmethod decorator #86

Closed BigRoy closed 2 months ago

BigRoy commented 2 months ago

Changelog Description

Fix missing filepath_from_context classmethod decorator that it should match from the parent class.

Additional info

My bad in this PR: https://github.com/ynput/ayon-houdini/pull/26 - I missed it there.

Testing notes:

  1. Validate loaders work.
  2. Or just compare it against the parent class.