Search:

Type: Posts; User: JRoC

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    2,085

    Hi! Instead of using 2 formulas, you could use...

    Hi!

    Instead of using 2 formulas, you could use the format of the first formula(1x = 2) to solve any X.
    So let us make it to this one, ax = 2
    Where a is the constant that represents the original...
  2. Replies
    9
    Views
    2,632

    I apologize because the previous code has issues...

    I apologize because the previous code has issues with polygroups and masking. I fixed it and this is now the updated one,
    613554
    613554
    . I modified it and removed some lines. It is now a little...
  3. Replies
    9
    Views
    2,632

    I wrote a sample script that copies and pastes uv...

    I wrote a sample script that copies and pastes uv maps between 2 geometries that have the same geometry data. This is a workaround that works because you cannot literally copy and paste uvs. This...
  4. Replies
    9
    Views
    2,632

    Hi! I hope this helps you man. The codes for...

    Hi! I hope this helps you man. The codes for copying and pasting uvs are super simple.


    [IButton, CopyUVS, "",
    [IFreeze,

    [IPress, Tool:Visibility:ShowPt] // Make sure to...
  5. Hi! I suggest you could use CTRL instead of ALT...

    Hi! I suggest you could use CTRL instead of ALT to trigger secondary command because it is easier to catch. YOu could try this codes.
    [IButton, TestButton, "",
    [VarSet, CTRLisPressed, 0]
    ...
  6. You could try this one if this would work. Put it...

    You could try this one if this would work. Put it inside am IkeyPress Command

    [IKeyPress, ,
    [CanvasClick, 640, 360, 0,0]
    , 640, 360]
  7. Hi! I suggest you could use CTRL instead of ALT...

    Hi! I suggest you could use CTRL instead of ALT to trigger secondary command because it is easier to catch. YOu could try this codes.
    [IButton, TestButton, "",
    [VarSet, CTRLisPressed, 0]...
  8. Replies
    9
    Views
    2,632

    Hi! I hope this helps you man. The codes for...

    Hi! I hope this helps you man. The codes for copying and pasting uvs are super simple.


    [IButton, CopyUVS, "",
    [IFreeze,

    [IPress, Tool:Visibility:ShowPt] // Make sure to show all...
  9. Hi Ryan! I Hope this helps. // THIS IS FOR THE...

    Hi Ryan!
    I Hope this helps.
    // THIS IS FOR THE POLYGROUPS
    [VarSet, hasMultiplePolyGroups, 0]
    [IFreeze,
    [VarSet, curUndo, [IGet, Edit:Tool:UndoCounter]] // Saves the current undo so you can...
Results 1 to 9 of 9