Updating a OpenClip with a publish

I’ve got Flames avail for remote dev work avail via Teragucci. Ping me and I’ll Tailscale ya and give you the credentials.

3 Likes

Thank you @randy.
Yes if we setup a dev machine with a dev project we can do some testing there. I’ll let you guys drive that and PM me whatever I need to contribute. :kissing_heart:

2 Likes

love it

1 Like

I tried a bit but did not succeed in modifying a openClip to have patternbrowsing in it, the way the MIO openclip is made it completely different to the regular openClips.

For example normal openClip

<?xml version="1.0"?>
<clip type="clip" version="4">
    <tracks>
        <track uid="t0">
            <trackType>video</trackType>
            <feeds>
                <feed vuid="v0" uid="f0">
                    <spans>
                        <span>
                            <path encoding="file">Media/Video1.mov</path>
                        </span>
                    </spans>
                </feed>
            </feeds>
        </track>
    </tracks>
</clip>

and then the patternbrowsed one

<?xml version="1.0" encoding="UTF-8"?>
<clip type="clip" version="6">
	<handler>
		<name>MIO Clip</name>
		<version>2</version>
		<options type="dict">
			<ScanPattern type="string">/Volumes/proj/pipetest/shottree/{name=0750_A002C004_230525PF}/render/{shotName}_comp_v{version}_EXR/{shotName}_comp_v{version}.{frame}.{extension}</ScanPattern>
		</options>
	</handler>
</clip>