revisionfx

Results 69 comments of revisionfx

> We should probably set up another meeting to hash out the OCIO spaces/roles vs "generic" spaces/roles thing. Just some notes without discussing the current proposal per se: Looking at...

Good idea, maybe put in comment what it maps to if you are using OCIO On 2/8/2023 7:58 AM, John-Paul Smith wrote: > > Right, I am redoing the strings...

Same as ofxGpuRender, should this be a separate header file instead of in imageEffects...?

the list is long and has a lot of redundancy (pretty complicated for a generic plugin) in most cases here (I might have a few outliers), would be happy in...

Is this animatable? Often per-frame data. Who owns the memory (for destuction)....? Does param set value just pass new data, how is lenght updated?

doc note: it is highly recommended to use the Memory Suite for larger allocations to give a chance to host memory management wise. The plugin is responsible to allocate and...

> The spec says that data is only valid until the next API call, so the host might overwrite or free its copy right afterward. Do you agree? Which specs?...

A use case is per frame data - say it's 50K per frame, and the clip is 1000 frames, do we want to transmit 50 Mb each render loop? Also...

I don't think we need an animation callback for that. Just regular KF indexing (previous or equal...) could be useful. In that case a UI for that in KF editor...

Forgive me if I remember wrong, but I believe the original intent for custom param interact was for folks who wanted to have custom UI interaction in their effects controls....