Skip to content
New issue

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

Error log, trying to delete wrong object number #14

Open
a00s opened this issue Aug 4, 2012 · 0 comments
Open

Error log, trying to delete wrong object number #14

a00s opened this issue Aug 4, 2012 · 0 comments

Comments

@a00s
Copy link

a00s commented Aug 4, 2012

  1. Created 2 shaped:
  • DNAShapeTransform_1
    • DNACylinderShape_1
  • DNAShapeTransform_2
    • DNACylinderShape_2
  1. Select both
    select -r DNAShapeTransform_1 DNAShapeTransform_2 ;

  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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant