New material duplication feature
Table of content
New material duplication feature
To improve productivity when designing your 3D configurator we added a new feature that allows to duplicate whole materials (copy/paste) within the same showcase but also across different showcases.
We also added a complementary feature that allows a material to be updated (AKA sync) from another one.
This new feature is specially useful for materials having complex configuration with custom textures: Typically when creating many PBR (physically based rendering) materials that shares common textures.
This new feature is available free of charge starting now! Both within the studio user interface and via the GraphQL API.
Studio UI
Within the 3D editor: When you create a new material you can now chose to create it from scratch or from source:
You can also update the whole configuration of a material from another one:
GraphQL API
We've added 2 new GraphQL mutations that can be used with your personal GraphQL API key or directly within the GraphQL explorer.
Use createMaterialFrom to create a new material from another source material (that is hosted on the same showcase or from an external showcase):
mutation {
createMaterialFrom(
input: {
sourceId: "XXX",
name: "My new material",
showcaseId: "XXX"
}
)
}
Use updateMaterialConfigurationFrom to synchronise the whole configuration of a material from another one:
mutation {
updateMaterialConfigurationFrom(
input: {
sourceId: "XXX",
materialId: "XXX"
}
)
}
By Yves Merlicco - Sun May 30 2021
Stay informed
Discover more articles
17 e-commerce trends to leverage for higher sales
From augmented reality to omnichannel marketing and remote services, e-commerce trends are adjusting to give customers the best possible experiences....
Cosmetics industry trends and marketing techniques
The cosmetics industry, also known as the beauty industry, includes fragrances, skin, hair and personal care and color cosmetics like facial make up products, nail care products, lip care products, and eye make-up products....
3D product visualization and made to order, a strategy for success?
This article explores the impact of a 3D configurator dedicated to custom manufacturing companies, which revolutionizes your business by offering an immersive and innovative customer journey. It enables customers to visualize products before they are...