Search found 180 matches

by babaroga
Fri Oct 30, 2020 2:16 pm
Forum: Python scripting and macros
Topic: Feature: point symmetric rectangle in sketcher
Replies: 8
Views: 1432

Re: Feature: point symmetric rectangle in sketcher

Hello, You can do it directly in sketcher. 1. Make a sketch. 2. Draw a point 3. Draw a rectangle around it 4. Pick two diagonal points on rectangle and then point in middle Screenshot_20201030_151046.png 5. Choose Symmetry constraint Screenshot_20201030_151141.png Do whatever you want with it. If yo...
by babaroga
Fri Oct 23, 2020 2:19 pm
Forum: Help on using FreeCAD
Topic: [Solved]Ticket #4452 - Zooming with scroll wheel doesn't work
Replies: 51
Views: 12200

Re: [Bug] Zooming with scroll wheel doesn't work

Hello,

Your fix works here. I was using FC with this code change for about 2 hours. Made model+drawings of complete bed. I didn't spot any side effects.
by babaroga
Tue Oct 20, 2020 8:23 pm
Forum: TechDraw
Topic: Techdraw decimal places - observed to be changed
Replies: 22
Views: 5970

Re: Techdraw decimal places - observed to be changed

You can try with format modifier %.g. Screenshot_20201020_221250.png It will strip tailing zeros but it will show decimal places up to number set in general units. Screenshot_20201020_221653.png So 6 will be 6, 51.71 will be 51.71 and yours 10.003 will be 10.003. Screenshot_20201020_222015.png
by babaroga
Fri Oct 16, 2020 2:12 pm
Forum: Help on using FreeCAD
Topic: [Solved]Ticket #4452 - Zooming with scroll wheel doesn't work
Replies: 51
Views: 12200

Re: [Bug] Zooming with scroll wheel doesn't work

It seems that is connected with Qt 5.15.1 and Coin3D/Quarter . There are same calls to wheel scroll events in Techdraw WB, but there wheel works as expected...

I was curious if it was issue only with Manjaro, but obviously same thin goes with Gentoo.
by babaroga
Sun Oct 04, 2020 7:34 pm
Forum: Help on using FreeCAD
Topic: [Solved]Ticket #4452 - Zooming with scroll wheel doesn't work
Replies: 51
Views: 12200

Re: [Bug] Zooming with scroll wheel doesn't work

I tried with Mouse.cpp reverted to state with fake buttons, but still no luck... :(
by babaroga
Sat Oct 03, 2020 1:19 pm
Forum: Help on using FreeCAD
Topic: [Solved]Ticket #4452 - Zooming with scroll wheel doesn't work
Replies: 51
Views: 12200

Re: [Bug] Zooming with scroll wheel doesn't work

Unfortunately, no changes.

Deleted .FreeCAD folder and .config/FreeCAD but no changes.

I will try to investigate what changed in Qt 5.15.1
by babaroga
Sat Oct 03, 2020 9:47 am
Forum: Help on using FreeCAD
Topic: [Solved]Ticket #4452 - Zooming with scroll wheel doesn't work
Replies: 51
Views: 12200

Re: [Bug] Zooming with scroll wheel doesn't work

Hello, I can confirm it has something with Qt 15.5.1 After my system update yesterday, mouse scroll wheel is not working in 3D view. It zoom OK in TechDraw WB and all others dialogs, report views. With Qt 15.5 everything worked OK. OS: Manjaro Linux (KDE//usr/share/xsessions/plasma) Word size of OS:...
by babaroga
Mon Jul 27, 2020 8:46 pm
Forum: TechDraw
Topic: [FIXED] Possible bug, Unable to select drawing element if there is dimension line already present
Replies: 6
Views: 1234

Re: Possible bug, Unable to select drawing element if there is dimension line already present

Interesting, even if dimension is hidden, line or points are not selectable. This is same file from first post. Screenshot_20200727_223703.png But, even more interesting is, when I unhide dimension, dimension line and extension lines are gone. Screenshot_20200727_223752.png I have to hide it again a...
by babaroga
Mon Jul 27, 2020 11:18 am
Forum: TechDraw
Topic: [FIXED] Possible bug, Unable to select drawing element if there is dimension line already present
Replies: 6
Views: 1234

[FIXED] Possible bug, Unable to select drawing element if there is dimension line already present

Hello, After your last commits from yesterday and today, something is broken. If there is some dimension on drawing, I am unable to select Lines and points under it. So, after placing dimensions, I am unable to select top left, bottom left and bottom right point and also left and bottom line. Screen...