|
Hi bobo.
How are u?
I wanna report a bug to u.
If you edit a rollout using the Visual MAXScript, it adds a lot of lines.
edittext edtName "Wave" pos:[5,5] width:150 height:15
15
GroupBox grpWave "Wave" pos:[5,22] width:150 height:149
149
spinner spnLength "Length:" pos:[26,35] width:117 height:16 range:[0,100000,100] type:#worldunits
#worldunits
spinner spnWidth " Width:" pos:[26,57] width:117 height:16 range:[0,100000,100] type:#worldunits
#worldunits
spinner spnSegs " Segs:" pos:[26,79] width:117 height:16 range:[0,1000,50] type:#integer scale:1 1
spinner spnWaveAmpli "Amplitude:" pos:[26,101] width:117 height:16 range:[0,100000,50] type:#integer scale:1 1
spinner spnWaveLength " WLength:" pos:[25,123] width:117 height:16 range:[0,100000,50] type:#integer scale:1 1
GroupBox grpRipples "Ripples" pos:[5,171] width:150 height:180
180
instead of
edittext edtName "Wave" pos:[5,5] width:150 height:15
GroupBox grpWave "Wave" pos:[5,22] width:150 height:149
spinner spnLength "Length:" pos:[26,35] width:117 height:16 range:[0,100000,100] type:#worldunits
spinner spnWidth " Width:" pos:[26,57] width:117 height:16 range:[0,100000,100] type:#worldunits
spinner spnSegs " Segs:" pos:[26,79] width:117 height:16 range:[0,1000,50] type:#integer scale:1
spinner spnWaveAmpli "Amplitude:" pos:[26,101] width:117 height:16 range:[0,100000,50] type:#integer scale:1
spinner spnWaveLength " WLength:" pos:[25,123] width:117 height:16 range:[0,100000,50] type:#integer scale:1
GroupBox grpRipples "Ripples" pos:[5,171] width:150 height:180
it always add the last value of the line.
I asked a lot of friends if they had the same bug or not, and all the ones using max 2010 have it.
|