Boolean Slice tool

free scripts, plugins, models, textures
User avatar
clintonman
Captain
Posts: 5432
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Boolean Slice tool

Post by clintonman »

I think you're right about there being some kind of bug or something. It's a little unpredictable. It works for me every time now, but before it wasn't as reliable. The only reason I didn't just disable the message completely is because not everyone knows how to dig around in the LE and turn that kind of thing back on again if desired.
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5216
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Boolean Slice tool

Post by trueBlue »

clintonman wrote: 18 Jan 2012, 03:33 I think you're right about there being some kind of bug or something. It's a little unpredictable. It works for me every time now, but before it wasn't as reliable. The only reason I didn't just disable the message completely is because not everyone knows how to dig around in the LE and turn that kind of thing back on again if desired.
I found out how to get the trueSpace Dialog settings attribute mods to work.
tS Dialog.png
tS Dialog.png (15.46 KiB) Viewed 399 times
If you check "Do not show this message again" on first use and press Yes, then the attribute mods will work :mrgreen:

It may also be better to use the tS commands too.
//Show axes
RsTool.ShowAxes('')
//Hide axes
RsTool.ShowAxes('')
//Flatten axes
MeshModifiers.FlattenAxes('')

Verses
ScriptObject.RunCmd("tools package/show axes", "Selection", "")
Post Reply