Skip to content

Commit

Permalink
Try #2 at installer
Browse files Browse the repository at this point in the history
  • Loading branch information
tatlin committed Jan 10, 2013
1 parent b847152 commit 979755a
Show file tree
Hide file tree
Showing 31 changed files with 1,241 additions and 64 deletions.
6 changes: 6 additions & 0 deletions Definitions/Dynamic Relaxation Loop.dyf
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@
<Output value="out" />
<Inputs>
<Input value="ps" />
<Input value="exec" />
</Inputs>
</Dynamo.Elements.dynFunction>
<Dynamo.Elements.dynSymbol type="Dynamo.Elements.dynSymbol" guid="5aec9639-7f61-40bd-a60a-4a92a340eeca" nickname="Variable" x="8.5" y="149">
<Symbol value="exec" />
</Dynamo.Elements.dynSymbol>
</dynElements>
<dynConnectors>
<Dynamo.Connectors.dynConnector start="c14da9fd-2099-4567-ad43-5f0bc798dba4" start_index="0" end="45838c3c-d1dc-4f17-9ddf-367748ef6ef6" end_index="0" portType="0" />
Expand All @@ -32,6 +36,8 @@
<Dynamo.Connectors.dynConnector start="11efe860-28f8-4e7c-b93f-714160f4dbcc" start_index="0" end="6f0025df-cfc3-4ae3-abbc-ff5e30c55d58" end_index="0" portType="0" />
<Dynamo.Connectors.dynConnector start="da369f34-b99e-4dc8-b035-7d38b5789bc8" start_index="0" end="c14da9fd-2099-4567-ad43-5f0bc798dba4" end_index="1" portType="0" />
<Dynamo.Connectors.dynConnector start="f326d4dc-be0f-4940-b640-e1022503d10f" start_index="0" end="45838c3c-d1dc-4f17-9ddf-367748ef6ef6" end_index="2" portType="0" />
<Dynamo.Connectors.dynConnector start="5aec9639-7f61-40bd-a60a-4a92a340eeca" start_index="0" end="c14da9fd-2099-4567-ad43-5f0bc798dba4" end_index="2" portType="0" />
<Dynamo.Connectors.dynConnector start="5aec9639-7f61-40bd-a60a-4a92a340eeca" start_index="0" end="f326d4dc-be0f-4940-b640-e1022503d10f" end_index="1" portType="0" />
</dynConnectors>
<dynNotes />
</dynWorkspace>
10 changes: 6 additions & 4 deletions Dynamo/DynamoElements.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,13 @@ limitations under the License.
<Reference Include="PresentationFramework.Aero">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
<Reference Include="RevitAPI">
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Revit Architecture 2013\Program\RevitAPI.dll</HintPath>
<Reference Include="RevitAPI, Version=2013.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Revit 2013\Program\RevitAPI.dll</HintPath>
</Reference>
<Reference Include="RevitAPIUI">
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Revit Architecture 2013\Program\RevitAPIUI.dll</HintPath>
<Reference Include="RevitAPIUI, Version=2013.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Revit 2013\Program\RevitAPIUI.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
Expand Down
2 changes: 1 addition & 1 deletion DynamoRevit/DynamoRevit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public Autodesk.Revit.UI.Result Execute(Autodesk.Revit.UI.ExternalCommandData re

//prepare and show splash
splashScreen = new SplashScreen(Assembly.GetExecutingAssembly(), "splash.png");
splashScreen.Show(false, true);
//splashScreen.Show(false, true);

//show the window
dynamoForm = new dynBench(DynamoRevitApp.updater, splashScreen);
Expand Down
4 changes: 2 additions & 2 deletions DynamoRevit/DynamoRevit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
<Reference Include="RevitAPI">
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Revit Architecture 2013\Program\RevitAPI.dll</HintPath>
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Revit 2013\Program\RevitAPI.dll</HintPath>
</Reference>
<Reference Include="RevitAPIUI">
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Revit Architecture 2013\Program\RevitAPIUI.dll</HintPath>
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Revit 2013\Program\RevitAPIUI.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
Expand Down
2 changes: 2 additions & 0 deletions DynamoWIPInstall/DynamoForRevit_2013_WIP.iss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ Source: DynamoElements.dll; DestDir: {app}; Flags: ignoreversion overwritereadon
Source: DragCanvas.dll; DestDir: {app}; Flags: ignoreversion overwritereadonly; Components: DynamoForRevit_2012WIP
Source: FSchemeInterop.dll; DestDir: {app}; Flags: ignoreversion overwritereadonly; Components: DynamoForRevit_2012WIP
Source: FScheme.dll; DestDir: {app}; Flags: ignoreversion overwritereadonly; Components: DynamoForRevit_2012WIP
Source: HelixToolkit.Wpf.dll; DestDir: {app}; Flags: ignoreversion overwritereadonly; Components: DynamoForRevit_2012WIP
Source: MIConvexHullPlugin.dll; DestDir: {app}; Flags: ignoreversion overwritereadonly; Components: DynamoForRevit_2012WIP
Source: Nodes_32_32.ico; DestDir: {app}; Flags: ignoreversion overwritereadonly; Components: DynamoForRevit_2012WIP
Source: readme.txt; DestDir: {app}; Flags: isreadme ignoreversion overwritereadonly; Components: DynamoForRevit_2012WIP
Source: fsharp_redist.exe; DestDir: {app}; Flags: ignoreversion overwritereadonly; Components: DynamoForRevit_2012WIP
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
RMDIR "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoRevit\bin\Debug\definitions" /S /Q
RMDIR "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoRevit\bin\Debug\Samples" /S /I /Y /R
xcopy "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\definitions\*.*" "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoRevit\bin\Debug\definitions" /S /I /Y /R
xcopy "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\Samples\*.*" "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoRevit\bin\Debug\Samples" /S /I /Y /R
RMDIR ""C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoRevit\bin\Debug\Samples" /S /I /Y /R
xcopy "C:\xfer\dev\dynamo_VasBeta1_2013\definitions\*.*" "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoRevit\bin\Debug\definitions" /S /I /Y /R
xcopy "C:\xfer\dev\dynamo_VasBeta1_2013\Samples\*.*" "C:\xfer\dev\dynamo_VasBeta1_2013f\DynamoRevit\bin\Debug\Samples" /S /I /Y /R

copy "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoRevit\bin\Debug\DynamoRevit.dll" "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoWIPInstall\DynamoRevit.dll"
copy "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoRevit\bin\Debug\DynamoElements.dll" C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoWIPInstall\DynamoElements.dll"
copy "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoRevit\bin\Debug\DragCanvas.dll" "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoWIPInstall\DragCanvas.dll"
copy "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoRevit\bin\Debug\FScheme.dll" "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoWIPInstall\FScheme.dll"
copy "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoRevit\bin\Debug\FSchemeInterop.dll" "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoWIPInstall\FSchemeInterop.dll"
copy "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\packages\miconvexhull_3e3d8e61febb\lib\MIConvexHullPlugin.dll" "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoWIPInstall\MIConvexHullPlugin.dll"
copy "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoRevit\bin\Debug\HelixToolkit.Wpf.dll" "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoWIPInstall\HelixToolkit.Wpf.dll"


xcopy "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\definitions\*.*" "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoWIPInstall\definitions" /S /I /Y /R
xcopy "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\Samples\*.*" "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoWIPInstall\Samples" /S /I /Y /R
Expand Down
19 changes: 11 additions & 8 deletions DynamoWIPInstall/DynamoForVasari_3-0_WIP-RELEASE.bat
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
RMDIR "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoRevit\bin\Release\definitions" /S /Q
RMDIR ""C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoRevit\bin\Release\Samples" /S /I /Y /R
xcopy "C:\xfer\dev\dynamo_VasBeta1_2013\definitions\*.*" "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoRevit\bin\Release\definitions" /S /I /Y /R
xcopy "C:\xfer\dev\dynamo_VasBeta1_2013\Samples\*.*" "C:\xfer\dev\dynamo_VasBeta1_2013f\DynamoRevit\bin\Release\Samples" /S /I /Y /R
RMDIR ""C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoRevit\bin\Debug\Samples" /S /I /Y /R
xcopy "C:\xfer\dev\dynamo_VasBeta1_2013\definitions\*.*" "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoRevit\bin\Debug\definitions" /S /I /Y /R
xcopy "C:\xfer\dev\dynamo_VasBeta1_2013\Samples\*.*" "C:\xfer\dev\dynamo_VasBeta1_2013f\DynamoRevit\bin\Debug\Samples" /S /I /Y /R

copy "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoRevit\bin\Debug\DynamoRevit.dll" "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoWIPInstall\DynamoRevit.dll"
copy "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoRevit\bin\Debug\DynamoElements.dll" C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoWIPInstall\DynamoElements.dll"
copy "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoRevit\bin\Debug\DragCanvas.dll" "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoWIPInstall\DragCanvas.dll"
copy "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoRevit\bin\Debug\FScheme.dll" "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoWIPInstall\FScheme.dll"
copy "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoRevit\bin\Debug\FSchemeInterop.dll" "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoWIPInstall\FSchemeInterop.dll"
copy "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\packages\miconvexhull_3e3d8e61febb\lib\MIConvexHullPlugin.dll" "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoWIPInstall\MIConvexHullPlugin.dll"
copy "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoRevit\bin\Debug\MIConvexHullPlugin.dll" "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoWIPInstall\MIConvexHullPlugin.dll"

copy "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoRevit\bin\Release\DynamoRevit.dll" "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoWIPInstall\DynamoRevit.dll"
copy "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoRevit\bin\Release\DynamoElements.dll" C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoWIPInstall\DynamoElements.dll"
copy "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoRevit\bin\Release\DragCanvas.dll" "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoWIPInstall\DragCanvas.dll"
copy "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoRevit\bin\Release\FScheme.dll" "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoWIPInstall\FScheme.dll"
copy "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoRevit\bin\Release\FSchemeInterop.dll" "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoWIPInstall\FSchemeInterop.dll"

xcopy "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\definitions\*.*" "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoWIPInstall\definitions" /S /I /Y /R
xcopy "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\Samples\*.*" "C:\xfer\Github\3\4\dynamo_VasBeta1_2013_GHforW\DynamoWIPInstall\Samples" /S /I /Y /R
Expand Down
2 changes: 2 additions & 0 deletions DynamoWIPInstall/DynamoForVasari_3-0_WIP.iss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ Source: DynamoElements.dll; DestDir: {app}; Flags: ignoreversion overwritereadon
Source: DragCanvas.dll; DestDir: {app}; Flags: ignoreversion overwritereadonly; Components: DynamoForVasariWIP
Source: FSchemeInterop.dll; DestDir: {app}; Flags: ignoreversion overwritereadonly; Components: DynamoForVasariWIP
Source: FScheme.dll; DestDir: {app}; Flags: ignoreversion overwritereadonly; Components: DynamoForVasariWIP
Source: HelixToolkit.Wpf.dll; DestDir: {app}; Flags: ignoreversion overwritereadonly; Components: DynamoForVasariWIP
Source: MIConvexHullPlugin.dll; DestDir: {app}; Flags: ignoreversion overwritereadonly; Components: DynamoForVasariWIP
Source: Nodes_32_32.ico; DestDir: {app}; Flags: ignoreversion overwritereadonly; Components: DynamoForVasariWIP
Source: readme.txt; DestDir: {app}; Flags: isreadme ignoreversion overwritereadonly; Components: DynamoForVasariWIP
Source: fsharp_redist.exe; DestDir: {app}; Flags: ignoreversion overwritereadonly; Components: DynamoForVasariWIP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,25 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

<dynWorkspace X="-10.25" Y="55">
<dynWorkspace X="10" Y="55">
<dynElements>
<Dynamo.Elements.dynFamilyTypeSelector type="Dynamo.Elements.dynFamilyTypeSelector" guid="b8b7f004-e746-4dc4-81db-fac74458c39b" nickname="Family Type Selector" x="0" y="86.5" index="16" />
<Dynamo.Elements.dynDoubleInput type="Dynamo.Elements.dynDoubleInput" guid="5b613ecd-2bba-410d-bade-5a9108205777" nickname="Number" x="104" y="282.25">
<System.Double value="1" />
</Dynamo.Elements.dynDoubleInput>
<Dynamo.Elements.dynDoubleInput type="Dynamo.Elements.dynDoubleInput" guid="b32354ec-333e-44fb-b00e-51d632cdb979" nickname="Number" x="97.5" y="342.75">
<Dynamo.Elements.dynFamilyTypeSelector type="Dynamo.Elements.dynFamilyTypeSelector" guid="b8b7f004-e746-4dc4-81db-fac74458c39b" nickname="Family Type Selector" x="0" y="0" index="14" />
<Dynamo.Elements.dynDoubleInput type="Dynamo.Elements.dynDoubleInput" guid="5b613ecd-2bba-410d-bade-5a9108205777" nickname="Number" x="72" y="220.65">
<System.Double value="1" />
</Dynamo.Elements.dynDoubleInput>
<Dynamo.Elements.dynDoubleInput type="Dynamo.Elements.dynDoubleInput" guid="488527c3-9f5b-4c28-a2e3-fa814ebfcc2a" nickname="Number" x="97.25" y="393.5">
<Dynamo.Elements.dynDoubleInput type="Dynamo.Elements.dynDoubleInput" guid="488527c3-9f5b-4c28-a2e3-fa814ebfcc2a" nickname="Number" x="72.45" y="292.7">
<System.Double value="1" />
</Dynamo.Elements.dynDoubleInput>
<Dynamo.Elements.dynDoubleSliderInput type="Dynamo.Elements.dynDoubleSliderInput" guid="1eeff27a-57fb-4c58-939a-dfa4c1b3f7ed" nickname="Number Slider" x="22.75" y="503">
<Dynamo.Elements.dynDoubleSliderInput type="Dynamo.Elements.dynDoubleSliderInput" guid="1eeff27a-57fb-4c58-939a-dfa4c1b3f7ed" nickname="Number Slider" x="21.15" y="169.4">
<System.Double value="20" min="0" max="20" />
</Dynamo.Elements.dynDoubleSliderInput>
<Dynamo.Elements.dynBuildSeq type="Dynamo.Elements.dynBuildSeq" guid="ab59ea64-82c3-4877-84dd-31321e5a3cfa" nickname="Number Sequence" x="300.75" y="315.25" />
<Dynamo.Elements.dynMap type="Dynamo.Elements.dynMap" guid="e1d2f6fa-9eb5-49d3-a9a7-c2984621ea92" nickname="Map" x="517.75" y="271" />
<Dynamo.Elements.dynStringInput type="Dynamo.Elements.dynStringInput" guid="d81e9974-c5fe-4e7c-9537-fc3f57aa3dc3" nickname="String" x="35.75" y="206.75">
<Dynamo.Elements.dynBuildSeq type="Dynamo.Elements.dynBuildSeq" guid="ab59ea64-82c3-4877-84dd-31321e5a3cfa" nickname="Number Sequence" x="305.55" y="183.25" />
<Dynamo.Elements.dynMap type="Dynamo.Elements.dynMap" guid="e1d2f6fa-9eb5-49d3-a9a7-c2984621ea92" nickname="Map" x="464.95" y="116.6" />
<Dynamo.Elements.dynStringInput type="Dynamo.Elements.dynStringInput" guid="d81e9974-c5fe-4e7c-9537-fc3f57aa3dc3" nickname="String" x="0" y="59.55">
<System.String value="increment" />
</Dynamo.Elements.dynStringInput>
<Dynamo.Elements.dynFunction type="Dynamo.Elements.dynFunction" guid="a0b3d5f2-d0d1-4c2b-98e5-00c6f3d7e122" nickname="Family Instance Creator - Indexed" x="329.5" y="153">
<Symbol value="Family Instance Creator - Indexed" />
<Dynamo.Elements.dynFunction type="Dynamo.Elements.dynFunction" guid="5a95b8d6-8c93-419d-9f1f-9ebe2d58a99c" nickname="Family Instance Creator - Indexed - Offset - xyz" x="310.55" y="39.25">
<Symbol value="Family Instance Creator - Indexed - Offset - xyz" />
<Output value="out" />
<Inputs>
<Input value="typ" />
Expand All @@ -45,13 +41,13 @@ limitations under the License.
</Dynamo.Elements.dynFunction>
</dynElements>
<dynConnectors>
<Dynamo.Connectors.dynConnector start="b8b7f004-e746-4dc4-81db-fac74458c39b" start_index="0" end="a0b3d5f2-d0d1-4c2b-98e5-00c6f3d7e122" end_index="0" portType="0" />
<Dynamo.Connectors.dynConnector start="b8b7f004-e746-4dc4-81db-fac74458c39b" start_index="0" end="5a95b8d6-8c93-419d-9f1f-9ebe2d58a99c" end_index="0" portType="0" />
<Dynamo.Connectors.dynConnector start="5b613ecd-2bba-410d-bade-5a9108205777" start_index="0" end="ab59ea64-82c3-4877-84dd-31321e5a3cfa" end_index="0" portType="0" />
<Dynamo.Connectors.dynConnector start="488527c3-9f5b-4c28-a2e3-fa814ebfcc2a" start_index="0" end="ab59ea64-82c3-4877-84dd-31321e5a3cfa" end_index="2" portType="0" />
<Dynamo.Connectors.dynConnector start="1eeff27a-57fb-4c58-939a-dfa4c1b3f7ed" start_index="0" end="ab59ea64-82c3-4877-84dd-31321e5a3cfa" end_index="1" portType="0" />
<Dynamo.Connectors.dynConnector start="ab59ea64-82c3-4877-84dd-31321e5a3cfa" start_index="0" end="e1d2f6fa-9eb5-49d3-a9a7-c2984621ea92" end_index="1" portType="0" />
<Dynamo.Connectors.dynConnector start="d81e9974-c5fe-4e7c-9537-fc3f57aa3dc3" start_index="0" end="a0b3d5f2-d0d1-4c2b-98e5-00c6f3d7e122" end_index="1" portType="0" />
<Dynamo.Connectors.dynConnector start="a0b3d5f2-d0d1-4c2b-98e5-00c6f3d7e122" start_index="0" end="e1d2f6fa-9eb5-49d3-a9a7-c2984621ea92" end_index="0" portType="0" />
<Dynamo.Connectors.dynConnector start="d81e9974-c5fe-4e7c-9537-fc3f57aa3dc3" start_index="0" end="5a95b8d6-8c93-419d-9f1f-9ebe2d58a99c" end_index="1" portType="0" />
<Dynamo.Connectors.dynConnector start="5a95b8d6-8c93-419d-9f1f-9ebe2d58a99c" start_index="0" end="e1d2f6fa-9eb5-49d3-a9a7-c2984621ea92" end_index="0" portType="0" />
</dynConnectors>
<dynNotes />
</dynWorkspace>
Loading

0 comments on commit 979755a

Please sign in to comment.