1
Trying to import one image sequence with this nomenclature :
frame_00000.png, frame_00001.png, frame_00002.png, ... etc
2
Configuring "Loading" as this :

3
No succes
4
Making those changes :
a) Nomenclature: frame_0000.png, frame_0001.png, frame_0002.png, ... etc
b) Configuration: _+[0-9]{4,4}\.png
OT Crash when trying to opening the folder with images
5
Finally it works whith those adjustments:
a) Nomenclature: frame_0001.png, frame_0002.png, frame_0003.png, ... etc
b) Configuration: _+[0-9]{4,4}\.png
I guess "Regular expresion" configuration is not working properly. Some insights ?
--------------------------------
Update (11.04.16): reading this in ToonzArequin User guide :
"Sequences of full color images can be recognized by Toonz file browsers
as a single animation level if they are named with a progressive
four-digits number written between the file name and the file extension,
e.g. animation.0001.tif, animation.0002.tif, etc. They are displayed in the
file browser with a double dot before the file extension, e.g.
animation..tif."
-------------------------------
Update (12.04.16)
I see that not all versions of.psd files with layers can be imported ok to OT. A workaround for these cases, that worked to me, is to open that file with GIMP 2 and save layers as a sequence of .png images, using : File> Save layers or Save complete Layers.
------------------------------
PS
------------------------------