Alex Configuration

Changelog

MD 2025.1.201

  • Fixed a macOS-specific issue where Python script menu actions were not registered properly in the API-based scripting menu system.

MD 2025.1.157

  • Fixed a bug in PatternAPI::MovePatternPoint where moving a single indexed point also moved other selected points unintentionally.

MD 2025.1.107

  • Added a capability to add .py (Python file) as a plugin via the plugin manager.

  • Fixed an issue with the ImportFile zprj API to ensure zprj files import correctly.

  • Fixed a bug in the ImportAvatarMeasure API.

  • Added the built-in pip module for Windows Python environments, allowing easier package installation.

  • Added a TurnTable start index parameter to enable starting turntable rendering from a specific frame.

  • Fixed the ComboBox and CheckBox indicator rendering issue in API-driven UI.

  • Added the AlignAvatarsAndGarmentToCenter API for centering garments and avatars.

  • Added the AddGraphicToPattern API for adding graphics to patterns.

  • Updated the CreateModularCategory API to match the latest Modular system.

  • Added Get/Set AvatarTextureMap APIs for avatar texture management.

  • Added Show/Hide options, SetViewControlsDefaults, SetFormat3DBackground, and SetTrimDisplaySettings APIs.

  • Updated MD API documentation with the latest feature updates.

  • Fixed a PythonLib module path issue in the Python API configuration.

MD 2025.0.285

  • Fixed an issue with the ImportFile zprj API so that zprj project files can be properly imported.

MD 2025.0.281

  • Fixed a bug in the ImportAvatarMeasure API that caused incorrect measurement imports.

MD 2025.0.243

  • Added a TurnTable start index parameter for starting turntable rendering from a custom frame index.

MD 2025.0.157

  • Added the RunAnimationRecording(startFrame, endFrame) for cloth animation recording from start to end.

  • Added the MoveAnimationFrame(frame) for moving to specific frame

  • Added the AlignAvatarsAndGarmentToCenter API for centering avatars and garments in the scene.

  • Added the AddGraphicToPattern API for programmatically adding graphics to patterns.

  • Updated the CreateModularCategory API to align with the new Modular system.

  • Added Get/Set AvatarTextureMap APIs for managing avatar texture maps.

  • Added APIs for Show/Hide options in Utility_API.

  • Added the SetViewControlsDefaults API to configure default view control settings.

  • Added the SetFormat3DBackground API for managing background format settings in 3D view.

  • Added the SetTrimDisplaySettings API to control trim visibility through the API.

  • Updated MD API documentation with newly added APIs.

  • Fixed a PythonLib module path issue in the Python API environment.

  • Added the ImportAlembic API for importing Alembic files via Import_API.

  • Added Color and Graphic assign APIs for extended material management.

  • Added Get/Set map and GetFabricIndexForPattern functions in Fabric_API.

  • Fixed Fabric API metadata JSON for consistency with the latest Fabric data model.

  • Enhanced the Drag&Drop Sample API for file-based fabric assignment to patterns.

MD 2024.2.189

  • Added the ImportAlembic API in Import_API for importing Alembic files into Marvelous Designer.

  • Added Color and Graphic assign related APIs for assigning colors and graphics to patterns and fabrics.

  • Added Get/Set map and GetFabricIndexForPattern related functions in Fabric_API for querying fabric mapping and fabric index per pattern.

  • Fixed Fabric API metadata JSON in Integration Tests to align with the latest Fabric schema.