Skip to content

Commit

Permalink
SUKU updateGui re-added
Browse files Browse the repository at this point in the history
  • Loading branch information
SukuWc committed Jan 2, 2024
1 parent 7bd945a commit db50fb2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/freecad_export2.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import FreeCAD
import FreeCADGui
import TechDrawGui

import Part

import PartGui
import PartDesignGui
import ImportGui

import os
if os.path.isdir("temp"):
Expand All @@ -16,6 +19,14 @@
for obj in objs:
sono=App.ActiveDocument.getObject(obj.Name)

# Ez kell ide
FreeCADGui.updateGui()
FreeCADGui.updateGui()
FreeCADGui.updateGui()
FreeCADGui.updateGui()
FreeCADGui.updateGui()
FreeCADGui.updateGui()

if sono.TypeId == "PartDesign::Body":

if "png" in export_list:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mechanical_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Generate Preview PNG
run: |
# ./.github/workflows/openscad_preview.sh
./.github/workflows/openscad_preview.sh
- name: Stop x11vnc
run: pkill x11vnc
Expand Down

0 comments on commit db50fb2

Please sign in to comment.