Fred Beckhusen

This commit is contained in:
Fred Beckhusen
2019-03-17 23:41:07 -05:00
parent 45eefedef1
commit 5a21e18d9e
561 changed files with 920 additions and 877 deletions

View File

@@ -1,7 +1,7 @@
// :SHOW:
// :CATEGORY:Prim
// :NAME:Prim_Animation_Compiler
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS: Animation, Puppeteer
// :CREATED:2013-02-25 10:47:09.853
// :EDITED:2015-08-07 14:27:52

View File

@@ -1,7 +1,7 @@
// :SHOW:
// :CATEGORY:Prim
// :NAME:Prim_Animation_Compiler
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS: Animation, Puppeteer
// :CREATED:2013-02-25 10:47:09.853
// :EDITED:2015-08-07 14:27:52

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Prim
// :NAME:Prim_Animation_Compiler
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:
// :CREATED:2014-07-15 10:23:29
// :EDITED:2014-07-15

View File

@@ -1,7 +1,7 @@
// :SHOW:
// :CATEGORY:Prim
// :NAME:Prim_Animation_Compiler
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS: Animation, Puppeteer
// :CREATED:2013-02-25 10:47:09.853
// :EDITED:2015-10-20 14:27:52
@@ -21,7 +21,7 @@
// editing time required between compile and publish, at minimal cost in compiled script load, readability of script
// Author: Ferd Frederix
// Author: Fred Beckhusen (Ferd Frederix)
// Based on an excellent script by Allen Firethorn
// This is free software, it is not for sale at any price. Yu can use it and sell the object.
@@ -141,7 +141,7 @@ default {
vector scale = llGetScale();
SayCode("// Prim animation compiler //\n"
+ "// Ferd Frederix - http://www.outworldz.com\n"
+ "// Fred Beckhusen (Ferd Frederix) - http://www.outworldz.com\n"
+ "integer playbackchannel = 1; // The default llMessageLinked number\n"
+ "rotation calcChildRot(rotation rdeltaRot){\n"
+ "\tif (llGetAttached())\n"

View File

@@ -1,7 +1,7 @@
// :SHOW:
// :CATEGORY:Prim
// :NAME:Prim_Animation_Compiler
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS: Animation, Puppeteer
// :CREATED:2013-02-25 10:47:09.853
// :EDITED:2015-08-07 14:27:52
@@ -18,7 +18,7 @@
// Rev 1.1, added a missing } at the end of multiple recordings.
// Author: Ferd Frederix
// Author: Fred Beckhusen (Ferd Frederix)
// Based on an excellent script by Allen Firethorn
// This is free software, it is not for sale at any price. Yu can use it and sell the object.
@@ -114,7 +114,7 @@ default {
vector scale = llGetScale();
SayCode("// Prim animation compiler //\n"
+ "// Ferd Frederix - http://www.outworldz.com\n"
+ "// Fred Beckhusen (Ferd Frederix) - http://www.outworldz.com\n"
+ "integer playbackchannel = 1; // The default llMessageLinked number\n"
+ "rotation calcChildRot(rotation rdeltaRot){\n"
+ "\tif (llGetAttached())\n"

View File

@@ -1,7 +1,7 @@
// :SHOW:1
// :CATEGORY:Prim
// :NAME:Prim_Animation_Compiler
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS: Animation, Puppeteer
// :CREATED:2013-02-25 10:47:09.853
// :EDITED:2015-08-07 14:27:52