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)
  • 19:37, 24 April 2017 (diff | hist) . . (+8). . N Nptest(Created page with "nptest 2") (current)
  • 19:37, 24 April 2017 (diff | hist) . . (+255). . N Naming Sub-Ds(Created page with " //Author Nick Pisca 0001d 2008 CreateSubdivSphere; string $tempSel[] = `ls-sl`; rename $tempSel[0] "SUBD1"; ''More information of Sub-D naming and manipulation, read pag...") (current)
  • 19:37, 24 April 2017 (diff | hist) . . (+121). . N Naming Soft Bodies(Created page with " //Author Nick Pisca 0001d 2008 string $CSoft[] = `soft -c nurbsTorus1`; rename $CSoft[0] ReplName1; Category:MEL") (current)
  • 19:36, 24 April 2017 (diff | hist) . . (+776). . N MultiRotate(Created page with " Function MultiRotate(Obj1 As Variant, RotCount As Integer, RotAngle As Double, CurSet As HybridBody, NameStr As String) As Variant Dim RotArr() ReDim RotArr(RotCount - 1)...") (current)
  • 19:36, 24 April 2017 (diff | hist) . . (+176). . N Editing Move MC Opposite to Mouse Direction(Created page with " onClipEvent (mouseMove) { xvar = (-1.8)*_root._xmouse + 1350; yvar = (-1.6)*_root._ymouse + 850; this._y = yvar; this._x = xvar; } Category:ActionScript") (current)
  • 19:36, 24 April 2017 (diff | hist) . . (+723). . N MovePointOnCurveCloserToObj(Created page with " Sub MovePointOnCurveCloserToObj(CurvePt As HybridShapePointOnCurve, CompareObj As Variant) Dim CurOri As Boolean CurOri = CurvePt.Orientation Dim OppOri As Boolean OppOri...") (current)
  • 19:35, 24 April 2017 (diff | hist) . . (+721). . N MovePlaneOffsetCloserToObj(Created page with " Sub MovePlaneOffsetCloserToObj(CurvePL As HybridShapePlaneOffset, CompareObj As Variant) Dim CurOri As Boolean CurOri = CurvePL.Orientation Dim OppOri As Boolean OppOri =...") (current)
  • 19:35, 24 April 2017 (diff | hist) . . (+754). . N MoveOffsetCloserToObj(Created page with " Sub MoveOffsetCloserToObj(OffsetSurf As HybridShapeOffset, CompareObj As Variant) Dim CurOri As Boolean CurOri = OffsetSurf.OffsetDirection '.InvertDirection Dim OppO...") (current)
  • 19:35, 24 April 2017 (diff | hist) . . (+892). . N MoveOffsetCloserToCoord(Created page with " Sub MoveOffsetCloserToCoord(CurvePar As HybridShapeOffset, XVal As Double, YVal As Double, ZVal As Double) MyPart.UpdateObject CurvePar Dim CMeas Set CMeas = TheSPAWorkben...") (current)
  • 19:34, 24 April 2017 (diff | hist) . . (+987). . N MoveLineTangencyCloserToCoord(Created page with " Sub MoveLineTangencyCloserToCoord(CurvePar As HybridShapeLineTangency, XVal As Double, YVal As Double, ZVal As Double) Dim CurOri Dim OppOri CurOri = CurvePar.Orientation...") (current)
  • 19:34, 24 April 2017 (diff | hist) . . (+716). . N MoveLinePtDirCloserToObj(Created page with " Sub MoveLinePtDirCloserToObj(CurvePt As HybridShapeLinePtDir, CompareObj As Variant) Dim CurOri As Boolean CurOri = CurvePt.Orientation Dim OppOri As Boolean OppOri = Not...") (current)
  • 19:34, 24 April 2017 (diff | hist) . . (+742). . N MoveLineAngleCloserToObjByNegAngle(Created page with " Sub MoveLineAngleCloserToObjByNegAngle(CurvePt As HybridShapeLineAngle, CompareObj As Variant) Dim CurOri As Double CurOri = CurvePt.Angle.Value Dim OppOri As Double OppO...") (current)
  • 19:33, 24 April 2017 (diff | hist) . . (+718). . N MoveLineAngleCloserToObj(Created page with " Sub MoveLineAngleCloserToObj(CurvePt As HybridShapeLineAngle, CompareObj As Variant) Dim CurOri As Boolean CurOri = CurvePt.Orientation Dim OppOri As Boolean OppOri = Not...") (current)
  • 19:33, 24 April 2017 (diff | hist) . . (+965). . N MoveLineAngleCloserToCoord(Created page with " Sub MoveLineAngleCloserToCoord(CurvePar As HybridShapeLineAngle, XVal As Double, YVal As Double, ZVal As Double) MyPart.UpdateObject CurvePar Dim CMeas Set CMeas = TheSPAW...") (current)
  • 19:33, 24 April 2017 (diff | hist) . . (+885). . N MoveExtrudeCloserToCoord(Created page with " Sub MoveExtrudeCloserToCoord(CurvePar As HybridShapeExtrude, XVal As Double, YVal As Double, ZVal As Double) MyPart.UpdateObject CurvePar Dim CMeas Set CMeas = TheSPAWorkb...") (current)
  • 19:33, 24 April 2017 (diff | hist) . . (+657). . N MoveExtremumCloserToObj(Created page with " Sub MoveExtremumCloserToObj(CurExtremum As HybridShapeExtremum, CompareObj As Variant) MyPart.UpdateObject CurExtremum MyPart.UpdateObject CompareObj Dim CMeas Set CMeas...") (current)
  • 19:32, 24 April 2017 (diff | hist) . . (+739). . N MoveCurveParCloserToObj(Created page with " Sub MoveCurveParCloserToObj(CurvePar As HybridShapeCurvePar, CompareObj As Variant) Dim CurOri As Boolean CurOri = CurvePar.InvertDirection Dim OppOri As Boolean OppOri =...") (current)
  • 19:32, 24 April 2017 (diff | hist) . . (+856). . N MoveCurveParCloserToCoord(Created page with " Sub MoveCurveParCloserToCoord(CurvePar As HybridShapeCurvePar, XVal As Double, YVal As Double, ZVal As Double) MyPart.UpdateObject CurvePar Dim CMeas Set CMeas = TheSPAWor...") (current)
  • 19:32, 24 April 2017 (diff | hist) . . (+714). . N MoveCircle2PointsRadCloserToObj(Created page with " Sub MoveCircle2PointsRadCloserToObj(CurveCirc As HybridShapeCircle2PointsRad, CompareObj As Variant) MyPart.UpdateObject CurveCirc MyPart.UpdateObject CompareObj Dim CMea...") (current)
  • 19:31, 24 April 2017 (diff | hist) . . (+1,134). . N MoveAxisSystemXDirFartherFromCoord(Created page with " Sub MoveAxisSystemXDirFartherFromCoord(CurvePar As AxisSystem, ResultObj As Variant, XVal As Double, YVal As Double, ZVal As Double) If IsUpdatable(CurvePar) And IsUpd...") (current)
  • 07:32, 22 April 2017 (diff | hist) . . (-212). . Main Page
  • 07:31, 22 April 2017 (diff | hist) . . (+29). . N Category:CSharp(Created page with "These are the 0001D C# codes.") (current)
  • 07:31, 22 April 2017 (diff | hist) . . (+863). . N Category:Revit VB.NET(Created page with "'''Revit Scripting Library (VB.NET)'''<br> <font size="-2">Open Sorcerers: [http://www.nickpisca.com Nick Pisca 0001d] </font> [http://thebuildingcoder.typepad.com/blog/2009...") (current)
  • 07:31, 22 April 2017 (diff | hist) . . (+474). . N Category:Revit Journal(Created page with "'''Revit Journal File Repository'''<br> <font size="-2" color="red">Revit Journal Files are undocumented and buggy text files that can be used to automate commands in Autodesk...") (current)
  • 07:30, 22 April 2017 (diff | hist) . . (+216). . N Category:Batch Files(Created page with "'''Batch BAT Scripting Library'''<br> <font size="-2">Open Sorcerers: [http://www.nickpisca.com Nick Pisca 0001d] </font> <font size="-2">''Keywords: Windows, Batch, B...") (current)
  • 07:30, 22 April 2017 (diff | hist) . . (+536). . N Category:Python(Created page with "Reader Note: Python is available in Maya, but I recommend that newcomers to scripting learn MEL. * [http://www.kxcad.net/autodesk/maya/Maya_Documentation/wwhelp/wwhimpl/c...") (current)
  • 07:30, 22 April 2017 (diff | hist) . . (+110). . N Category:AutoCAD VB(Created page with "'''AutoCAD VB Library''' <font size="-2">Open Sorcerers: [http://www.nickpisca.com Nick Pisca 0001d] </font>") (current)
  • 07:29, 22 April 2017 (diff | hist) . . (+112). . N Category:ActionScript(Created page with "'''ActionScript Library''' <font size="-2">Open Sorcerers: [http://www.nickpisca.com Nick Pisca 0001d] </font>") (current)
  • 07:29, 22 April 2017 (diff | hist) . . (+1,045). . N Category:RhinoScript(Created page with "'''RhinoScript Library'''<br> <font size="-2">Open Sorcerers: [http://www.nickpisca.com Nick Pisca 0001d], [http://www.kokkugia.com Kokkugia], [http://www.materialsystems.org...") (current)
  • 07:28, 22 April 2017 (diff | hist) . . (+463). . N Category:CATIA DP VB(Created page with "'''CATIA and Digital Project Visual Basic Library''' Visit my work at the GTWiki regarding [http://www.gtwiki.org/mwiki/index.php?title=Category:Automation_Functions Automatio...")

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