Message 1 of 4
getting problem with max script..
Not applicable
07-05-2012
11:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
i get this script from a tutorial of fxphd named "FMAX 203 3DMax Destruction Techniques"
instructor created his own script like procutter show to use it i wrote each and every single word exactly what he shows but getting error.. please help me out of it..
select plane then box and hit script..box will cut down in two pieces with the help of script plane will not convert into procutter component and remain normal..so we can change displace value to get different cut next time..which is not available in procutter component..
macroScript HVCutter category: "HVTools"
(
holdMaxFile()
input = selection as array
cutter = copy input
deleteitem input 1
cutter.name = "Cutter"
proCutter.CreateCutter =(cutter) 4 on on off on on
proCutter.AddStocks cutter input 4 1
proCutter.setPlanarEdgeRemoval cutter 2
for i in geometry where (findstring i.name "cutter") != undefined do
(
CenterPivot i
i.wirecolor = random black white
)
delete cutter
)
instructor created his own script like procutter show to use it i wrote each and every single word exactly what he shows but getting error.. please help me out of it..
select plane then box and hit script..box will cut down in two pieces with the help of script plane will not convert into procutter component and remain normal..so we can change displace value to get different cut next time..which is not available in procutter component..
macroScript HVCutter category: "HVTools"
(
holdMaxFile()
input = selection as array
cutter = copy input
deleteitem input 1
cutter.name = "Cutter"
proCutter.CreateCutter =(cutter) 4 on on off on on
proCutter.AddStocks cutter input 4 1
proCutter.setPlanarEdgeRemoval cutter 2
for i in geometry where (findstring i.name "cutter") != undefined do
(
CenterPivot i
i.wirecolor = random black white
)
delete cutter
)

