forked from andydandy74/ClockworkForDynamo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExtractPythonScripts.dyn
222 lines (220 loc) · 27.7 KB
/
ExtractPythonScripts.dyn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<Workspace Version="1.0.0.1180" X="-36.6099148528835" Y="364.764094084007" zoom="0.588947016309637" Name="Home" Description="" RunType="Manual" RunPeriod="1000" HasRunWithoutCrash="True">
<NamespaceResolutionMap />
<Elements>
<CoreNodeModels.Input.Directory guid="31941836-d487-4c9c-bc8a-2ba27921c2b6" type="CoreNodeModels.Input.Directory" nickname="Directory Path" x="113.100012409034" y="-318.129719755616" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" IsFrozen="false" isPinned="false">
<System.String>C:\Users\andreas\Documents\GitHub\ClockworkForDynamo\nodes\1.x</System.String>
<HintPath>C:\Users\andreas\Documents\GitHub\ClockworkForDynamo\nodes\1.x</HintPath>
</CoreNodeModels.Input.Directory>
<Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="f411998a-1b66-4fe6-8577-51a16d0c532f" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="Directory.Contents" x="667.643002607324" y="58.6512843946236" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false" assembly="DSCoreNodes.dll" function="DSCore.IO.Directory.Contents@var,string">
<PortInfo index="1" default="True" />
</Dynamo.Graph.Nodes.ZeroTouch.DSFunction>
<Dynamo.Graph.Nodes.CodeBlockNodeModel guid="dda1bb8c-ec86-4cf3-bfa1-8e7fa1782fec" type="Dynamo.Graph.Nodes.CodeBlockNodeModel" nickname="File Extension" x="513.761887734624" y="121.077239257714" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false" CodeText=""*.dyf";" ShouldFocus="false" />
<CoreNodeModels.Input.DirectoryObject guid="75990639-3ae6-49c2-975c-f1b2197d38d8" type="CoreNodeModels.Input.DirectoryObject" nickname="Directory.FromPath" x="468.840261115304" y="17.1747011145617" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false" />
<Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="cad15a41-3875-4512-a137-62a467246bf8" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="FilePath.FileName" x="2115.67457236771" y="-216.019116448993" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false" assembly="DSCoreNodes.dll" function="DSCore.IO.FilePath.FileName@string,bool">
<PortInfo index="1" default="True" />
</Dynamo.Graph.Nodes.ZeroTouch.DSFunction>
<CoreNodeModels.Input.BoolSelector guid="5b1ee07a-a699-4df8-843e-fc46fa9d1c79" type="CoreNodeModels.Input.BoolSelector" nickname="Boolean" x="1923.09821864605" y="-140.480899139852" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" IsFrozen="false" isPinned="false">
<System.Boolean>False</System.Boolean>
</CoreNodeModels.Input.BoolSelector>
<Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="958473bb-ab2e-4af4-b9d0-5f27292dd57d" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="File.WriteText" x="2788.8041033097" y="-332.021598930268" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false" assembly="DSCoreNodes.dll" function="DSCore.IO.File.WriteText@string,string" />
<Dynamo.Graph.Nodes.CodeBlockNodeModel guid="8f98cc39-5b1d-4f0a-9a21-0fd2ea08c3df" type="Dynamo.Graph.Nodes.CodeBlockNodeModel" nickname="Code Block" x="2354.36380409319" y="-384.73558179996" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false" CodeText="dir + delimiter + filename + ".py";" ShouldFocus="false" />
<CoreNodeModels.Input.StringInput guid="653011cc-2149-490a-b0d3-3ebbf7e5828f" type="CoreNodeModels.Input.StringInput" nickname="Subdirectory Name" x="114.738279861716" y="-222.611450571671" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" IsFrozen="false" isPinned="false">
<System.String>python</System.String>
<System.String value="python" />
</CoreNodeModels.Input.StringInput>
<CoreNodeModels.HigherOrder.Map guid="33566932-7232-4a6e-8e64-d2d3e88c198e" type="CoreNodeModels.HigherOrder.Map" nickname="List.Map" x="1231.54586635467" y="420.509922630152" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false" />
<Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="63d68cc5-4f9e-4fae-8a8d-0555605771ce" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="List.FilterByBoolMask" x="1444.82452098556" y="342.157477777775" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false" assembly="DSCoreNodes.dll" function="DSCore.List.FilterByBoolMask@var[]..[],var[]..[]" />
<Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="77871326-461d-4fff-a996-883d1702b788" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="List.FilterByBoolMask" x="1914.42776774936" y="-264.2373403758" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false" assembly="DSCoreNodes.dll" function="DSCore.List.FilterByBoolMask@var[]..[],var[]..[]" />
<Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="0094b5b8-2c11-4544-9d57-1b48e8f649ba" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="String.Replace" x="1650.95210692368" y="436.547687719961" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false" assembly="DSCoreNodes.dll" function="DSCore.String.Replace@string,string,string" />
<CoreNodeModels.Input.StringInput guid="962c58ef-8bb5-4bc6-800b-d8a2ad3390ef" type="CoreNodeModels.Input.StringInput" nickname="String" x="1520.49698720066" y="462.816709351739" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" IsFrozen="false" isPinned="false">
<System.String>&gt;</System.String>
<System.String value="&gt;" />
</CoreNodeModels.Input.StringInput>
<CoreNodeModels.Input.StringInput guid="0abdb126-3583-48b3-9673-8b41afcfccfd" type="CoreNodeModels.Input.StringInput" nickname="String" x="1520.98702030358" y="537.135014823599" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" IsFrozen="false" isPinned="false">
<System.String>></System.String>
<System.String value=">" />
</CoreNodeModels.Input.StringInput>
<CoreNodeModels.Input.StringInput guid="b8a0e29d-1320-4cd3-9f43-374d22fa9bc3" type="CoreNodeModels.Input.StringInput" nickname="String" x="1737.76944821763" y="656.493218408683" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" IsFrozen="false" isPinned="false">
<System.String><</System.String>
<System.String value="<" />
</CoreNodeModels.Input.StringInput>
<Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="d0e0a3f1-38ce-4b12-8218-d93176ee6ac4" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="String.Replace" x="1860.47329322089" y="559.243573386113" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false" assembly="DSCoreNodes.dll" function="DSCore.String.Replace@string,string,string" />
<CoreNodeModels.Input.StringInput guid="298292f0-a689-4d1d-8f7c-eb72772d0cfa" type="CoreNodeModels.Input.StringInput" nickname="String" x="1737.547345234" y="585.329345734058" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" IsFrozen="false" isPinned="false">
<System.String>&lt;</System.String>
<System.String value="&lt;" />
</CoreNodeModels.Input.StringInput>
<Dynamo.Graph.Nodes.CustomNodes.Function guid="3ea46fc6-75b3-4c62-92a2-9de12738a4f5" type="Dynamo.Graph.Nodes.CustomNodes.Function" nickname="CustomNode.Info" x="937.407163142212" y="108.316232339978" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false">
<ID value="38ea5ab3-5af3-4395-ab54-939142172e9e" />
<Name value="CustomNode.Info" />
<Description value="Extracts information from a custom node." />
<Inputs>
<Input value="path" />
</Inputs>
<Outputs>
<Output value="Version" />
<Output value="Name" />
<Output value="ID" />
<Output value="Description" />
<Output value="Category" />
<Output value="Inputs" />
<Output value="InputDataTypes" />
<Output value="InputDefaultVals" />
<Output value="Outputs" />
<Output value="PythonScripts" />
<Output value="NestedBuiltinNodes" />
<Output value="BuiltinNodesCount" />
<Output value="NestedCustomNodes" />
<Output value="CustomNodesCount" />
</Outputs>
</Dynamo.Graph.Nodes.CustomNodes.Function>
<Dynamo.Graph.Nodes.CustomNodes.Function guid="1973a738-566b-4b7e-bdc3-ff8aaaa49c39" type="Dynamo.Graph.Nodes.CustomNodes.Function" nickname="List.IsNotEmpty" x="1044.37603358421" y="553.246129429801" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false">
<ID value="cbc06bc3-4c8d-4b6a-bd05-e0f5b70427da" />
<Name value="List.IsNotEmpty" />
<Description value="Just the inversion of the built-in Is Empty List node." />
<Inputs>
<Input value="seq" />
</Inputs>
<Outputs>
<Output value="bool" />
</Outputs>
</Dynamo.Graph.Nodes.CustomNodes.Function>
<CoreNodeModels.Input.StringInput guid="59e385b6-ff2c-47fe-abf2-b0416a6282c5" type="CoreNodeModels.Input.StringInput" nickname="Delimiter" x="468.915384285008" y="-371.383424051043" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" IsFrozen="false" isPinned="false">
<System.String>\</System.String>
<System.String value="\" />
</CoreNodeModels.Input.StringInput>
<CoreNodeModels.HigherOrder.Map guid="4abdf5e3-f498-4fac-a9e3-3b996035e9d9" type="CoreNodeModels.HigherOrder.Map" nickname="List.Map" x="2069.21198072607" y="654.186639510391" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false" />
<Dynamo.Graph.Nodes.ZeroTouch.DSVarArgFunction guid="dc376d56-c8e6-4f8a-bf42-603b0183823d" type="Dynamo.Graph.Nodes.ZeroTouch.DSVarArgFunction" nickname="String.Join" x="1874.20183174754" y="736.466061041582" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false" assembly="DSCoreNodes.dll" function="DSCore.String.Join@string,string[]" inputcount="2" />
<CoreNodeModels.Input.StringInput guid="89512075-9a57-4a30-867d-276ad595b9a4" type="CoreNodeModels.Input.StringInput" nickname="String" x="1636.16230793177" y="736.565571799572" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" IsFrozen="false" isPinned="false">
<System.String>
##### NEXT PYTHON NODE #####
</System.String>
<System.String value="

##### NEXT PYTHON NODE #####

" />
</CoreNodeModels.Input.StringInput>
<Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="829f0a14-b067-4611-9416-39bd0463b9f7" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="Flatten" x="2270.17086633006" y="653.737698818331" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false" assembly="BuiltIn" function="Flatten@var[]..[]" />
<Dynamo.Graph.Nodes.CodeBlockNodeModel guid="9924b22d-15b5-4b3e-87d7-1f21ac8ebc71" type="Dynamo.Graph.Nodes.CodeBlockNodeModel" nickname="Code Block" x="579.982011932903" y="-311.980647339629" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false" CodeText="dir + delimiter + subdir;" ShouldFocus="false" />
<Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="65cddaf1-212c-401a-a997-132d96c25871" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="Directory.Contents" x="1136.78964399569" y="-223.808550437317" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false" assembly="DSCoreNodes.dll" function="DSCore.IO.Directory.Contents@var,string">
<PortInfo index="1" default="True" />
</Dynamo.Graph.Nodes.ZeroTouch.DSFunction>
<Dynamo.Graph.Nodes.CodeBlockNodeModel guid="7283e594-e5bd-4e0e-b876-4ec01644c121" type="Dynamo.Graph.Nodes.CodeBlockNodeModel" nickname="File Extension" x="975.932161235393" y="-158.233780298768" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false" CodeText=""*.py";" ShouldFocus="false" />
<Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="92f00460-6810-410c-b12d-eeb82794e5f9" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="File.Delete" x="1401.8214750573" y="-224.453577488442" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false" assembly="DSCoreNodes.dll" function="DSCore.IO.File.Delete@string" />
<Dynamo.Graph.Nodes.CodeBlockNodeModel guid="9eb3def5-773d-445f-a1ad-992ed8b5608e" type="Dynamo.Graph.Nodes.CodeBlockNodeModel" nickname="Code Block" x="1550.32074341004" y="-310.457353780228" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false" CodeText="{dir,deleted}[0];" ShouldFocus="false" />
<CoreNodeModels.Input.DirectoryObject guid="02ea54cf-e6b4-4613-a0d4-995adfd75698" type="CoreNodeModels.Input.DirectoryObject" nickname="Directory.FromPath" x="927.618908190352" y="-254.258182240558" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false" />
</Elements>
<Connectors>
<Dynamo.Graph.Connectors.ConnectorModel start="31941836-d487-4c9c-bc8a-2ba27921c2b6" start_index="0" end="75990639-3ae6-49c2-975c-f1b2197d38d8" end_index="0" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="31941836-d487-4c9c-bc8a-2ba27921c2b6" start_index="0" end="9924b22d-15b5-4b3e-87d7-1f21ac8ebc71" end_index="0" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="f411998a-1b66-4fe6-8577-51a16d0c532f" start_index="0" end="77871326-461d-4fff-a996-883d1702b788" end_index="0" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="f411998a-1b66-4fe6-8577-51a16d0c532f" start_index="0" end="3ea46fc6-75b3-4c62-92a2-9de12738a4f5" end_index="0" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="dda1bb8c-ec86-4cf3-bfa1-8e7fa1782fec" start_index="0" end="f411998a-1b66-4fe6-8577-51a16d0c532f" end_index="1" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="75990639-3ae6-49c2-975c-f1b2197d38d8" start_index="0" end="f411998a-1b66-4fe6-8577-51a16d0c532f" end_index="0" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="cad15a41-3875-4512-a137-62a467246bf8" start_index="0" end="8f98cc39-5b1d-4f0a-9a21-0fd2ea08c3df" end_index="2" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="5b1ee07a-a699-4df8-843e-fc46fa9d1c79" start_index="0" end="cad15a41-3875-4512-a137-62a467246bf8" end_index="1" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="8f98cc39-5b1d-4f0a-9a21-0fd2ea08c3df" start_index="0" end="958473bb-ab2e-4af4-b9d0-5f27292dd57d" end_index="0" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="653011cc-2149-490a-b0d3-3ebbf7e5828f" start_index="0" end="9924b22d-15b5-4b3e-87d7-1f21ac8ebc71" end_index="2" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="33566932-7232-4a6e-8e64-d2d3e88c198e" start_index="0" end="77871326-461d-4fff-a996-883d1702b788" end_index="1" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="33566932-7232-4a6e-8e64-d2d3e88c198e" start_index="0" end="63d68cc5-4f9e-4fae-8a8d-0555605771ce" end_index="1" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="63d68cc5-4f9e-4fae-8a8d-0555605771ce" start_index="0" end="0094b5b8-2c11-4544-9d57-1b48e8f649ba" end_index="0" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="77871326-461d-4fff-a996-883d1702b788" start_index="0" end="cad15a41-3875-4512-a137-62a467246bf8" end_index="0" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="0094b5b8-2c11-4544-9d57-1b48e8f649ba" start_index="0" end="d0e0a3f1-38ce-4b12-8218-d93176ee6ac4" end_index="0" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="962c58ef-8bb5-4bc6-800b-d8a2ad3390ef" start_index="0" end="0094b5b8-2c11-4544-9d57-1b48e8f649ba" end_index="1" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="0abdb126-3583-48b3-9673-8b41afcfccfd" start_index="0" end="0094b5b8-2c11-4544-9d57-1b48e8f649ba" end_index="2" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="b8a0e29d-1320-4cd3-9f43-374d22fa9bc3" start_index="0" end="d0e0a3f1-38ce-4b12-8218-d93176ee6ac4" end_index="2" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="d0e0a3f1-38ce-4b12-8218-d93176ee6ac4" start_index="0" end="4abdf5e3-f498-4fac-a9e3-3b996035e9d9" end_index="0" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="298292f0-a689-4d1d-8f7c-eb72772d0cfa" start_index="0" end="d0e0a3f1-38ce-4b12-8218-d93176ee6ac4" end_index="1" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="3ea46fc6-75b3-4c62-92a2-9de12738a4f5" start_index="9" end="33566932-7232-4a6e-8e64-d2d3e88c198e" end_index="0" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="3ea46fc6-75b3-4c62-92a2-9de12738a4f5" start_index="9" end="63d68cc5-4f9e-4fae-8a8d-0555605771ce" end_index="0" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="1973a738-566b-4b7e-bdc3-ff8aaaa49c39" start_index="0" end="33566932-7232-4a6e-8e64-d2d3e88c198e" end_index="1" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="59e385b6-ff2c-47fe-abf2-b0416a6282c5" start_index="0" end="9924b22d-15b5-4b3e-87d7-1f21ac8ebc71" end_index="1" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="59e385b6-ff2c-47fe-abf2-b0416a6282c5" start_index="0" end="8f98cc39-5b1d-4f0a-9a21-0fd2ea08c3df" end_index="1" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="4abdf5e3-f498-4fac-a9e3-3b996035e9d9" start_index="0" end="829f0a14-b067-4611-9416-39bd0463b9f7" end_index="0" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="dc376d56-c8e6-4f8a-bf42-603b0183823d" start_index="0" end="4abdf5e3-f498-4fac-a9e3-3b996035e9d9" end_index="1" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="89512075-9a57-4a30-867d-276ad595b9a4" start_index="0" end="dc376d56-c8e6-4f8a-bf42-603b0183823d" end_index="0" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="829f0a14-b067-4611-9416-39bd0463b9f7" start_index="0" end="958473bb-ab2e-4af4-b9d0-5f27292dd57d" end_index="1" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="9924b22d-15b5-4b3e-87d7-1f21ac8ebc71" start_index="0" end="9eb3def5-773d-445f-a1ad-992ed8b5608e" end_index="0" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="9924b22d-15b5-4b3e-87d7-1f21ac8ebc71" start_index="0" end="02ea54cf-e6b4-4613-a0d4-995adfd75698" end_index="0" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="65cddaf1-212c-401a-a997-132d96c25871" start_index="0" end="92f00460-6810-410c-b12d-eeb82794e5f9" end_index="0" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="7283e594-e5bd-4e0e-b876-4ec01644c121" start_index="0" end="65cddaf1-212c-401a-a997-132d96c25871" end_index="1" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="92f00460-6810-410c-b12d-eeb82794e5f9" start_index="0" end="9eb3def5-773d-445f-a1ad-992ed8b5608e" end_index="1" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="9eb3def5-773d-445f-a1ad-992ed8b5608e" start_index="0" end="8f98cc39-5b1d-4f0a-9a21-0fd2ea08c3df" end_index="0" portType="0" />
<Dynamo.Graph.Connectors.ConnectorModel start="02ea54cf-e6b4-4613-a0d4-995adfd75698" start_index="0" end="65cddaf1-212c-401a-a997-132d96c25871" end_index="0" portType="0" />
</Connectors>
<Notes>
<Dynamo.Graph.Notes.NoteModel guid="f79aac3a-8770-45e1-82c6-ba638764acba" text="Filter out all files that do not contain Python scripts" x="1858.66561335924" y="-300.334320169355" />
<Dynamo.Graph.Notes.NoteModel guid="075fddc8-9139-4ceb-8511-d8b3316482e1" text="This graph parses each *.dyf file in a given directory and extracts all Python scripts within that file into a subdirectory. Previous Pythons script files in that directory will be deleted.

I am using this in order to keep the Python documentation of my custom nodes more accessible." x="110.536363356592" y="-537.578087412933" />
<Dynamo.Graph.Notes.NoteModel guid="f9887abc-96d7-4f06-8b4b-4fc7dbd1582b" text="Angle brackets: Replace HTML notation with normal characters" x="1847.09586583118" y="486.461536004048" />
<Dynamo.Graph.Notes.NoteModel guid="2d55eb9b-099e-4a78-b7ed-bd97359e3d19" text="If a custom node contains more than one Python script, concatenate them with a custom delimiter" x="1850.30260051617" y="856.839392120602" />
</Notes>
<Annotations>
<Dynamo.Graph.Annotations.AnnotationModel guid="97c0a2bf-81f2-4dff-ad12-649f97173abd" annotationText="INPUTS" left="103.100012409034" top="-364.129719755616" width="249" height="209.518269183945" fontSize="30" InitialTop="-318.129719755616" InitialHeight="528.94356187368" TextblockHeight="36" backgrouund="#FF848484">
<Models ModelGuid="31941836-d487-4c9c-bc8a-2ba27921c2b6" />
<Models ModelGuid="653011cc-2149-490a-b0d3-3ebbf7e5828f" />
</Dynamo.Graph.Annotations.AnnotationModel>
<Dynamo.Graph.Annotations.AnnotationModel guid="8a49e08d-43ef-4584-9284-842f64ec1206" annotationText="Browse directory" left="458.840261115304" top="-28.8252988854383" width="412.80274149202" height="242.902538143152" fontSize="30" InitialTop="17.1747011145617" InitialHeight="391.160734902458" TextblockHeight="36" backgrouund="#FFC1D676">
<Models ModelGuid="f411998a-1b66-4fe6-8577-51a16d0c532f" />
<Models ModelGuid="75990639-3ae6-49c2-975c-f1b2197d38d8" />
<Models ModelGuid="dda1bb8c-ec86-4cf3-bfa1-8e7fa1782fec" />
</Dynamo.Graph.Annotations.AnnotationModel>
<Dynamo.Graph.Annotations.AnnotationModel guid="59deed21-3848-43c5-adbc-bb585b63d64e" annotationText="Extract Python scripts" left="927.407163142212" top="62.316232339978" width="1457.76370318785" height="853.523159780624" fontSize="30" InitialTop="108.316232339978" InitialHeight="706.638278749519" TextblockHeight="36" backgrouund="#FFC1D676">
<Models ModelGuid="33566932-7232-4a6e-8e64-d2d3e88c198e" />
<Models ModelGuid="63d68cc5-4f9e-4fae-8a8d-0555605771ce" />
<Models ModelGuid="0094b5b8-2c11-4544-9d57-1b48e8f649ba" />
<Models ModelGuid="962c58ef-8bb5-4bc6-800b-d8a2ad3390ef" />
<Models ModelGuid="0abdb126-3583-48b3-9673-8b41afcfccfd" />
<Models ModelGuid="b8a0e29d-1320-4cd3-9f43-374d22fa9bc3" />
<Models ModelGuid="d0e0a3f1-38ce-4b12-8218-d93176ee6ac4" />
<Models ModelGuid="298292f0-a689-4d1d-8f7c-eb72772d0cfa" />
<Models ModelGuid="3ea46fc6-75b3-4c62-92a2-9de12738a4f5" />
<Models ModelGuid="1973a738-566b-4b7e-bdc3-ff8aaaa49c39" />
<Models ModelGuid="dc376d56-c8e6-4f8a-bf42-603b0183823d" />
<Models ModelGuid="4abdf5e3-f498-4fac-a9e3-3b996035e9d9" />
<Models ModelGuid="829f0a14-b067-4611-9416-39bd0463b9f7" />
<Models ModelGuid="89512075-9a57-4a30-867d-276ad595b9a4" />
<Models ModelGuid="2d55eb9b-099e-4a78-b7ed-bd97359e3d19" />
<Models ModelGuid="f9887abc-96d7-4f06-8b4b-4fc7dbd1582b" />
</Dynamo.Graph.Annotations.AnnotationModel>
<Dynamo.Graph.Annotations.AnnotationModel guid="59f80dd8-c9c5-4235-869f-8125c0c9c084" annotationText="Create new *.py files" left="1848.66561335924" top="-430.73558179996" width="1081.13848995046" height="358.254682660108" fontSize="30" InitialTop="-384.73558179996" InitialHeight="342.254682660108" TextblockHeight="36" backgrouund="#FF48B9FF">
<Models ModelGuid="cad15a41-3875-4512-a137-62a467246bf8" />
<Models ModelGuid="5b1ee07a-a699-4df8-843e-fc46fa9d1c79" />
<Models ModelGuid="958473bb-ab2e-4af4-b9d0-5f27292dd57d" />
<Models ModelGuid="8f98cc39-5b1d-4f0a-9a21-0fd2ea08c3df" />
<Models ModelGuid="77871326-461d-4fff-a996-883d1702b788" />
<Models ModelGuid="f79aac3a-8770-45e1-82c6-ba638764acba" />
</Dynamo.Graph.Annotations.AnnotationModel>
<Dynamo.Graph.Annotations.AnnotationModel guid="0437ea31-db4b-471d-8430-2bac1c07c6b8" annotationText="Delete previous *.py files" left="458.915384285008" top="-417.383424051043" width="1333.40535912503" height="352.149643752275" fontSize="30" InitialTop="-371.383424051043" InitialHeight="260.141019210719" TextblockHeight="36" backgrouund="#FFBB87C6">
<Models ModelGuid="59e385b6-ff2c-47fe-abf2-b0416a6282c5" />
<Models ModelGuid="9924b22d-15b5-4b3e-87d7-1f21ac8ebc71" />
<Models ModelGuid="65cddaf1-212c-401a-a997-132d96c25871" />
<Models ModelGuid="7283e594-e5bd-4e0e-b876-4ec01644c121" />
<Models ModelGuid="92f00460-6810-410c-b12d-eeb82794e5f9" />
<Models ModelGuid="9eb3def5-773d-445f-a1ad-992ed8b5608e" />
</Dynamo.Graph.Annotations.AnnotationModel>
<Dynamo.Graph.Annotations.AnnotationModel guid="1b7991a6-b350-4825-960a-d29c6274a4c0" annotationText="Extract Python Scripts" left="100.536363356592" top="-662.578087412933" width="312" height="270" fontSize="48" InitialTop="-537.578087412933" InitialHeight="175" TextblockHeight="115" backgrouund="#FF848484">
<Models ModelGuid="075fddc8-9139-4ceb-8511-d8b3316482e1" />
</Dynamo.Graph.Annotations.AnnotationModel>
</Annotations>
<Presets>
<Dynamo.Graph.Presets.PresetModel Name="0.9.x" Description="" guid="f1151fe8-e9ea-49de-8950-1a9f1085307c">
<CoreNodeModels.Input.Directory guid="31941836-d487-4c9c-bc8a-2ba27921c2b6" type="CoreNodeModels.Input.Directory" nickname="Directory Path" x="113.100012409034" y="-318.129719755616" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" IsFrozen="false" isPinned="false">
<System.String>U:\repos\ClockworkForDynamo\nodes\0.9.x</System.String>
<HintPath>U:\repos\ClockworkForDynamo\nodes\0.9.x</HintPath>
</CoreNodeModels.Input.Directory>
<CoreNodeModels.Input.StringInput guid="653011cc-2149-490a-b0d3-3ebbf7e5828f" type="CoreNodeModels.Input.StringInput" nickname="Subdirectory Name" x="114.738279861716" y="-222.611450571671" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" IsFrozen="false" isPinned="false">
<System.String>python</System.String>
<System.String value="python" />
</CoreNodeModels.Input.StringInput>
</Dynamo.Graph.Presets.PresetModel>
<Dynamo.Graph.Presets.PresetModel Name="1.x" Description="" guid="1f759271-21e6-4913-9438-33bfee6432f8">
<CoreNodeModels.Input.Directory guid="31941836-d487-4c9c-bc8a-2ba27921c2b6" type="CoreNodeModels.Input.Directory" nickname="Directory Path" x="113.100012409034" y="-318.129719755616" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" IsFrozen="false" isPinned="false">
<System.String>U:\repos\ClockworkForDynamo\nodes\1.x</System.String>
<HintPath>U:\repos\ClockworkForDynamo\nodes\0.9.x</HintPath>
</CoreNodeModels.Input.Directory>
<CoreNodeModels.Input.StringInput guid="653011cc-2149-490a-b0d3-3ebbf7e5828f" type="CoreNodeModels.Input.StringInput" nickname="Subdirectory Name" x="114.738279861716" y="-222.611450571671" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" IsFrozen="false" isPinned="false">
<System.String>python</System.String>
<System.String value="python" />
</CoreNodeModels.Input.StringInput>
</Dynamo.Graph.Presets.PresetModel>
</Presets>
<Cameras>
<Camera Name="Background Preview" eyeX="-17" eyeY="24" eyeZ="50" lookX="12" lookY="-13" lookZ="-58" upX="0" upY="1" upZ="0" />
</Cameras>
</Workspace>