Removing ImageAsset adding ImageObject3D
added image editor using image editor for public property editor added ring object
This commit is contained in:
parent
ac017077f3
commit
3a4f249416
6 changed files with 414 additions and 252 deletions
|
|
@ -91,7 +91,6 @@
|
|||
<Compile Include="DesignTools\Attributes\HideUpdateButtonAttribute.cs" />
|
||||
<Compile Include="DesignTools\Attributes\IconsAttribute.cs" />
|
||||
<Compile Include="DesignTools\Attributes\WebPageLinkAttribute.cs" />
|
||||
<Compile Include="DesignTools\ImageAsset.cs" />
|
||||
<Compile Include="DesignTools\Interfaces\IEditorDraw.cs" />
|
||||
<Compile Include="DesignTools\Interfaces\IPropertyGridModifier.cs" />
|
||||
<Compile Include="DesignTools\Interfaces\IRebuildable.cs" />
|
||||
|
|
@ -107,6 +106,7 @@
|
|||
<Compile Include="DesignTools\Operations\Scale.cs" />
|
||||
<Compile Include="DesignTools\Operations\SmoothPath.cs" />
|
||||
<Compile Include="DesignTools\Primitives\BaseObject3D.cs" />
|
||||
<Compile Include="DesignTools\Primitives\ImageObject3D.cs" />
|
||||
<Compile Include="DesignTools\Primitives\RingObject3D.cs" />
|
||||
<Compile Include="DesignTools\Primitives\RoofObject3D.cs" />
|
||||
<Compile Include="DesignTools\Primitives\RoundRoofObject3D.cs" />
|
||||
|
|
@ -135,6 +135,7 @@
|
|||
<Compile Include="PartPreviewWindow\MaterialControls.cs" />
|
||||
<Compile Include="PartPreviewWindow\MoveItemPage.cs" />
|
||||
<Compile Include="PartPreviewWindow\View3D\Actions\CombineEditor.cs" />
|
||||
<Compile Include="PartPreviewWindow\View3D\Actions\ImageEditor.cs" />
|
||||
<Compile Include="PartPreviewWindow\View3D\Actions\MeshWrapperObject3D.cs" />
|
||||
<Compile Include="PartPreviewWindow\View3D\Actions\SubtractAndReplace.cs" />
|
||||
<Compile Include="PartPreviewWindow\View3D\PrinterBar\OverflowBar.cs" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue