◐ Shell
clean mode source ↗

lclibardi - Overview

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

View lclibardi's full-sized avatar

Lucas Libardi lclibardi

  • San Francisco - CA

Block or report lclibardi

Pinned Loading

  1. 5

    if not exist "%curdir%\setup-x86_64.exe" (
  2. 2

    These are 5 different methods that attempt to retrieve the Quicktime property metadata "Media DateEncoded" from an 'mp4' file.	
  3. 1

    // IMPORT ONLY TOP LEVEL REFERENCES

    2

    string $references[] = `ls -type "reference"`;

    3

    for ( $r in $references)

    5

        string $ref = `referenceQuery -filename $r`;
  4. 1

    # Current frame on the timeline

    4

    # Iterate over all Roto nodes

    5

    for rotoNode in nuke.allNodes('Roto'):
  5. 3

    import maya.cmds as cmds

    4

    from maya.api import OpenMaya
  6. 3

    def stringify_dictionary(dic):

    5

        Converts all keys and values of a dictionary to ascii strings