mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Set integrate to false on the representation to avoid warnings logged by the Integrator
This commit is contained in:
parent
d887a21bf9
commit
cb2c1b0329
1 changed files with 4 additions and 0 deletions
|
|
@ -87,6 +87,10 @@ class AttachReviewables(
|
|||
)
|
||||
repre.setdefault("tags", []).append("delete")
|
||||
|
||||
# Stop integrator from trying to integrate this instance
|
||||
if attach_to:
|
||||
instance.data["integrate"] = False
|
||||
|
||||
@classmethod
|
||||
def get_attr_defs_for_instance(cls, create_context, instance):
|
||||
# TODO: Check if instance is actually a 'reviewable'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue