Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Sculpty animation script

Carl Temin
Registered User
Join date: 29 Sep 2006
Posts: 39
06-08-2007 05:00
Hi folks

I hope you are all well.

I have a need to animate a sculpty through several frames of animation by using a number of 'n' sculpty textures, using maybe the

llSetPrimitiveParams([PRIM_TYPE, PRIM_TYPE_SCULPT, "uuid", PRIM_SCULPT_TYPE_SPHERE]);

I have a set of sculpty textures in the object and i need the script to cycle through them in response to maybe a linked message or listen code.

I wounder if a kind soul is able to help?

Kind regards

Carl
Newgate Ludd
Out of Chesse Error
Join date: 8 Apr 2005
Posts: 2,103
06-08-2007 09:02
From: Carl Temin
Hi folks

I hope you are all well.

I have a need to animate a sculpty through several frames of animation by using a number of 'n' sculpty textures, using maybe the

llSetPrimitiveParams([PRIM_TYPE, PRIM_TYPE_SCULPT, "uuid", PRIM_SCULPT_TYPE_SPHERE]);

I have a set of sculpty textures in the object and i need the script to cycle through them in response to maybe a linked message or listen code.

I wounder if a kind soul is able to help?

Kind regards

Carl


Take a look at the texture changer scripts posted here

Just replace the call to llSetTexture with the call to llSetPrimitiveparams
_____________________
I'm back......
LIttleJim Tank
Registered User
Join date: 21 Dec 2005
Posts: 14
06-10-2007 15:54
I am hoping to do the same thing. Animate a prim by using 9 textures that form a cycle. Currently experiencing problems with it going to a sphere shape between textures for a brief moment. I 'think' it is not a texture loading problem as even after it works once it might do it the next time.
Destiny Niles
Registered User
Join date: 23 Aug 2006
Posts: 949
06-11-2007 08:29
From: LIttleJim Tank
I am hoping to do the same thing. Animate a prim by using 9 textures that form a cycle. Currently experiencing problems with it going to a sphere shape between textures for a brief moment. I 'think' it is not a texture loading problem as even after it works once it might do it the next time.

I've had the same issue and was thinking that I had missing texture, but it turn out the if you watch the object for a little bit the brief sphere will not longer show. I believe it's a cache issue.
Zen Zeddmore
3dprinter Enthusiast
Join date: 31 Jul 2006
Posts: 604
06-11-2007 09:30
view thread
/8/bb/189024/1.html

@ reply #10
for a terrific solution to this common problem.