Question
Can the file browse scheme be modified?
I would like to create some new views in Bridge that don't show some files in a directory. In particular, one thing I'm trying to do is to create a view that only shows the latest versions in a directory (e.g. don't display originals when there is an edited derivative).
I've got all the script code that iterates through an existing view in Bridge and identifies which thumbs I want to keep and which ones I don't want displayed, but I can't figure out how to modify which thumbs are or are not displayed. Thumbs have a "hidden" property, but that is listed as readOnly and setting it to true does, indeed, not do anything.
I can't tell if a Browse Scheme is what I should be implementing or not. I want nearly all of the functionality of the existing file view so I'd hate to have to re-implement all of that in my own scheme. Is it possible to "hook" or "sub-class" the existing file view or file browse scheme so I can modify it slightly?
--John
I've got all the script code that iterates through an existing view in Bridge and identifies which thumbs I want to keep and which ones I don't want displayed, but I can't figure out how to modify which thumbs are or are not displayed. Thumbs have a "hidden" property, but that is listed as readOnly and setting it to true does, indeed, not do anything.
I can't tell if a Browse Scheme is what I should be implementing or not. I want nearly all of the functionality of the existing file view so I'd hate to have to re-implement all of that in my own scheme. Is it possible to "hook" or "sub-class" the existing file view or file browse scheme so I can modify it slightly?
--John
