You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering why the id option to showDirectoryPicker is limited to 32 characters. This feels extremely short, I don’t see what would be the harm in allowing it to be significantly longer, for instance 1024 characters or so.
My use case is that I’m writing an animation tool that can export a given animation of a given project as a sequence of images. So you choose the project, you choose the animation, and click on export, it asks you for a directory via showDirectoryPicker and then saves the hundreds of frames in that directory. Given that one typically wants a different directory for each animation, I would like to give to showDirectoryPicker an id of the form export-PROJECTNAME-ANIMATIONNAME, but I very quickly hit the limit of 32 characters.
The text was updated successfully, but these errors were encountered:
I'm wondering why the
id
option toshowDirectoryPicker
is limited to 32 characters. This feels extremely short, I don’t see what would be the harm in allowing it to be significantly longer, for instance 1024 characters or so.My use case is that I’m writing an animation tool that can export a given animation of a given project as a sequence of images. So you choose the project, you choose the animation, and click on export, it asks you for a directory via
showDirectoryPicker
and then saves the hundreds of frames in that directory. Given that one typically wants a different directory for each animation, I would like to give toshowDirectoryPicker
anid
of the formexport-PROJECTNAME-ANIMATIONNAME
, but I very quickly hit the limit of 32 characters.The text was updated successfully, but these errors were encountered: