<?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: Origin in 3ds Max Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-forum/origin/m-p/8120302#M42041</link>
    <description>&lt;P&gt;I think you would have to use the spinner trick I mentioned for&amp;nbsp;embedding text in the scene file itself.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Edit: Ah, there you go ^&lt;/P&gt;</description>
    <pubDate>Tue, 10 Jul 2018 11:57:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-10T11:57:02Z</dc:date>
    <item>
      <title>Origin</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/origin/m-p/8119925#M42037</link>
      <description>&lt;P&gt;Hi, I'd like to know how can I add a label, text or a signature to origin? That label is always aligned to the camera ( perspective or orthographic cameras ) and always is shown next to the origin, something like that I uploaded.&lt;/P&gt;&lt;P&gt;I watched a tutorial on Youtube some months ago, I didn't get it serious, but now I like making my tutorial and upload on Youtube I find it very useful. Unfortunately, I forgot where I can find that video. I would appreciate If someone answers me.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/521179i438BEE5EB677FCE2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 09:17:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/origin/m-p/8119925#M42037</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-10T09:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Origin</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/origin/m-p/8120033#M42038</link>
      <description>&lt;P&gt;Create a new Maxscript,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Copy this in and then click&amp;nbsp;Tools-&amp;gt;Evaluate All&lt;BR /&gt;Click any viewport.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;unregisterRedrawViewsCallback MyLabelCallBack
fn MyLabelCallBack =
(
	gw.text [0,0,0] "My Tutorial" color:red
)
registerRedrawViewsCallback MyLabelCallBack&lt;/PRE&gt;&lt;P&gt;Show in red text in screen shot.&lt;BR /&gt;&lt;BR /&gt;Or, as a&amp;nbsp;fixed screen&amp;nbsp;label, create a Slider Manipulator and put it in the corner with your message.&amp;nbsp; Click "Hide" on it to hide the slider part but leaves the text.&amp;nbsp; Freeze it.&amp;nbsp; &amp;nbsp;(Shown in Yellow text in screen shot)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 10:11:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/origin/m-p/8120033#M42038</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-10T10:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Origin</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/origin/m-p/8120113#M42039</link>
      <description>&lt;P&gt;Wow, Many many thanks. Is there any way to save it to a file and when my students want to open that file, this script runs automatically in the scene?&lt;/P&gt;&lt;P&gt;For example, I make a model, and save it. I send my 3ds max file to a student or someone, every time he/she opens the file, this text appears in the origin. Is it possible?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 10:31:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/origin/m-p/8120113#M42039</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-10T10:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Origin</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/origin/m-p/8120271#M42040</link>
      <description>&lt;P&gt;Do the same inside custom attributes:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;persistentText = attributes persistentText
(
	fn MyLabelCallBack =
	(
		gw.setTransform (matrix3 1)
		gw.text [0,0,0] "My Tutorial" color:red
	)

	on load do
		registerRedrawViewsCallback MyLabelCallBack
)
custAttributes.add rootNode persistentText&lt;/PRE&gt;
&lt;P&gt;If you run it and save the file, when you open it again, the text will be there.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 11:45:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/origin/m-p/8120271#M42040</guid>
      <dc:creator>Swordslayer</dc:creator>
      <dc:date>2018-07-10T11:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Origin</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/origin/m-p/8120302#M42041</link>
      <description>&lt;P&gt;I think you would have to use the spinner trick I mentioned for&amp;nbsp;embedding text in the scene file itself.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Edit: Ah, there you go ^&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 11:57:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/origin/m-p/8120302#M42041</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-10T11:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Origin</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/origin/m-p/8120393#M42042</link>
      <description>&lt;P&gt;I greatly appreciate, Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 12:28:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/origin/m-p/8120393#M42042</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-10T12:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Origin</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/origin/m-p/8120399#M42043</link>
      <description>&lt;P&gt;Yes, it's a good way, just I'd like to know another way. Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 12:29:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/origin/m-p/8120399#M42043</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-10T12:29:50Z</dc:date>
    </item>
  </channel>
</rss>

