Welcome to the community page!

This is mostly just me -Justin- trying to gather my thoughts about the community part of this project.

To me I think that Structure Studios lack of community support is kind of what lead them down this path of me building this CAD project. Something that Structure Studios kind of lacks in allowing things to be imported or things to be used in their project. I think we go kind of the Blender UE5 route of community backed by us page.

Creating your own custom theme!

Don't like the way our themes look go ahead and make your own custom ui

inline UiTheme () {
    UiTheme theme;
    theme.name = "Theme_Name";
    theme.base = UiThemeBase::Dark; // Substitute Dark with Light if you want a light base
    theme.text =
    theme.windowBg =
    theme.popupBg =
    theme.menuBarBg =
    theme.border =
    theme.frameBg =
    theme.frameBgHovered =
    theme.frameBgActive =
    theme.titleBg =
    theme.titleBgActive =
    theme.button =
    theme.buttonHovered =
    theme.buttonActive =
    theme.header =
    theme.headerHovered =
    theme.headerActive =
    theme.accentPrimary =
    theme.accentSecondary =
    theme.accentHighlight =
    theme.viewport2D =
    theme.viewport3D =
    theme.grid2DMinor =
    theme.grid2DMajor =
    theme.grid2DCoarse =
    theme.linework2D =
    return theme;
}

Useful Import Information

Our asset importing lives through a few gates, libs. ASSIMP and DXF

Enabled Imports as of now: 3DS DXF OBJ FBX GLTF

Disabled importer formats as of now: AMF AC ASE ASSBIN B3D BVH COLLADA CSM HMP IRRMESH IQM IRR LWO LWS M3D MD2 MD3 MD5 MDC MDL NFF NDO OFF OGRE OPENGEX PLY MS3D COB BLEND IFC XGL Q3D Q3BSP RAW SIB SMD STL TERRAGEN 3D USD X X3D 3MF MMD