<?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: How can I set the Layer Explorer's position without it resetting? in 3ds Max Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-forum/how-can-i-set-the-layer-explorer-s-position-without-it-resetting/m-p/6063628#M80869</link>
    <description>&lt;P&gt;I've been struggeling with this like forever, my solution was this script, which opens the compact Material Editor, the Render Dialog and the Layer Manager:&lt;/P&gt;&lt;PRE&gt;(
	max move
	(
		if not mateditor.IsOpen() do MatEditor.Open()
		if not renderSceneDialog.IsOpen() do renderSceneDialog.open()
	)
	(
	if not sceneexplorermanager.ExplorerExists "Layer Explorer" do SceneExplorerManager.CreateExplorerFromDefault "Layer Explorer"
	SceneExplorerManager.CloseExplorer "Layer Explorer"
	)
	SceneExplorerManager.ConfigureExplorer "Layer Explorer" "C:\Users\YOUR-USER-NAME\AppData\Local\Autodesk\3dsMax\2016 - 64bit\ENU\en-US\plugcfg\ExplorerConfig\SceneExplorer\YOUR-EXPLORER.ini"
	SceneExplorerManager.SetExplorerSize "Layer Explorer" [376,845]
	SceneExplorerManager.OpenExplorer "Layer Explorer"
	SceneExplorerManager.SetExplorerPosition "Layer Explorer" [2239,1]
)&lt;/PRE&gt;&lt;P&gt;Create YOUR-EXPLORER.INI and name it as you like, there are enough examples in that path.&lt;/P&gt;&lt;P&gt;Fine-tune size and position (top left corner, I'm on dual screen 1680x1050).&lt;/P&gt;&lt;P&gt;I put it in a script button on some tool bar and press it manually after every startup, I failed with every startup script, something with the order of execution I think...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See attachment for my beloved workspace.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Mar 2016 13:55:04 GMT</pubDate>
    <dc:creator>Stefan_L</dc:creator>
    <dc:date>2016-03-01T13:55:04Z</dc:date>
    <item>
      <title>How can I set the Layer Explorer's position without it resetting?</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/how-can-i-set-the-layer-explorer-s-position-without-it-resetting/m-p/6054424#M80867</link>
      <description>&lt;P&gt;In Max 2014 I could place the Layer Manager on my second screen and it would stay there every time I launched Max. &amp;nbsp;Now that I've upgraded to 2016 it resets it's position back to screen 1 on launch. &amp;nbsp;I even tried moving it and saving the ui scheme, to no avail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know how to get it to stay where I put it? &amp;nbsp;All the other menu's stay when moved (materials, render settings, object selection list, etc.).&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 14:26:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/how-can-i-set-the-layer-explorer-s-position-without-it-resetting/m-p/6054424#M80867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-24T14:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: How can I set the Layer Explorer's position without it resetting?</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/how-can-i-set-the-layer-explorer-s-position-without-it-resetting/m-p/6058072#M80868</link>
      <description>&lt;P&gt;So no one has idea of how to do this? &amp;nbsp;I thought maybe scripting could help, but I'm no scripter.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2016 13:12:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/how-can-i-set-the-layer-explorer-s-position-without-it-resetting/m-p/6058072#M80868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-26T13:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: How can I set the Layer Explorer's position without it resetting?</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/how-can-i-set-the-layer-explorer-s-position-without-it-resetting/m-p/6063628#M80869</link>
      <description>&lt;P&gt;I've been struggeling with this like forever, my solution was this script, which opens the compact Material Editor, the Render Dialog and the Layer Manager:&lt;/P&gt;&lt;PRE&gt;(
	max move
	(
		if not mateditor.IsOpen() do MatEditor.Open()
		if not renderSceneDialog.IsOpen() do renderSceneDialog.open()
	)
	(
	if not sceneexplorermanager.ExplorerExists "Layer Explorer" do SceneExplorerManager.CreateExplorerFromDefault "Layer Explorer"
	SceneExplorerManager.CloseExplorer "Layer Explorer"
	)
	SceneExplorerManager.ConfigureExplorer "Layer Explorer" "C:\Users\YOUR-USER-NAME\AppData\Local\Autodesk\3dsMax\2016 - 64bit\ENU\en-US\plugcfg\ExplorerConfig\SceneExplorer\YOUR-EXPLORER.ini"
	SceneExplorerManager.SetExplorerSize "Layer Explorer" [376,845]
	SceneExplorerManager.OpenExplorer "Layer Explorer"
	SceneExplorerManager.SetExplorerPosition "Layer Explorer" [2239,1]
)&lt;/PRE&gt;&lt;P&gt;Create YOUR-EXPLORER.INI and name it as you like, there are enough examples in that path.&lt;/P&gt;&lt;P&gt;Fine-tune size and position (top left corner, I'm on dual screen 1680x1050).&lt;/P&gt;&lt;P&gt;I put it in a script button on some tool bar and press it manually after every startup, I failed with every startup script, something with the order of execution I think...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See attachment for my beloved workspace.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 13:55:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/how-can-i-set-the-layer-explorer-s-position-without-it-resetting/m-p/6063628#M80869</guid>
      <dc:creator>Stefan_L</dc:creator>
      <dc:date>2016-03-01T13:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can I set the Layer Explorer's position without it resetting?</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/how-can-i-set-the-layer-explorer-s-position-without-it-resetting/m-p/9177320#M80870</link>
      <description>&lt;P&gt;I owe you an apology friend.&amp;nbsp; I've been using your solution ever since you proposed it and I never came back to thank you or up-vote you.&amp;nbsp; Please forgive me and accept my gratitude for your excellent advice.&amp;nbsp; It was only after needing to have my profile rebuilt that I came back here to find the script again that I realized my error.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 15:13:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/how-can-i-set-the-layer-explorer-s-position-without-it-resetting/m-p/9177320#M80870</guid>
      <dc:creator>crewman.in.red</dc:creator>
      <dc:date>2019-12-02T15:13:48Z</dc:date>
    </item>
  </channel>
</rss>

