Here is the output from print cmd as I had it before.
_-Pictureframe "/Users/Registration-Photographer/Desktop/Object Thumbs/Python Test/Images/"image1.jpg 34,0,0 48,0,0 _EnterEnd
_-Pictureframe "/Users/Registration-Photographer/Desktop/Object Thumbs/Python Test/Images/"image2.jpg 93.25,0,0 119.875,0,0 _EnterEnd
_-Pictureframe "/Users/Registration-Photographer/Desktop/Object Thumbs/Python Test/Images/"image3.jpg 144.75,0,0 173,0,0 _EnterEnd
_-Pictureframe "/Users/Registration-Photographer/Desktop/Object Thumbs/Python Test/Images/"image4.jpg 158,0,0 177.5,0,0 _EnterEnd
After making your suggested changes we do have progress but something else is happening that I can’t make sense of. The first image does get placed, the last 3 seem to run into an error. Here is the new output.
Python Script </Users/Registration-Photographer/Desktop/Object Thumbs/Python Test/PF Test Script Clement.py> ( ResetEngine )-Pictureframe
Full path to image file"/Users/Registration-Photographer/Desktop/Object Thumbs/Python Test/Images/image1.jpg"
First corner of picture frame ( Vertical SelfIllumination=Yes EmbedBitmap=Yes AutoName=Yes AlphaTransparency=No )34,0,0
Length of picture frame ( SelfIllumination=Yes EmbedBitmap=Yes )48,0,0
Length of picture frame ( SelfIllumination=Yes EmbedBitmap=Yes )EnterEnd
Length of picture frame ( SelfIllumination=Yes EmbedBitmap=Yes )-Pictureframe
Full path to image file"/Users/Registration-Photographer/Desktop/Object Thumbs/Python Test/Images/image2.jpg"
First corner of picture frame ( Vertical SelfIllumination=Yes EmbedBitmap=Yes AutoName=Yes AlphaTransparency=No )93.25,0,0
Length of picture frame ( SelfIllumination=Yes EmbedBitmap=Yes )119.875,0,0
Length of picture frame ( SelfIllumination=Yes EmbedBitmap=Yes )-Pictureframe
Full path to image file"/Users/Registration-Photographer/Desktop/Object Thumbs/Python Test/Images/image3.jpg"
First corner of picture frame ( Vertical SelfIllumination=Yes EmbedBitmap=Yes AutoName=Yes AlphaTransparency=No )144.75,0,0
Length of picture frame ( SelfIllumination=Yes EmbedBitmap=Yes )173,0,0
Length of picture frame ( SelfIllumination=Yes EmbedBitmap=Yes )_-Pictureframe
Full path to image file"/Users/Registration-Photographer/Desktop/Object Thumbs/Python Test/Images/image4.jpg"
First corner of picture frame ( Vertical SelfIllumination=Yes EmbedBitmap=Yes AutoName=Yes AlphaTransparency=No )158,0,0
Length of picture frame ( SelfIllumination=Yes EmbedBitmap=Yes )177.5,0,0
Unable to add bitmap to the document’s bitmap table.
Unable to add bitmap to the document’s bitmap table.
Unable to add bitmap to the document’s bitmap table.
print cmd output here…
_-Pictureframe “/Users/Registration-Photographer/Desktop/Object Thumbs/Python Test/Images/image1.jpg” 34,0,0 48,0,0 _EnterEnd
_-Pictureframe “/Users/Registration-Photographer/Desktop/Object Thumbs/Python Test/Images/image2.jpg” 93.25,0,0 119.875,0,0 _EnterEnd
_-Pictureframe “/Users/Registration-Photographer/Desktop/Object Thumbs/Python Test/Images/image3.jpg” 144.75,0,0 173,0,0 _EnterEnd
_-Pictureframe “/Users/Registration-Photographer/Desktop/Object Thumbs/Python Test/Images/image4.jpg” 158,0,0 177.5,0,0 _EnterEnd
Any ideas? Is the arrangement of data in the dictionary file confusing something? Does Rhino need some kind of clear or reset command between each image?
-Brandon