Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3ds max script design review #946

Merged
merged 4 commits into from
Apr 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions 3ds Max/Max2Babylon/2015/Max2Babylon2015.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,9 @@
<Compile Include="..\MaxScriptManager.cs">
<Link>MaxScriptManager.cs</Link>
</Compile>
<Compile Include="..\MaterialScripts.cs">
<Link>MaterialScripts.cs</Link>
</Compile>
<Compile Include="..\Tools\LayerUtilities.cs">
<Link>Tools\LayerUtilities.cs</Link>
</Compile>
Expand Down Expand Up @@ -386,6 +389,15 @@
<WCFMetadata Include="Service References\" />
</ItemGroup>
<ItemGroup>
<None Include="..\Scripts\ARNOLD_MATERIAL_CAT_DEF.ms">
<Link>Scripts\ARNOLD_MATERIAL_CAT_DEF.ms</Link>
</None>
<None Include="..\Scripts\PHYSICAL_MATERIAL_CAT_DEF.ms">
<Link>Scripts\PHYSICAL_MATERIAL_CAT_DEF.ms</Link>
</None>
<None Include="..\Scripts\STANDARD_MATERIAL_CAT_DEF.ms">
<Link>Scripts\STANDARD_MATERIAL_CAT_DEF.ms</Link>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup />
Expand Down
32 changes: 31 additions & 1 deletion 3ds Max/Max2Babylon/2015/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions 3ds Max/Max2Babylon/2015/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,16 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="ARNOLD_MATERIAL_CAT_DEF" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\Scripts\ARNOLD_MATERIAL_CAT_DEF.ms;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="MaxExporter" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\MaxExporter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="PHYSICAL_MATERIAL_CAT_DEF" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\Scripts\PHYSICAL_MATERIAL_CAT_DEF.ms;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="STANDARD_MATERIAL_CAT_DEF" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\Scripts\STANDARD_MATERIAL_CAT_DEF.ms;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>
12 changes: 12 additions & 0 deletions 3ds Max/Max2Babylon/2017/Max2Babylon2017.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,9 @@
<Compile Include="..\MaxScriptManager.cs">
<Link>MaxScriptManager.cs</Link>
</Compile>
<Compile Include="..\MaterialScripts.cs">
<Link>MaterialScripts.cs</Link>
</Compile>
<Compile Include="..\Tools\LayerUtilities.cs">
<Link>Tools\LayerUtilities.cs</Link>
</Compile>
Expand Down Expand Up @@ -387,6 +390,15 @@
<WCFMetadata Include="Service References\" />
</ItemGroup>
<ItemGroup>
<None Include="..\Scripts\ARNOLD_MATERIAL_CAT_DEF.ms">
<Link>Scripts\ARNOLD_MATERIAL_CAT_DEF.ms</Link>
</None>
<None Include="..\Scripts\PHYSICAL_MATERIAL_CAT_DEF.ms">
<Link>Scripts\PHYSICAL_MATERIAL_CAT_DEF.ms</Link>
</None>
<None Include="..\Scripts\STANDARD_MATERIAL_CAT_DEF.ms">
<Link>Scripts\STANDARD_MATERIAL_CAT_DEF.ms</Link>
</None>
<None Include="packages.config" />
</ItemGroup>
<Import Project="..\..\..\SharedProjects\BabylonExport.Entities\BabylonExport.Entities.projitems" Label="Shared" />
Expand Down
34 changes: 32 additions & 2 deletions 3ds Max/Max2Babylon/2017/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions 3ds Max/Max2Babylon/2017/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,16 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="ARNOLD_MATERIAL_CAT_DEF" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\Scripts\ARNOLD_MATERIAL_CAT_DEF.ms;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="MaxExporter" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\MaxExporter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="PHYSICAL_MATERIAL_CAT_DEF" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\Scripts\PHYSICAL_MATERIAL_CAT_DEF.ms;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="STANDARD_MATERIAL_CAT_DEF" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\Scripts\STANDARD_MATERIAL_CAT_DEF.ms;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>
12 changes: 12 additions & 0 deletions 3ds Max/Max2Babylon/2018/Max2Babylon2018.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,9 @@
<Compile Include="..\MaxScriptManager.cs">
<Link>MaxScriptManager.cs</Link>
</Compile>
<Compile Include="..\MaterialScripts.cs">
<Link>MaterialScripts.cs</Link>
</Compile>
<Compile Include="..\Tools\LayerUtilities.cs">
<Link>Tools\LayerUtilities.cs</Link>
</Compile>
Expand Down Expand Up @@ -381,6 +384,15 @@
<WCFMetadata Include="Service References\" />
</ItemGroup>
<ItemGroup>
<None Include="..\Scripts\ARNOLD_MATERIAL_CAT_DEF.ms">
<Link>Scripts\ARNOLD_MATERIAL_CAT_DEF.ms</Link>
</None>
<None Include="..\Scripts\PHYSICAL_MATERIAL_CAT_DEF.ms">
<Link>Scripts\PHYSICAL_MATERIAL_CAT_DEF.ms</Link>
</None>
<None Include="..\Scripts\STANDARD_MATERIAL_CAT_DEF.ms">
<Link>Scripts\STANDARD_MATERIAL_CAT_DEF.ms</Link>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup />
Expand Down
34 changes: 32 additions & 2 deletions 3ds Max/Max2Babylon/2018/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions 3ds Max/Max2Babylon/2018/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,16 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="ARNOLD_MATERIAL_CAT_DEF" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\Scripts\ARNOLD_MATERIAL_CAT_DEF.ms;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="MaxExporter" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\MaxExporter.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="PHYSICAL_MATERIAL_CAT_DEF" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\Scripts\PHYSICAL_MATERIAL_CAT_DEF.ms;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="STANDARD_MATERIAL_CAT_DEF" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\Scripts\STANDARD_MATERIAL_CAT_DEF.ms;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>
12 changes: 12 additions & 0 deletions 3ds Max/Max2Babylon/2019/Max2Babylon2019.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,9 @@
<Compile Include="..\MaxScriptManager.cs">
<Link>MaxScriptManager.cs</Link>
</Compile>
<Compile Include="..\MaterialScripts.cs">
<Link>MaterialScripts.cs</Link>
</Compile>
<Compile Include="..\Tools\LayerUtilities.cs">
<Link>Tools\LayerUtilities.cs</Link>
</Compile>
Expand Down Expand Up @@ -385,6 +388,15 @@
<WCFMetadata Include="Service References\" />
</ItemGroup>
<ItemGroup>
<None Include="..\Scripts\ARNOLD_MATERIAL_CAT_DEF.ms">
<Link>Scripts\ARNOLD_MATERIAL_CAT_DEF.ms</Link>
</None>
<None Include="..\Scripts\PHYSICAL_MATERIAL_CAT_DEF.ms">
<Link>Scripts\PHYSICAL_MATERIAL_CAT_DEF.ms</Link>
</None>
<None Include="..\Scripts\STANDARD_MATERIAL_CAT_DEF.ms">
<Link>Scripts\STANDARD_MATERIAL_CAT_DEF.ms</Link>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
Expand Down
34 changes: 32 additions & 2 deletions 3ds Max/Max2Babylon/2019/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading