User contributions

Jump to: navigation, search
Search for contributions
 
 
     
 
   

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

  • 19:50, 24 April 2017 (diff | hist) . . (+514). . N RandomMoveArrayOfObjectsinXY(Created page with " global proc RandomMoveArrayOfObjectsinXY(string $NameList[], float $MaxVal) { //Author Nick Pisca 0001d 2009 for ($x=0;$x<size($NameList);$x++) { if (`objExists...") (current)
  • 19:49, 24 April 2017 (diff | hist) . . (+551). . N RandomMoveArrayOfObjects(Created page with " global proc RandomMoveArrayOfObjects(string $NameList[], float $MaxVal) { //Author Nick Pisca 0001d 2008 for ($x=0;$x<size($NameList);$x++) { if (`objExists $NameList[$...") (current)
  • 19:49, 24 April 2017 (diff | hist) . . (+79). . N RanPos+RanSize-nullthing(Created page with "http://www.nullthing.com/wp-content/uploads/2008/08/ranps.zip Category:MEL") (current)
  • 19:49, 24 April 2017 (diff | hist) . . (+188). . N RanColor-nullthing(Created page with "http://www.nullthing.com/wp-content/uploads/2008/06/rancolor.zip ''More information on applying shaders, read pages 128-133 in [http://stores.lulu.com/nickpisca YSYT]. C...") (current)
  • 19:48, 24 April 2017 (diff | hist) . . (+182). . N RanCluster-nullthing(Created page with "http://www.nullthing.com/wp-content/uploads/2008/06/rancluster.zip ''More information on primitives, read pages 43-54 in [http://stores.lulu.com/nickpisca YSYT]. Categor...") (current)
  • 19:48, 24 April 2017 (diff | hist) . . (+199). . N RampShaderRandStripes-nullthing(Created page with "http://www.nullthing.com/wp-content/uploads/2008/01/ramprandstirpes.zip ''More information on working with spheres, read pages 128-133 in [http://stores.lulu.com/nickpisca Y...") (current)
  • 19:48, 24 April 2017 (diff | hist) . . (+302). . N RVB RandOrthVector(Created page with " Public Function RandOrthVector(BasePtArr, MaxRange) Dim XV, YV, ZV, EndArr XV = ((Rnd()*2)-1)*MaxRange + BasePtArr(0) YV = ((Rnd()*2)-1)*MaxRange + BasePtArr(1) ZV = ((Rn...") (current)
  • 19:47, 24 April 2017 (diff | hist) . . (+183). . N RVB LinCong(Created page with " Public Function LinCong() Dim OT, ConstB, ConstM ConstB = 4.1 ConstM = 100 OT = ((RValue*ConstB)+1) Mod ConstM RValue = OT LinCong = OT End Function Category:Rhino...") (current)
  • 19:47, 24 April 2017 (diff | hist) . . (+125). . N Query Current Frame(Created page with " if (_currentframe < 6) { var transVal = (_currentframe)*20; myImageHolder._alpha = transVal; } Category:ActionScript") (current)
  • 19:46, 24 April 2017 (diff | hist) . . (+21,238). . N QHull to Maya Integration-ResearchNodes(Created page with "http://researchnodes.org/doku.php?id=cellularaggregation:qmel.mel // ===================================================================== // Qhull - Maya interoperabilit...") (current)
  • 19:42, 24 April 2017 (diff | hist) . . (+308). . N PrintArrayInLine(Created page with " global proc PrintArrayInLine(string $InputArr[]) { //Author: Nick Pisca 2010 0001d for ($x=0;$x<size($InputArr);$x++) { print ($InputArr[$x] + ", "); } print ("\n"...") (current)
  • 19:41, 24 April 2017 (diff | hist) . . (+1,060). . N Preloader with String Notifications(Created page with " onClipEvent (enterFrame) { var bytes = _root.getBytesTotal(); var bytes_loaded = _root.getBytesLoaded(); pct = Math.round((bytes_loaded/bytes)*100); //in...") (current)
  • 19:41, 24 April 2017 (diff | hist) . . (+566). . N PlacePointOnCurve(Created page with " Function PlacePointOnCurve(CurLine As Variant, StartPt As Variant, CurDist As String, CurSet As HybridBody, CurName As String) As HybridShapePointOnCurve Dim CC As HybridS...") (current)
  • 19:41, 24 April 2017 (diff | hist) . . (+427). . N PlaceLocatorOnPlane MEL(Created page with " global proc string[] PlaceLocatorOnPlane(float $xR, float $yR, string $PlaneName) { //0001D LLC 2015 Nick Pisca vector $xyz = `pointPosition ($PlaneName + ".uv["+($xR)+"]...") (current)
  • 19:40, 24 April 2017 (diff | hist) . . (+659). . N PlaceLineOnPlane MEL(Created page with " global proc string PlaceLineOnPlane(float $x1, float $y1, float $x2, float $y2, string $PlaneName, string $NameStr) { //0001D LLC 2015 Nick Pisca vector $xyz1 = `pointPos...") (current)
  • 19:40, 24 April 2017 (diff | hist) . . (+2,173). . N PlaceImageAndMaterialOnObject(Created page with " string $ImagePath = "C:/Documents and Settings/Nick/My Documents/My Pictures/Image1.jpg"; string $TTArr[1] = PlaceImageAndMaterialOnObject("NP1", "blinn", $ImagePath, "Phon"...") (current)
  • 19:39, 24 April 2017 (diff | hist) . . (+312). . N ParameterFromSubName(Created page with " Function ParameterFromSubName(NameStr As String, ParmsList As Parameters) As Parameter For X = 1 To ParmsList.Count If InStr(ParmsList.Item(X).Name, NameStr) <> 0 Then...") (current)
  • 19:39, 24 April 2017 (diff | hist) . . (+1,331). . N Outside Resources(Created page with "__TOC__ ===Kokkugia=== * [http://www.kokkugia.com/wiki/index.php?title=Main_Page Roland Snooks] [http://www.kokkugia.com/wiki/index.php5?title=KAgent Processing Scripts] =...") (current)
  • 19:39, 24 April 2017 (diff | hist) . . (+3,947). . N OrientObjTwoSurfaces-ctrl-i(Created page with "Direct: http://crtl-i.com/blog/?p=115 Option Explicit ‘by Andrew Kudless | andrew@materialsystems.org | april, 2005 ‘Edited by Howard Jiho Kim | kimjiho@gmail.com |...") (current)
  • 19:38, 24 April 2017 (diff | hist) . . (+573). . N OffMidVector(Created page with " global proc vector OffMidVector(vector $v1, vector $v2, float $RandRange) { //Author Nick Pisca 0001d 2008 vector $MidVec = <<((($v1.x)+($v2.x))/2),((($v1.y)+($v2.y...") (current)

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)