Compare commits

..

1 Commits

Author SHA1 Message Date
Jedd Morgan 903cecc107 Update deploy.yml
Build and deploy / build (push) Has been cancelled
Build and deploy / deploy-installers (push) Has been cancelled
2025-07-09 10:20:14 +01:00
3 changed files with 2 additions and 12 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
"repo": "${{ github.repository }}",
"is_public_release": ${{ env.IS_PUBLIC_RELEASE }}
}'
ref: main
ref: jrm/installer-warnings
wait-for-completion: true
wait-for-completion-interval: 10s
wait-for-completion-timeout: 10m
@@ -34,17 +34,7 @@ module SpeckleConnector3
edges.each { |edge| remove_edge_have_coplanar_faces(edge) }
# Remove remaining orphan edges
# the commented out code throws an exception over deleted elements
# even if they are rejected by deleted? flag
# edges.reject(&:deleted?).select { |edge| edge.faces.empty? }.each(&:erase!)
edges.each do |edge|
next if edge.deleted?
begin
edge.erase! if edge.faces.empty?
rescue Sketchup::DeletedEntityError
# Ignore deleted edge
end
end
merged_faces(faces)
end
+1 -1
View File
@@ -85,7 +85,7 @@ module SpeckleConnector3
end
# File.exist?(@htm_file) ? dialog.set_file(@htm_file) : dialog.set_url('http://localhost:9091')
# dialog.set_url('http://localhost:8082') # uncomment this line if you want to use your local version of ui
dialog.set_url('https://dui.speckle.systems/') # uncomment this line if you want to use deployed ui on netlify
dialog.set_url('https://boisterous-douhua-e3cefb.netlify.app/') # uncomment this line if you want to use deployed ui on netlify
add_exec_callback(dialog)
dialog
end