Page 1 of 1

Full vertex selection mode unstable on file load (build 128)

PostPosted: Sunday, 27.May 2012, 11:53
by Skinnytorus
Hi, all.
I have just tested the full vertex selection mode (build128). It works great, but once saved, the file won't update upon loading. For this mode to work on load I have to 'show' all the mesh ops in the branch consecutively. Otherwise - no update to mesh or crash (wz4 then gets unstable and the result is unpredictable). Test file is attached.

Re: Full vertex selection mode unstable on file load (build

PostPosted: Monday, 28.May 2012, 10:17
by reEto
your stacking is wrong...

please use material ops the right way... if you use the normal map op on material you must use a normal map (normally bumps are blue). your texture is wrong, and no norm map. stack:
((perlin-NORMALS) defines your norm tex) - tex2d - normmap

dont forget to use the block handle btn if you finished meshing

Re: Full vertex selection mode unstable on file load (build

PostPosted: Monday, 28.May 2012, 19:29
by Skinnytorus
reEto
thanks. could you please give more info on why blocking handles is important?