We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Select both select -r DNAShapeTransform_1 DNAShapeTransform_2 ;
delete; (* please ignore the line numbers)
Traceback (most recent call last): File "C:\cadnano2b\views\solidview\stranditem.py", line 171, in strandHasNewOligoSlot self.updateColor(mID, strand.oligo().color()) File "C:\cadnano2b\views\solidview\stranditem.py", line 323, in updateColor cmds.sets(meshName, forceElement="%sSG" % shaderName) ValueError: No object matches name: DNACylinderShape_3
Is trying to delete the wrong object
Seems like inside file removeMsgCmd
def dagParentRemovedCallback(child, parent, clientData):
mom.removeIDMapping(mID, strand)
this line seems causing the issue in somehow.
thanks
Thiago
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Select both
select -r DNAShapeTransform_1 DNAShapeTransform_2 ;
delete; (* please ignore the line numbers)
Traceback (most recent call last):
File "C:\cadnano2b\views\solidview\stranditem.py", line 171, in strandHasNewOligoSlot
self.updateColor(mID, strand.oligo().color())
File "C:\cadnano2b\views\solidview\stranditem.py", line 323, in updateColor
cmds.sets(meshName, forceElement="%sSG" % shaderName)
ValueError: No object matches name: DNACylinderShape_3
Is trying to delete the wrong object
Seems like inside file removeMsgCmd
def dagParentRemovedCallback(child, parent, clientData):
mom.removeIDMapping(mID, strand)
this line seems causing the issue in somehow.
thanks
Thiago
The text was updated successfully, but these errors were encountered: