Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Houdini: vdbcache family preserve frame numbers on publish integration + enable validate version for Houdini #2535

Merged
merged 2 commits into from
Jan 21, 2022

Conversation

BigRoy
Copy link
Collaborator

@BigRoy BigRoy commented Jan 14, 2022

Brief description

This PR fixes a bug with VDB publishes from Houdini so that it actually preserves its original frame numbers (otherwise would always get remapped to start at frame 0 by the integrator - even though the loader would still show frameStart and frameEnd as the non-remapped range.)

Publishing frame range 1000-1015

Before: publish.0000.vdb - publish.0015.vdb
After: publish.1000.vdb - publish.1015.vdb


This PR also enabled Validate Version for Houdini since that was disabled - which without it accidentally allowed me to publish into an already published version because I had Match Work File Version enabled in the test project. Which seemed like a required fix for Houdini too - since it's a small PR. :)

@antirotor antirotor self-requested a review January 20, 2022 23:37
@antirotor antirotor added host: Houdini type: bug Something isn't working labels Jan 20, 2022
Copy link
Member

@antirotor antirotor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@antirotor antirotor merged commit 77eeee4 into ynput:develop Jan 21, 2022
@BigRoy BigRoy deleted the houdini_vdb_preserve_frame_numbers branch March 20, 2024 15:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
host: Houdini type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants