<?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: Slate Material Editor - Notes Node? in 3ds Max Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-forum/slate-material-editor-notes-node/m-p/11064017#M13115</link>
    <description>&lt;P&gt;Here's a script to add a 'Notes' rollout to the active material/texture:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;(
	local noteCA = attributes note attribID:#(0x46e42c28, 0x39f62b12)
	(
		parameters data rollout:ui (storedText type:#string ui:note)
		rollout ui "Notes" (editText note height:150 labelOnTop:on)
	)

	local activeSlot = case matEditor.mode of
	(
		#basic : mEdit.getCurMtl()
		#advanced : SME.getMtlinParamEditor()
	)
	if isKindOf activeSlot Material do
		custAttributes.add activeSlot noteCA
)&lt;/LI-CODE&gt;</description>
    <pubDate>Sun, 27 Mar 2022 06:45:03 GMT</pubDate>
    <dc:creator>Swordslayer</dc:creator>
    <dc:date>2022-03-27T06:45:03Z</dc:date>
    <item>
      <title>Slate Material Editor - Notes Node?</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/slate-material-editor-notes-node/m-p/11028985#M13113</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was just wonder if there was anything available to write notes onto in the Slate Material Editor?&lt;BR /&gt;Some times it would be handy to attach notes, explaining what certian parameters do in a long chain of a procedural texture for instance.&lt;BR /&gt;&lt;BR /&gt;It seems it was asked about over in the Chaos forum a few years ago:&lt;BR /&gt;&lt;A href="https://forums.chaos.com/forum/v-ray-for-3ds-max-forums/v-ray-for-3ds-max-wishlist/63253-vray-note-node-slate-material-editor" target="_blank"&gt;https://forums.chaos.com/forum/v-ray-for-3ds-max-forums/v-ray-for-3ds-max-wishlist/63253-vray-note-node-slate-material-editor&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Does anything like this exist? I have vRay and Corona renders installed here.&lt;BR /&gt;Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2022 15:26:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/slate-material-editor-notes-node/m-p/11028985#M13113</guid>
      <dc:creator>darawork</dc:creator>
      <dc:date>2022-03-25T15:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Slate Material Editor - Notes Node?</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/slate-material-editor-notes-node/m-p/11029560#M13114</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10927"&gt;@darawork&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No notepad script that I could find that is associated specifically with the SME.&amp;nbsp; But I have been using an old script called Notepad that operates at the scene level (see below).&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="10DSpace_0-1648238261101.png" style="width: 813px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1040805i18334ED4B6BED576/image-dimensions/813x530?v=v2" width="813" height="530" role="button" title="10DSpace_0-1648238261101.png" alt="10DSpace_0-1648238261101.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I like about it is that it is non-modal so (unlike the Max &lt;EM&gt;&lt;STRONG&gt;File &amp;gt; Summary Info&lt;/STRONG&gt;&lt;/EM&gt; dialog) you can keep it active while working in the scene to check names of objects and so forth and the notes you write are stored with the scene.&amp;nbsp; What I don't like about it is that it's&amp;nbsp; dialog box is not expandable.&amp;nbsp; No text gets lost but the text doesn't wrap automatically so you have to introduce carriage returns to keep the text within the visible area.&amp;nbsp; &amp;nbsp; I am sure there is a way to change the type of dialog box via maxscript, but haven't had time to play with that and it's been doing the job for me.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The script can be downloaded here if you want to check it out:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.scriptspot.com/3ds-max/scripts/notepad" target="_blank"&gt;http://www.scriptspot.com/3ds-max/scripts/notepad&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Download the .ms version as the download link to the .zip version seems to be broken.&amp;nbsp; &amp;nbsp;I dragged it to a custom toolbar and have been using the macro for about 2 years or so.&amp;nbsp; &amp;nbsp;Not exactly what you are looking for, but maybe will get the job done till something better is available.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2022 20:14:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/slate-material-editor-notes-node/m-p/11029560#M13114</guid>
      <dc:creator>10DSpace</dc:creator>
      <dc:date>2022-03-25T20:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Slate Material Editor - Notes Node?</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/slate-material-editor-notes-node/m-p/11064017#M13115</link>
      <description>&lt;P&gt;Here's a script to add a 'Notes' rollout to the active material/texture:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;(
	local noteCA = attributes note attribID:#(0x46e42c28, 0x39f62b12)
	(
		parameters data rollout:ui (storedText type:#string ui:note)
		rollout ui "Notes" (editText note height:150 labelOnTop:on)
	)

	local activeSlot = case matEditor.mode of
	(
		#basic : mEdit.getCurMtl()
		#advanced : SME.getMtlinParamEditor()
	)
	if isKindOf activeSlot Material do
		custAttributes.add activeSlot noteCA
)&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 27 Mar 2022 06:45:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/slate-material-editor-notes-node/m-p/11064017#M13115</guid>
      <dc:creator>Swordslayer</dc:creator>
      <dc:date>2022-03-27T06:45:03Z</dc:date>
    </item>
  </channel>
</rss>

