Skip to content

Create tags for animatedTransform and animatedAttribute in SceneCache #250

Open
@ldmoser

Description

@ldmoser

We currently have no reliable way to detect when there's animated attributes or animated transforms without bounds (no objects) at any location in the hierarchy of a SceneCache.

Our readers in Houdini and Maya rely on the boundSamples() as a hint for that, and set their outputs as dirty only when there are animated bounding boxes. This of course fails on the two situations described above...

If SceneCache writes sceneInterface:animatedTransform and sceneInterface:animatedAttribute tags we could distinguish these cases. But this means creating two new tags on the whole hierarchy when there's animation and we should check the file size and memory consumption before doing it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    coreIssues with core Cortex functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions