{"id":13922,"date":"2026-05-01T15:46:52","date_gmt":"2026-05-01T15:46:52","guid":{"rendered":"https:\/\/3dcoat.com\/documentation\/?post_type=manual_documentation&#038;p=13922"},"modified":"2026-05-01T15:57:21","modified_gmt":"2026-05-01T15:57:21","slug":"open-pbr","status":"publish","type":"manual_documentation","link":"https:\/\/3dcoat.com\/documentation\/manual\/workspaces-rooms\/nodes\/open-pbr\/","title":{"rendered":"Open PBR"},"content":{"rendered":"\n<p>OpenPBR is an open-source, standardized &#8220;uber-shader&#8221; specification developed by Adobe and Autodesk, designed to provide a unified physically-based rendering (PBR) material model across different DCC (Digital Content Creation) tools and renderers.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"StandardMaterial-Introduction\">Overview<\/h3>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<p>Designed as an \u00fcber-shader, it aims to be capable of accurately modeling the vast majority of CG Materials used in practical visual effects and feature animation productions.<br>It is heavily based on MaterialX, acting as a high-fidelity shading model intended to merge the capabilities of Autodesk Standard Surface and Adobe Standard Material. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/3dcoat.com\/documentation\/wp-content\/uploads\/2026\/05\/OpenPBR_title-1024x576.jpg?wsr\" alt=\"\" class=\"wp-image-13924\" srcset=\"https:\/\/3dcoat.com\/documentation\/wp-content\/uploads\/2026\/05\/OpenPBR_title-1024x576.jpg 1024w, https:\/\/3dcoat.com\/documentation\/wp-content\/uploads\/2026\/05\/OpenPBR_title-300x169.jpg 300w, https:\/\/3dcoat.com\/documentation\/wp-content\/uploads\/2026\/05\/OpenPBR_title-768x432.jpg 768w, https:\/\/3dcoat.com\/documentation\/wp-content\/uploads\/2026\/05\/OpenPBR_title-1536x864.jpg 1536w, https:\/\/3dcoat.com\/documentation\/wp-content\/uploads\/2026\/05\/OpenPBR_title.jpg 1820w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n\n<p>It is hosted by the <a href=\"https:\/\/www.aswf.io\/\" target=\"_blank\" rel=\"noreferrer noopener\">Academy Software Foundation (ASWF)<\/a> and organized as a subproject of <a href=\"https:\/\/materialx.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">MaterialX<\/a>. <br>More information about the history and design can be found on this <a href=\"https:\/\/academysoftwarefoundation.github.io\/OpenPBR\/\" target=\"_blank\" rel=\"noreferrer noopener\">page detailing the OpenPBR Surface specification<\/a>.<\/p>\n\n\n\n<p><strong>Key Components &amp; Libraries<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>OpenPBR Surface (Core Specification):<\/strong> The fundamental model, defining parameters for surface layering such as base, coat, thin film, and fuzz.<\/li>\n\n\n\n<li><strong>MaterialX Implementation:<\/strong> OpenPBR is primarily defined and used via MaterialX node definitions (<code>.mtlx<\/code>), allowing for consistent appearance between Arnold, USD, and real-time engines.<\/li>\n\n\n\n<li><strong>NVIDIA SimReady Materials:<\/strong> The <a href=\"https:\/\/github.com\/NVIDIA-Omniverse\/PhysicalAI-SimReady-Materials\" target=\"_blank\" rel=\"noreferrer noopener\">PhysicalAI-SimReady-Materials GitHub repository<\/a> contains USD\/MaterialX-based materials utilizing OpenPBR v1.1.<\/li>\n\n\n\n<li><strong>OpenPBR Shader Playground:<\/strong> A GitHub project by DigitalProductionExampleLibrary containing MaterialX files and USD examples demonstrating the shader&#8217;s capabilities.<\/li>\n\n\n\n<li><strong>Reference BSDF:<\/strong> A reference implementation for the OpenPBR BSDF (Bidirectional Scattering Distribution Function) exists <a href=\"https:\/\/github.com\/adobe\/openpbr-bsdf\" target=\"_blank\" rel=\"noreferrer noopener\">on GitHub<\/a> for developers<\/li>\n<\/ul>\n\n\n\n<p><strong>Key Features of OpenPBR Nodes<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Layering System:<\/strong> Uses a &#8220;slab&#8221; model (base, coat, fuzz, emission).<\/li>\n\n\n\n<li><strong>Fuzz Layer:<\/strong> Replaces traditional sheen to represent microfiber reflections.<\/li>\n\n\n\n<li><strong>Advanced Thin Film:<\/strong> Offers micrometer-based thickness for better iridescent effects.<\/li>\n\n\n\n<li><strong>Metalness:<\/strong> Uses Specular Weight to control metal reflectivity.<\/li>\n\n\n\n<li><strong>Uniformity:<\/strong> It is designed to be cross-platform, making it ideal for USD-based workflows<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>The OpenPBR material is made up of several layers.<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Base<\/strong>:\u00a0The base layer sits at the bottom and can be configured to simulate many material types. It can represent a dielectric or metallic material and is responsible for the primary reflection layer. This is controlled by the Metalness parameter found in the Base parameters group. Normally materials are either fully metallic (Metalness 1) or fully dielectric (Metalness 0) but the OpenPBR material also supports a mixture when Metalness values fall between 0 and 1.\n<ul class=\"wp-block-list\">\n<li><strong>Metallic<\/strong>: When Metalness is used, reflections take on the Base Color and the Specular Color controls the color seen at glancing angles. Primary parameter groups are Base and Specular.<\/li>\n\n\n\n<li><strong>Dielectric<\/strong>: When a material is non-metallic it can be set up to represent the three main conditions covered below, but blending between them is possible by adjusting their relevant weights.\n<ul class=\"wp-block-list\">\n<li><strong>Glossy-diffuse<\/strong>: An opaque dielectric material that&#8217;s good for many common materials that don&#8217;t exhibit significant light scattering or transmission like wood and stone. Primary parameter groups are Base and Specular.<\/li>\n\n\n\n<li><strong>Subsurface<\/strong>: An opaque dielectric material that heavily scatters light internally like skin, plastic, marble, and wax. Primary parameter groups are Base, Specular, and Subsurface.<\/li>\n\n\n\n<li><strong>Translucent<\/strong>: A dielectric material that transmits and refracts a significant amount of light and one that is more transparent than a subsurface material. Primary parameter groups are Base, Specular, and Transmission.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Thin-Film<\/strong>: A very thin dielectric layer, measured in micrometers, between the base and coat layer used to represent the colorful effects as seen with soap bubbles, insects, and oil mixing with water.<\/li>\n\n\n\n<li><strong>Emission<\/strong>: A light emitting layer that sits above the base layer but below the coat and fuzz layers. The emissive layer is tinted by the coat and fuzz, making it easy to represent emissive surfaces like a TV screen \u2014 using the coat for the reflective glass and the fuzz for dust on top.<\/li>\n\n\n\n<li><strong>Coat<\/strong>: An optional dielectric layer that adds a secondary reflection layer over the base layer, great for clear coats and varnish.<\/li>\n\n\n\n<li><strong>Fuzz<\/strong>: An optional layer that sits on top of everything that can be used to simulate dust or the velvety sheen of cloth.<\/li>\n<\/ul>\n\n\n\n<p>The main difference between the V-Ray material model and OpenPBR is the layers&#8217; structure. See the diagram for information on how OpenPBR&#8217;s layers are calculated.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"1024\" height=\"367\" src=\"https:\/\/3dcoat.com\/documentation\/wp-content\/uploads\/2026\/05\/image-1024x367.png?wsr\" alt=\"\" class=\"wp-image-13925\" srcset=\"https:\/\/3dcoat.com\/documentation\/wp-content\/uploads\/2026\/05\/image-1024x367.png 1024w, https:\/\/3dcoat.com\/documentation\/wp-content\/uploads\/2026\/05\/image-300x107.png 300w, https:\/\/3dcoat.com\/documentation\/wp-content\/uploads\/2026\/05\/image-768x275.png 768w, https:\/\/3dcoat.com\/documentation\/wp-content\/uploads\/2026\/05\/image.png 1218w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">Schematic illustration of the idealized physical material that our shader models. Horizontal stacking of slabs represents statistical mixture and vertical stacking represents layering.<\/figcaption><\/figure>\n<\/div>\n\n\n<p>Unlike previous models such as Autodesk Standard Surface, ASWF define the model by describing the physical structure as unambiguously as possible, rather than by specifying a particular form of implementation. <br>At the level of computer graphics, the model is completely physically specified if the BSDF (Bidirectional Scattering Distribution Function) of each slab interface, and the volumetric properties of each slab ,edium, are specified. <br>The ground truth appearance of the model is then defined to be given by the BSDF obtained by physical light transport through the whole structure of component slabs.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Tutorials<\/h3>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<p><strong><a href=\"https:\/\/developer.nvidia.com\/blog\/unlock-seamless-material-interchange-for-virtual-worlds-with-openusd-materialx-and-openpbr\/\">Unlock Seamless Material Interchange for Virtual Worlds with OpenUSD, MaterialX, and OpenPBR:<\/a><\/strong> NVIDIA, and the Alliance for OpenUSD (AOUSD) announced the AOUSD Materials Working Group, an initiative for standardizing the interchange of materials in Universal Scene Description, known as OpenUSD.<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":11654,"menu_order":2,"template":"","manualdocumentationcategory":[9],"manual_doc_tag":[],"class_list":["post-13922","manual_documentation","type-manual_documentation","status-publish","hentry","manualdocumentationcategory-manual"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Open PBR - 3DCoat dokumentasjon<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/3dcoat.com\/documentation\/manual\/workspaces-rooms\/nodes\/open-pbr\/\" \/>\n<meta property=\"og:locale\" content=\"nb_NO\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Open PBR - 3DCoat dokumentasjon\" \/>\n<meta property=\"og:description\" content=\"OpenPBR is an open-source, standardized &#8220;uber-shader&#8221; specification developed by Adobe and Autodesk, designed to provide a unified physically-based rendering (PBR) material model across different DCC (Digital Content Creation) tools and renderers. Overview Designed as an \u00fcber-shader, it aims to be capable of accurately modeling the vast majority of CG Materials used in practical visual effects [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/3dcoat.com\/documentation\/manual\/workspaces-rooms\/nodes\/open-pbr\/\" \/>\n<meta property=\"og:site_name\" content=\"3DCoat dokumentasjon\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/3DCoat\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-01T15:57:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/3dcoat.com\/documentation\/wp-content\/uploads\/2026\/05\/OpenPBR_title.jpg?wsr\" \/>\n\t<meta property=\"og:image:width\" content=\"1820\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@3DCoatOfficial\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/3dcoat.com\/documentation\/manual\/workspaces-rooms\/nodes\/open-pbr\/\",\"url\":\"https:\/\/3dcoat.com\/documentation\/manual\/workspaces-rooms\/nodes\/open-pbr\/\",\"name\":\"Open PBR - 3DCoat dokumentasjon\",\"isPartOf\":{\"@id\":\"https:\/\/3dcoat.com\/documentation\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/3dcoat.com\/documentation\/manual\/workspaces-rooms\/nodes\/open-pbr\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/3dcoat.com\/documentation\/manual\/workspaces-rooms\/nodes\/open-pbr\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/3dcoat.com\/documentation\/wp-content\/uploads\/2026\/05\/OpenPBR_title-1024x576.jpg?wsr\",\"datePublished\":\"2026-05-01T15:46:52+00:00\",\"dateModified\":\"2026-05-01T15:57:21+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/3dcoat.com\/documentation\/manual\/workspaces-rooms\/nodes\/open-pbr\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/3dcoat.com\/documentation\/manual\/workspaces-rooms\/nodes\/open-pbr\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/3dcoat.com\/documentation\/manual\/workspaces-rooms\/nodes\/open-pbr\/#primaryimage\",\"url\":\"https:\/\/3dcoat.com\/documentation\/wp-content\/uploads\/2026\/05\/OpenPBR_title.jpg?wsr\",\"contentUrl\":\"https:\/\/3dcoat.com\/documentation\/wp-content\/uploads\/2026\/05\/OpenPBR_title.jpg?wsr\",\"width\":1820,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/3dcoat.com\/documentation\/manual\/workspaces-rooms\/nodes\/open-pbr\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/3dcoat.com\/documentation\/nl_NL\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Workspaces Rooms\",\"item\":\"https:\/\/3dcoat.com\/documentation\/manual\/workspaces-rooms\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Nodes\",\"item\":\"https:\/\/3dcoat.com\/documentation\/manual\/workspaces-rooms\/nodes\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Open PBR\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/3dcoat.com\/documentation\/#website\",\"url\":\"https:\/\/3dcoat.com\/documentation\/\",\"name\":\"3DCoat dokumentasjon\",\"description\":\"Information about starting to use and learning how to use all the features of the 3DCoat.\",\"publisher\":{\"@id\":\"https:\/\/3dcoat.com\/documentation\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/3dcoat.com\/documentation\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/3dcoat.com\/documentation\/#organization\",\"name\":\"Pilgway\",\"url\":\"https:\/\/3dcoat.com\/documentation\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/3dcoat.com\/documentation\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/3dcoat.com\/documentation\/wp-content\/uploads\/2022\/09\/logo3DCoatWhite-1.png\",\"contentUrl\":\"https:\/\/3dcoat.com\/documentation\/wp-content\/uploads\/2022\/09\/logo3DCoatWhite-1.png\",\"width\":876,\"height\":190,\"caption\":\"Pilgway\"},\"image\":{\"@id\":\"https:\/\/3dcoat.com\/documentation\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/3DCoat\",\"https:\/\/x.com\/3DCoatOfficial\",\"https:\/\/www.youtube.com\/c\/PILGWAY3DCoat\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Open PBR - 3DCoat dokumentasjon","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/3dcoat.com\/documentation\/manual\/workspaces-rooms\/nodes\/open-pbr\/","og_locale":"nb_NO","og_type":"article","og_title":"Open PBR - 3DCoat dokumentasjon","og_description":"OpenPBR is an open-source, standardized &#8220;uber-shader&#8221; specification developed by Adobe and Autodesk, designed to provide a unified physically-based rendering (PBR) material model across different DCC (Digital Content Creation) tools and renderers. Overview Designed as an \u00fcber-shader, it aims to be capable of accurately modeling the vast majority of CG Materials used in practical visual effects [&hellip;]","og_url":"https:\/\/3dcoat.com\/documentation\/manual\/workspaces-rooms\/nodes\/open-pbr\/","og_site_name":"3DCoat dokumentasjon","article_publisher":"https:\/\/www.facebook.com\/3DCoat","article_modified_time":"2026-05-01T15:57:21+00:00","og_image":[{"width":1820,"height":1024,"url":"https:\/\/3dcoat.com\/documentation\/wp-content\/uploads\/2026\/05\/OpenPBR_title.jpg?wsr","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@3DCoatOfficial","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/3dcoat.com\/documentation\/manual\/workspaces-rooms\/nodes\/open-pbr\/","url":"https:\/\/3dcoat.com\/documentation\/manual\/workspaces-rooms\/nodes\/open-pbr\/","name":"Open PBR - 3DCoat dokumentasjon","isPartOf":{"@id":"https:\/\/3dcoat.com\/documentation\/#website"},"primaryImageOfPage":{"@id":"https:\/\/3dcoat.com\/documentation\/manual\/workspaces-rooms\/nodes\/open-pbr\/#primaryimage"},"image":{"@id":"https:\/\/3dcoat.com\/documentation\/manual\/workspaces-rooms\/nodes\/open-pbr\/#primaryimage"},"thumbnailUrl":"https:\/\/3dcoat.com\/documentation\/wp-content\/uploads\/2026\/05\/OpenPBR_title-1024x576.jpg?wsr","datePublished":"2026-05-01T15:46:52+00:00","dateModified":"2026-05-01T15:57:21+00:00","breadcrumb":{"@id":"https:\/\/3dcoat.com\/documentation\/manual\/workspaces-rooms\/nodes\/open-pbr\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/3dcoat.com\/documentation\/manual\/workspaces-rooms\/nodes\/open-pbr\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/3dcoat.com\/documentation\/manual\/workspaces-rooms\/nodes\/open-pbr\/#primaryimage","url":"https:\/\/3dcoat.com\/documentation\/wp-content\/uploads\/2026\/05\/OpenPBR_title.jpg?wsr","contentUrl":"https:\/\/3dcoat.com\/documentation\/wp-content\/uploads\/2026\/05\/OpenPBR_title.jpg?wsr","width":1820,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/3dcoat.com\/documentation\/manual\/workspaces-rooms\/nodes\/open-pbr\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/3dcoat.com\/documentation\/nl_NL\/"},{"@type":"ListItem","position":2,"name":"Workspaces Rooms","item":"https:\/\/3dcoat.com\/documentation\/manual\/workspaces-rooms\/"},{"@type":"ListItem","position":3,"name":"Nodes","item":"https:\/\/3dcoat.com\/documentation\/manual\/workspaces-rooms\/nodes\/"},{"@type":"ListItem","position":4,"name":"Open PBR"}]},{"@type":"WebSite","@id":"https:\/\/3dcoat.com\/documentation\/#website","url":"https:\/\/3dcoat.com\/documentation\/","name":"3DCoat dokumentasjon","description":"Information about starting to use and learning how to use all the features of the 3DCoat.","publisher":{"@id":"https:\/\/3dcoat.com\/documentation\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/3dcoat.com\/documentation\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/3dcoat.com\/documentation\/#organization","name":"Pilgway","url":"https:\/\/3dcoat.com\/documentation\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/3dcoat.com\/documentation\/#\/schema\/logo\/image\/","url":"https:\/\/3dcoat.com\/documentation\/wp-content\/uploads\/2022\/09\/logo3DCoatWhite-1.png","contentUrl":"https:\/\/3dcoat.com\/documentation\/wp-content\/uploads\/2022\/09\/logo3DCoatWhite-1.png","width":876,"height":190,"caption":"Pilgway"},"image":{"@id":"https:\/\/3dcoat.com\/documentation\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/3DCoat","https:\/\/x.com\/3DCoatOfficial","https:\/\/www.youtube.com\/c\/PILGWAY3DCoat"]}]}},"_links":{"self":[{"href":"https:\/\/3dcoat.com\/documentation\/wp-json\/wp\/v2\/manual_documentation\/13922","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/3dcoat.com\/documentation\/wp-json\/wp\/v2\/manual_documentation"}],"about":[{"href":"https:\/\/3dcoat.com\/documentation\/wp-json\/wp\/v2\/types\/manual_documentation"}],"author":[{"embeddable":true,"href":"https:\/\/3dcoat.com\/documentation\/wp-json\/wp\/v2\/users\/3"}],"version-history":[{"count":4,"href":"https:\/\/3dcoat.com\/documentation\/wp-json\/wp\/v2\/manual_documentation\/13922\/revisions"}],"predecessor-version":[{"id":13930,"href":"https:\/\/3dcoat.com\/documentation\/wp-json\/wp\/v2\/manual_documentation\/13922\/revisions\/13930"}],"up":[{"embeddable":true,"href":"https:\/\/3dcoat.com\/documentation\/wp-json\/wp\/v2\/manual_documentation\/11654"}],"wp:attachment":[{"href":"https:\/\/3dcoat.com\/documentation\/wp-json\/wp\/v2\/media?parent=13922"}],"wp:term":[{"taxonomy":"manualdocumentationcategory","embeddable":true,"href":"https:\/\/3dcoat.com\/documentation\/wp-json\/wp\/v2\/manualdocumentationcategory?post=13922"},{"taxonomy":"manual_doc_tag","embeddable":true,"href":"https:\/\/3dcoat.com\/documentation\/wp-json\/wp\/v2\/manual_doc_tag?post=13922"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}