Fixed (FIXED in 1.22.0.0) Script using fileBrowserUI problem

jaked

New member
Messages
4
Reactions
0
Points
1
It appears some scripts that use worked in 1.20, but in 1.21.1 have unexpected behavior or don't work, for example this bespoke preset buttons only work if script is reloaded or filebrowser invoked from main ui beforehand, and this hangs when the script fiddles with onlyShowLatest, if those lines removed it gives behavior similar to previous example, perhaps regression from 1.20.77.4 fix?
 
It's not unusual for a Vam update to break existing scripts. The best course of action is to alert the script maker of the issue so they can make the required changes put out an updated version.

If the script maker is no longer active in the community, check the license. If it's not paid content or licensed "ND" any user can fix it themselves and post the update to the hub. Just explain what you're doing and why, and credit the original author. And maybe let a moderator know so we can make a note on the original script post.
 
I think both of these are fixed in 1.22 released yesterday. Both caused by this issue:

Fixed issue with null reference in FileBrowser when GotoDirectory was called before any shortcuts were set (broke CUAManager plugin).
 
Back
Top Bottom