PaddleStroke

Results 267 comments of PaddleStroke

I think we will find a solution to this @sliptonic ? Meanwhile my goal is to get things ready so what I want to do is mostly to add the...

So I managed to include my .lib file locally first and I'm now debugging. I have a c++ error that is driving me in circles, perhaps you know how to...

It is now mostly working ! Preview video : https://youtu.be/tkGzMTDHD_E There are a few quirks to fix, such as the grounded part jumping to origin. But I think it can...

I gave this one a go yesterday and got stuck. My approach was to install an event filter in TaskAssemblyCreateJoint __init__ ` self.form.featureList.installEventFilter(self)` or directly on the form as well...

@wwmayer Could you please weight in on this issue? Do you know how to prevent the 3dview selection from grabing the delete event when the QListWidget has the focus so...

@FlachyJoe ah I didn't knew of this getPoint function. Has it been there for a long time? I haven't seen it used yet. Maybe it would be best in utils...

So here is my updated proposal. This moves getPoint code to Utils. As it does not rely on sketchObject. The SketchObject::getPoint function is left to ensure nothing breaks. Make functions...

Yes that was my thought as well. But its the same question for IsCircle and co as they are also useful in App not only gui. So it would make...