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
So I think two things of ZVIFrame were defined as edit_transform, but with varying use of words/captials, and due to my changes they now overwrite each other.
MosaicPlanner.py
line 1015
self.edit_transform=options.Append(self.ID_EDIT_CAMERA_SETTINGS,'Edit Camera Properties...','Edit the size of the camera chip and the pixel size',kind=wx.ITEM_NORMAL)
defedit_transform(self,event):
"""event handler for clicking the edit transform menu button"""dlg=ChangeTransform(None, -1,title="Adjust Transform")
dlg.ShowModal()
#passes the settings to the position list#(pts_from,pts_to,transformType,flipVert,flipHoriz)=dlg.GetTransformInfo()#print transformType
self.edit_transform_option=options.Append(self.ID_EDIT_CAMERA_SETTINGS,'Edit Camera Properties...','Edit the size of the camera chip and the pixel size',kind=wx.ITEM_NORMAL)
The other error is caused by incorrect objective configuration. Should add something to catch this for ease of use.
So I think two things of ZVIFrame were defined as edit_transform, but with varying use of words/captials, and due to my changes they now overwrite each other.
MosaicPlanner.py
line 1015
line 1041
line 1327
I then get the following error:
If I alter line 1015 self.edit_transform to a different name , this error goes away, but I get the following error when trying to snap an image:
I guess this could be something unrelated, or the result of the loss line 1015 self.edit_transform. Any help would be appreciated ;]
The text was updated successfully, but these errors were encountered: