<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: new material inside the default materials list in Visualization</title>
    <link>https://community.graphisoft.com/t5/Visualization/new-material-inside-the-default-materials-list/m-p/34761#M18161</link>
    <description>Right. &lt;BR /&gt;
&lt;BR /&gt;
Just the kind of cryptic feifdom created by an AutoCAD CAD manager in the old days.&lt;BR /&gt;
&lt;BR /&gt;
"Only I wield the material skills!"(emoticon of evildoer winding moustache)</description>
    <pubDate>Wed, 19 Jul 2006 03:23:54 GMT</pubDate>
    <dc:creator>Dwight</dc:creator>
    <dc:date>2006-07-19T03:23:54Z</dc:date>
    <item>
      <title>new material inside the default materials list</title>
      <link>https://community.graphisoft.com/t5/Visualization/new-material-inside-the-default-materials-list/m-p/34756#M18156</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I everyone&lt;BR /&gt;
&lt;BR /&gt;
i need to know how can i have a new material created by me, inside the default materials list to use in all other projects.&lt;BR /&gt;
&lt;BR /&gt;
thanks&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 11 May 2023 11:54:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Visualization/new-material-inside-the-default-materials-list/m-p/34756#M18156</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-11T11:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: new material inside the default materials list</title>
      <link>https://community.graphisoft.com/t5/Visualization/new-material-inside-the-default-materials-list/m-p/34757#M18157</link>
      <description>That is not possible.&lt;BR /&gt;
&lt;BR /&gt;
When you create a material, it is within a project.&lt;BR /&gt;
&lt;BR /&gt;
You can use that project as a TEMPLATE for future projects - it will have the material. But if you do a NEW AND RESET, the original defaults return.&lt;BR /&gt;
&lt;BR /&gt;
You can also import specific Attributes (materials and other fundamental saved aspects) from one project into another.&lt;BR /&gt;
&lt;BR /&gt;
But this must happen one-project-at-a-time, until you establish a material as part of a template file.</description>
      <pubDate>Wed, 19 Jul 2006 00:06:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Visualization/new-material-inside-the-default-materials-list/m-p/34757#M18157</guid>
      <dc:creator>Dwight</dc:creator>
      <dc:date>2006-07-19T00:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: new material inside the default materials list</title>
      <link>https://community.graphisoft.com/t5/Visualization/new-material-inside-the-default-materials-list/m-p/34758#M18158</link>
      <description>&lt;BLOCKQUOTE&gt;Dwight wrote:&lt;BR /&gt;That is not possible.&lt;/BLOCKQUOTE&gt;
that's not &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;strictly&lt;E&gt;&lt;/E&gt; true. whilst the template route is perhaps the best method for maintaining standards, you can write a masterGDL-type file that defines material(s). place it in your company library and every time you load that library the material will be available for use . . .&lt;BR /&gt;

&lt;PRE&gt;DEFINE MATERIAL "Red Brick" 10, 
0.878294, 0.398199, 0.109468, 
0.58, 0.85, 0.0, 0.0, 
0, 
0.0, 
0.878401, 0.513481, 0.412253, 
0.0, 0.0, 0.0, 
0,
IND(FILL, "common brick")&lt;/PRE&gt;

. . . for example, and saved in a file called "Master_GDL_CoMats.gdl" will produce a material called "Red Brick" in materials lists in any project that loads that file as a part of its libraries.&lt;BR /&gt;
&lt;BR /&gt;
it would be a good idea to prefix materials created in this way with a company name/abbreviation so that it can later be identified as to where it came from (are you listening mr cadimage?!  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_wink.gif" style="display : inline;" /&gt;  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt;  )&lt;BR /&gt;
&lt;BR /&gt;
~/archiben</description>
      <pubDate>Wed, 19 Jul 2006 02:28:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Visualization/new-material-inside-the-default-materials-list/m-p/34758#M18158</guid>
      <dc:creator>__archiben</dc:creator>
      <dc:date>2006-07-19T02:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: new material inside the default materials list</title>
      <link>https://community.graphisoft.com/t5/Visualization/new-material-inside-the-default-materials-list/m-p/34759#M18159</link>
      <description>Fair Enough, but defining a material with code makes it cryptic. The approach works well enough for fills, colors, and texture maps, but the script gets unwieldy as you add the LightWorks Shader definitions - for real material definitions.&lt;BR /&gt;
&lt;BR /&gt;
I don't think that last aspect has been documented, yet.</description>
      <pubDate>Wed, 19 Jul 2006 02:56:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Visualization/new-material-inside-the-default-materials-list/m-p/34759#M18159</guid>
      <dc:creator>Dwight</dc:creator>
      <dc:date>2006-07-19T02:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: new material inside the default materials list</title>
      <link>https://community.graphisoft.com/t5/Visualization/new-material-inside-the-default-materials-list/m-p/34760#M18160</link>
      <description>&lt;BLOCKQUOTE&gt;Dwight wrote:&lt;BR /&gt;... but the script gets unwieldy as you add the LightWorks Shader definitions - for real material definitions.&lt;BR /&gt;
&lt;BR /&gt;
I don't think that last aspect has been documented, yet.&lt;/BLOCKQUOTE&gt;
true. and it's something i wouldn't attempt . . . but it could be a method for a cad manager to employ for the purpose . . .&lt;BR /&gt;
&lt;BR /&gt;
cheers!&lt;BR /&gt;
~/archiben</description>
      <pubDate>Wed, 19 Jul 2006 03:14:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Visualization/new-material-inside-the-default-materials-list/m-p/34760#M18160</guid>
      <dc:creator>__archiben</dc:creator>
      <dc:date>2006-07-19T03:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: new material inside the default materials list</title>
      <link>https://community.graphisoft.com/t5/Visualization/new-material-inside-the-default-materials-list/m-p/34761#M18161</link>
      <description>Right. &lt;BR /&gt;
&lt;BR /&gt;
Just the kind of cryptic feifdom created by an AutoCAD CAD manager in the old days.&lt;BR /&gt;
&lt;BR /&gt;
"Only I wield the material skills!"(emoticon of evildoer winding moustache)</description>
      <pubDate>Wed, 19 Jul 2006 03:23:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Visualization/new-material-inside-the-default-materials-list/m-p/34761#M18161</guid>
      <dc:creator>Dwight</dc:creator>
      <dc:date>2006-07-19T03:23:54Z</dc:date>
    </item>
  </channel>
</rss>

