Skip to content
Discussion options

You must be logged in to vote

Hi
it seems to me that the problem is in the logic you are using... In this block

                        elif self.strfreed:
                            if len(self.cpoints) < 2:
                                return
                            else:
                                self.spline = Line(self.cpoints[-2], self.cpoints[-1], lw=1, c=self.linecolor).pickable(0)
                                # TODO: THIS IS WHERE I SET THE NAME ATTRIBUTE
                                # I tried naming each line created for easy removal but
                                # name appears to be reset once Line object is placed in  self.actors
                                self.spline.name=f"s…

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
3 replies
@jkissi
Comment options

@jkissi
Comment options

@jkissi
Comment options

Comment options

You must be logged in to vote
4 replies
@jkissi
Comment options

@marcomusy
Comment options

@jkissi
Comment options

@marcomusy
Comment options

Answer selected by jkissi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants