This project aims to allow editing of mesh and animation files used in the various Clausewitz Engine games created by Paradox Development Studios.
It's designed to run in both Maya (2018+) and Blender (3.64+).
Click here to view the latest release and download the io_pdx_mesh.zip file (this works with both Maya and Blender).
Maya | Blender |
---|---|
- Go to your Maya user scripts path. (eg on Windows:
C:\Users\...\Documents\maya\scripts
) - Extract the contents of the zip file directly into this path.
- Start Maya and change the
Command Line
to Python by clicking the label. - Then use the command
import io_pdx_mesh;reload(io_pdx_mesh)
to launch the tool. - You can highlight this command and use the middle-mouse button to drag it into a shelf button to save it.
- The tool window will now open.
- Start Blender and open the
User Preferences
panel (Edit > Preferences...
). - Version 4.2.0+
- Switch to the
Get Extensions
category and selectInstall from Disk...
from the dropdown corner menu. Pick the zip file you have downloaded.
- Switch to the
- Version 3.64+
- Switch to the
Add-ons
category and selectInstall...
. Pick the zip file you have downloaded.
- Switch to the
- Tick the checkbox to enable the add-on and you should see a new tab in the
Sidebar
of the3D Viewport
. (View > Sidebar
if you have it closed) - The
Sidebar
will now have aPDX Blender Tools
tab.
El Tyranos, creator of CK3's Community Flavor Pack
Kindly provided a PyCharm license from JetBrains for Open Source projects.