Outliner

756 votes
Version: 
2.1.5
Date Updated: 
09/13/2012

 The Outliner 2.0 is a fast and easy to use scene management tool. It has a wide range of features, including selecting, hiding, freezing, linking and grouping objects in the "Hierarchy Mode". In the "Layer Mode" you can organize your scene by dragging&dropping objects from one layer to the other. What's more, the Outliner offers support for nested layers, to manage scenes more efficiently. The interface is nimble enough to keep it open constantly.

Additional Info: 

Compared to the previous version (1.6.1), there are many improvements. Most notable among them are: hugely increased performance, improved stability, nested layer support and many small tweaks to improve the ease of use. For a list of all changes, click here

Version Requirement: 
3ds Max 2010
Other Software Required: 
.NET 3.5 Framework
Video URL: 

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
simons's picture

definately the most awaited

definately the most awaited script.

thanks for your hard work. script runs perfectly except one thing.

i am on windows 7 home 64-bit with 3dsmax 2011 64-bit.

when option "open at 3dsmax startup" is enabled i am getting the error message:
-- unknown property: "open" in undefined
C:\Program Files\Autodesk\3ds Max 2011\stdplugs\stdscripts\outliner\outliner_open_on_startup.ms

i have correctly uninstalled previous outliner 1.6.1

could you tell me what to change in the script to get it to work?

thanks and keep up your good work

p.s. here is the mentioned script

(
function outliner_get_instance =
(
if outliner == undefined do
fileIn ((getDir #Scripts) + "/outliner/init.ms");

outliner;
)

local prefsFile = ((GetDir #userScripts) + "/outliner_prefs.ini");

local open = getINISetting prefsfile "General" "openAtStartup";
if (open != "") then
try ( open = open as BooleanClass; ) catch ( open = false; )
else
open = false;

if (open) do
(
local outlinerInst = outliner_get_instance();
outlinerInst.open();
)
)

Royal Ghost's picture

Can't install :( Installer

Can't install :(

Installer exception: copyScriptFiles -- Runtime error: dotNet runtime exception: Source and destination path must have identical roots. Move will not work across volumes.

how to fix it? (max2010x32,max2011x32 same errors)

Royal Ghost | veda3d.com

MarTroYx's picture

Sweet, I like it :-)

Sweet, I like it :-)

DarkNemos's picture

The best tool ever! Must

The best tool ever! Must have!

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.