Loading images for two states

Q&A about the latest versions
Post Reply
ramirox3
Posts: 51
Joined: Tue Apr 03, 2007 6:16 am
Location: Medellín Colombia

Loading photos for two states
I have a set of 36 images and want to charge for two states, I made the first set : escultura_0_0.jpg to escultura_0_35.jpg, the second: esculturaX_0_0.jpg to esculturaX_0_35.jpg containing hotspots drawn in photoshop, select the input window, image Sequence, I click on test pattern and get a window saying that all files were found, ok, but when I opened the window of hotspots and review the pictures of the two states are the same, only takes a set, I have changed names, order and as always happens, that I'm wrong?
send the project
Thanks for any help
Ramiro
Attachments
Escultura3TwoSets_2ªVers.rar
(5.21 MiB) Downloaded 223 times
User avatar
Hopki
Gnome
Posts: 13029
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi I used the light table to enter your images which worked ok; I have never used the “Select Input” to add images.
Hopki :)
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
User avatar
thomas
Chief Gnome
Posts: 2613
Joined: Fri Sep 01, 2006 3:56 pm
Location: Vienna, Austria
Contact:

You didn't use the state in the pattern so Object2VR doesn't know how you named them. With the Pattern

Code: Select all

'escultura' + (state==1?'B':'') + '_'+ (row) + '_' + (column) + '.jpg'
it should work as expected.
MfG, Thomas
Post Reply