You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -202,6 +199,22 @@ Section "Robots and Fields" RobotFiles
202
199
203
200
SectionEnd
204
201
202
+
Section"PartBuilder Samples" PartBuilder
203
+
204
+
; Set extraction path for preloaded robot files
205
+
SetOutPath$APPDATA\Autodesk\Synthesis\MixAndMatch
206
+
File/r"MixAndMatch\*"
207
+
208
+
SectionEnd
209
+
210
+
Section"Themes" Themes
211
+
212
+
; Set extraction path for preloaded robot files
213
+
SetOutPath$APPDATA\Autodesk\Synthesis\Themes
214
+
File/r"Themes\*"
215
+
216
+
SectionEnd
217
+
205
218
/*
206
219
Section "Code Emulator" Emulator
207
220
@@ -229,13 +242,17 @@ SectionEnd
229
242
; LangString DESC_iExporter ${LANG_ENGLISH} "The Inventor Exporter Plugin is an Inventor addin used to export Autodesk Inventor Assemblies directly into the simulator"
230
243
LangString DESC_fExporter ${LANG_ENGLISH}"The Fusion360 Exporter Plugin is a Fusion addin used to export Autodesk Fusion Assemblies directly into the simulator"
231
244
LangString DESC_RobotFiles ${LANG_ENGLISH}"A library of sample robots and fields pre-loaded into the simulator"
245
+
LangString DESC_PartBuilder ${LANG_ENGLISH}"A library of sample parts to use in Robot Builder"
0 commit comments