[solved] UI bug in polar-pattern

About the development of the Part Design module/workbench. PLEASE DO NOT POST HELP REQUESTS HERE!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
rynn
Posts: 454
Joined: Tue Jul 31, 2018 7:00 am

[solved] UI bug in polar-pattern

Post by rynn »

in the polar-pattern dialog, changing the number of occurences no longer has an effect.
Changing this parameter in the data-tab still works.

Code: Select all

QObject::connect: No such signal Gui::UIntSpinBox::valueChanged(uint)
QObject::connect:  (sender name:   'spinOccurrences')

Code: Select all

OS: Debian GNU/Linux bookworm/sid (KDE/plasma)
Word size of FreeCAD: 64-bit
Version: 0.21.0.31598 +2 (Git)
Build type: Release
Branch: Meins
Hash: 3cfd922769269814c37a287e8b617fbbbf22a10d
Python 3.10.9, Qt 5.15.7, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3
Locale: German/Germany (de_DE)
Installed mods: 
  * Curves 0.6.5
  * A2plus 0.4.60h
  * Assembly4 0.12.5
  * Pyramids-and-Polyhedrons
  * Render 2022.4.0
  * sheetmetal 0.2.60
  * Silk 1.0.0
  * CurvedShapes 1.0.4
  * DynamicData 2.46.0
  * FreeCAD_assembly3 0.11.3
  * fcgear 1.0.0
  * fasteners.backup1664828890.5062773 0.4.13 (Disabled)
  * fasteners 0.4.53
  * ExplodedAssembly
Attachments
polar_pattern.FCStd
(21.34 KiB) Downloaded 67 times
Last edited by rynn on Sun Jan 15, 2023 4:44 pm, edited 1 time in total.
chrisb
Veteran
Posts: 53924
Joined: Tue Mar 17, 2015 9:14 am

Re: UI bug in polar-pattern

Post by chrisb »

Works here as it used to.

Code: Select all

OS: macOS 10.16
Word size of FreeCAD: 64-bit
Version: 0.21.0.31513 (Git)
Build type: Release
Branch: master
Hash: b2ab8edba4bfd71681e639f8c3f1105066bed4c7
Python 3.10.8, Qt 5.15.4, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3
Locale: C/Default (C)
Installed mods: 
  * FC_SU
  * DynamicData 2.46.0
  * freecad.gears 1.0.0
  * FeedsAndSpeeds 0.4.0
  * dxf-library
  * fcgear 1.0.0
  * fasteners 0.4.16
  * sheetmetal 0.2.60
  * ExplodedAssembly
  * Curves 0.6.5
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
rynn
Posts: 454
Joined: Tue Jul 31, 2018 7:00 am

Re: UI bug in polar-pattern

Post by rynn »

rebuild freecad and now it works again.

maybe because of https://github.com/FreeCAD/FreeCAD/comm ... b6abeeece9 but not sure.
Post Reply