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::MovePatternPointwhere 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
ImportFilezprj API to ensure zprj files import correctly.Fixed a bug in the
ImportAvatarMeasureAPI.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
AlignAvatarsAndGarmentToCenterAPI for centering garments and avatars.Added the
AddGraphicToPatternAPI for adding graphics to patterns.Updated the
CreateModularCategoryAPI to match the latest Modular system.Added
Get/Set AvatarTextureMapAPIs for avatar texture management.Added
Show/Hideoptions,SetViewControlsDefaults,SetFormat3DBackground, andSetTrimDisplaySettingsAPIs.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
ImportFilezprj API so that zprj project files can be properly imported.
MD 2025.0.281
Fixed a bug in the
ImportAvatarMeasureAPI 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 frameAdded the
AlignAvatarsAndGarmentToCenterAPI for centering avatars and garments in the scene.Added the
AddGraphicToPatternAPI for programmatically adding graphics to patterns.Updated the
CreateModularCategoryAPI to align with the new Modular system.Added
Get/Set AvatarTextureMapAPIs for managing avatar texture maps.Added APIs for
Show/Hideoptions inUtility_API.Added the
SetViewControlsDefaultsAPI to configure default view control settings.Added the
SetFormat3DBackgroundAPI for managing background format settings in 3D view.Added the
SetTrimDisplaySettingsAPI 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
ImportAlembicAPI for importing Alembic files viaImport_API.Added Color and Graphic assign APIs for extended material management.
Added
Get/Set mapandGetFabricIndexForPatternfunctions inFabric_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
ImportAlembicAPI inImport_APIfor 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 mapandGetFabricIndexForPatternrelated functions inFabric_APIfor querying fabric mapping and fabric index per pattern.Fixed Fabric API metadata JSON in Integration Tests to align with the latest Fabric schema.