I press the Remove button in the Command Panel while holding Ctrl to achieve this. It removes all vertices which would have 2 or less neighbors after deletion, or something.
Share your 3dsmax Secrets
there where some workflow issues that drove me crazy so here is what i did.
for starters, custom hotkeys! hereās my setup
~(tilda) = show end result toggle
shift+space = expert mode toggle
8 = env settings
9 = render settings
ctrl+t = transform toolbox (hotkey is from PS, had to make macroscript to do this one)
1 2 and 3 on numpad do planar align x y and z
4-9 are for top, front, left, right, and perspective (kinda copied from blender)
ctrl + 1-9 on numpad are for viewport settings like toggle defualt lighting and such
i have a mouse with + and - buttons next to my left click normaly used to change mouse sensitivity but i never use them for that. i set them up to to do keysrokes ā[ā for - and ā]ā for +
[ ] = grow/shrink selection
- alt = swift loop/connect edges
- ctrl = loop and ring select
- ctrl + shift = loop grow and shrink
- alt + shift = weld and collapse
- Shift = cut and target weld
i can do some pretty fast modeling now that iām used to it like āselect edge > ctrl + [ then alt + [ā just did ring select and connect
iām working in 2011 so i customized my ribbon in a few ways. i typically like to work in expert mode so a lot of it is because of that.
When you want to reduce keys for a lot of objects with a lot of tracks, cover the Track View window with another window (like an internet browser or any other thing)! it works 20 times faster!
yea I know it sounds strange; I guess its a bug in 3Ds Max. because the Track View floater needs to update itself constantly when reducing keys, but when you cover it, thereās no need for that!
The furthest distance out that the pivot of an object can be on any axis is 1,000,000,000 generic units.
Booleans are helpful,specially in hard surfaces like mech and buildings,as far as
1.There are no holes (apply stl check,and if needed create by hand faces to close any holes).
2.No flipped normals (You must have unified the normals)
3.And not always necessary:
After the Create/pick boolean Paste Vertex weld and STL Check on top of the stack.
Note:Vertex weld might optimize details and weld together unwanted parts so,
if necessary reduce the threshold or use it only on selected vertices.
4.If you have only one Material Id,cleared smoothing groups (none) and one material applied to all boolean operands you will use,
the result may have much less possible errors.
So,Select all booleans and Edit mesh or edit poly and set the material id to 1 and clear all smoothing groups for all elements.
Boolean is better used to objects you can see from all around.Now,if you cut holes with zig zag shapes in the inside of a model,and cant see it well i do not guarantee you will fix it easily.
Paste this in the listener or a new maxscript file and then drag to make a button.
I use it all the time
try($.pos = [0,0,0])catch()
or save all this then load any or all of the scripts through Customize - Customize user interface
macroScript randomMaterialGen
Category: "Lukes' Tools"
internalCategory:"Lukes' Tools"
buttontext: "Rand Mats"
Tooltip:"Creates Random materials"
/*
Script: LukesScripts.ms
Author: Luke Pettit
e-mail: petluke@gmail.com
Date: 19/08/2010 v 1.0
*/
(
-- a for loop through all 24 editor slots, from 1 to 24
for i = 1 to 24 do
(
meditMaterials[i].Diffuse = random black white
)
)
macroScript MaterialEditorCleaner
Category: "Lukes' Tools"
internalCategory:"Lukes' Tools"
buttontext: "Mat Cleaner"
Tooltip:"Cleaning the material editor"
(
-- We use a for-cycle to loop through all 24 editor slots, from 1 to 24
--for i = 1 to 24 do
(
macros.run "Medit Tools" "clear_medit_slots"
--setMEditMaterial i (standard()) --use this instead if you want
)
)
macroScript ClrMaterialObj
Category: "Lukes' Tools"
internalCategory:"Lukes' Tools"
buttontext: "Clear Obj Mat"
Tooltip:"Cleaning the material from objs"
--clear materials from selected objects
for m in selection do
(
try(m.material = Null)catch()
)
macroScript Pos0 --positions the selected object to 0,0,0
buttontext: "0,0,0_Pos"
Category: "Lukes' Tools"
internalCategory:"Lukes' Tools"
Tooltip:"Positions the selected object to 0,0,0"
(
try ($.pos = [0,0,0])catch() --used the try catch just in case you forget to select anything first
)
macroScript x_Pos --positions the selected object to X,0,0
buttontext: "x_Pos"
Category: "Lukes' Tools"
internalCategory:"Lukes' Tools"
Tooltip:"Positions the selected object to x,0,0"
(
try($.pos.x = 0)catch() --used the try catch just in case you forget to select anything first
)
macroScript y_Pos --positions the selected object to 0,Y,0
buttontext: "y_Pos"
Category: "Lukes' Tools"
internalCategory:"Lukes' Tools"
Tooltip:"Positions the selected object to 0,y,0"
(
try($.pos.y = 0)catch() --used the try catch just in case you forget to select anything first
)
macroScript z_Pos --positions the selected object to 0,0,Z
buttontext: "z_Pos"
Category: "Lukes' Tools"
internalCategory:"Lukes' Tools"
Tooltip:"Positions the selected object to 0,0,z"
(
try($.pos.z = 0)catch() --used the try catch just in case you forget to select anything first
)
For animators who often deal with the need to focus on a certain time segment, but also need often to change the segment they are working on⦠change the active time segment (trackbar) often. But not via the time configuration dialog, it would be very bothersome and slow. Try this:
Ctrl+Alt+Left click drag horizontally on the track bar: ā¦slides the start frame.
Ctrl+Alt+Right click drag horizontally on the track bar: ā¦slides the end frame.
Ctrl+Alt+Middle click drag horizontally on the track bar: ā¦slides the active time segment thus changing both the start and end frames.
If you animate you will find this useful to quickly narrow your time segment to some part of the animation you want to focus on. I do this all the time, about 1000 times a day.
Does anyone know if its possible to remove the orange wireframe when you have fe.x symmetry applied while doing poly editing?
i am new to 3ds max, :wavey:
i am looking for good render passes tutorial for 3ds max 2010ā¦
which options should i turned on and turned off to get basic passes like diffuse,shadow, specular etc?
i saw some images where people use render passes for final compositing.
but they also used this thing for texturing like creating diffrent maps like bump,displacment,alpha and creating diffuce map etcā¦how they create these maps?..please help me or suggest any good tutorial for thisā¦
sorry for my bad english :rolleyes:
regards
waiting for reply
How to (really) lock / freeze your camera :
Nothing is more annoying than rendering a sequences of frames and where the autokey button was one and you by accident move your viewport, and so your camera.
The function āfreeze selectionā on your camera (& maybe camera target) only lock the movements you want to achieve with the move / rotate / scale tool. But if you are in the ācamera viewā and you use your middle mouse button it will affect your camera.
So to help this problem you have to:
- select your camera (& maybe your camera target if itās not a free cam)
- go to the hierarchy panel
- hit the ālink infoā button
- select all the checkboxes (especially the 3 move check boxes)
Now your camera canāt move by accident.
Itās basic I know but it looks like a few persons Iāve worked with didnāt know this trick.
Peace
This works for a lot more applications then just 3ds maxā¦
Put your custom ui/layout/keyboard shortcuts in a online shared folder program (like Dropbox). This way, no matter where you are or what computer you are on, you can have your custom ui/layout/keyboard shortcuts with you. Iāve used it for 3ds max, Photoshop, and Flash and it works great. If I assign a new keyboard shortcut at work, it updates at home.
take a look some basic but effective tips
http://blog.hirendodiya.com/2010/11/useful-tips-for-3dsmax.html
http://blog.hirendodiya.com/
Hiren Dodiya
Creative Head,
Do Done VFX Studio
Hereās what I did to make proper use of the arrow keys on my keyboard:
Up Arrow - Next/Previous Key Mode Toggle
Down Arrow - View Selected Curves
Left Arrow - Backup Time One Unit
Right Arrow - Forward Time One Unit
Makes animating a tad easier (even more beneficial if you are a lefty!!)
Legend.
I would select edges, shift click on verts, go back and remove edges, and then remove verts.
This will save alot of time, although putting those verts/edges that need removing in the first place would have saved more time ha.
I am not sure if somebody already posted this, but I really recommend this little script: ActiveType
Itās a really cool and fast way to create all kinds of objects or to add modifiers.
Hope you like it!
When using a Spinner value: Press ALT for lower and STRG for higher āsnappingā values.
Once a Mentor of mine taught me how nice ffd modifier works, not sure if you use as often as i do but i think its very nice.