PDA

View Full Version : modeling direct in active layer


birdy
01-03-2007, 06:48 AM
Is it possible to draw objects direct in the active layer.
I am getting tired of placing objects in the active layer when I use the "solo layer" mode.

marshalartist
01-03-2007, 08:21 AM
I would like to second that, it is very tedious going back and forth in the solo mode when everything you add disappears. We could do with a checkbox in the layer manager for add to active layer.

Rich-Art
01-03-2007, 09:09 AM
There is a little work around.
There is a command called, Add selected object to layer.
If you make a shortcut for this command, I have ALT-1 for this, Then if you are in the solo mode (Layer) and you add a new object to your scene. you don't see this new object because of the solo mode. But if you then press ALT-1 the newly created object will be put in the layer you currently have selected.
(your mouse must be hovering on the layer browser).

Peace,
Rich_Art. :thumbsup:

birdy
01-03-2007, 09:23 AM
Thanks, its a start.

Newstream
01-03-2007, 11:27 AM
Is it possible to draw objects direct in the active layer.
I am getting tired of placing objects in the active layer when I use the "solo layer" mode.

Good call,
This has also been driving me bananas.
I wish there was a check mark or preference setting for for allowing this.

/ Alex

marshalartist
01-03-2007, 01:11 PM
There is a little work around.
There is a command called, Add selected object to layer.
If you make a shortcut for this command, I have ALT-1 for this, Then if you are in the solo mode (Layer) and you add a new object to your scene. you don't see this new object because of the solo mode. But if you then press ALT-1 the newly created object will be put in the layer you currently have selected.
(your mouse must be hovering on the layer browser).

Peace,
Rich_Art. :thumbsup:

An easier way is to just dock the command from the scole down menu into the Layer manager itself. I have placed it as text only with select from layer also and seems to working well. :)

LucentDreams
01-05-2007, 01:22 AM
There is a little work around.
There is a command called, Add selected object to layer.
If you make a shortcut for this command, I have ALT-1 for this, Then if you are in the solo mode (Layer) and you add a new object to your scene. you don't see this new object because of the solo mode. But if you then press ALT-1 the newly created object will be put in the layer you currently have selected.
(your mouse must be hovering on the layer browser).

Peace,
Rich_Art. :thumbsup:

Funny to see this as because of a repeated request somewhere else I just did a Cineveristy tutorial on scripting that used this for an example, making the following script:

CallCommand(5159); //creates the objects, in this case a cube
CallCommand(100004736); //adds the object to the selected layer

Which simply creates a cube and adds it to the selected layer. You can simply change the ID number on the first command to whatever object you need a script for.


The tutorial is actually about using the script log to assist in making scripts, not tackling this specific issue, but it was a nice simple example, seems to be a workflow a lot of people want.

Rich-Art
01-05-2007, 05:21 AM
Sounds good, But does this mean that you have to make a script for all the objects in C4D?
1 for a sphere 1 for a torus etc??

If so, then the shortcut option is a better choice I think.

Peace,
Rich_Art. :thumbsup:

LucentDreams
01-05-2007, 05:57 AM
yes you would, but soon there will be a script set and premade palette available as well. Time consuming part isn't the script making its the copying of the icons for the scripts, but its already in the works.

Rich-Art
01-05-2007, 06:02 AM
Thanks. That would be come in handy.
Although I don't find it a problem to use the shortcut option.

Peace,
Rich_Art. :thumbsup:

CGTalk Moderation
01-05-2007, 06:02 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.