Skip to content
View KieronJenkins's full-sized avatar

Block or report KieronJenkins

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
KieronJenkins/README.md

Pinned Loading

  1. UnityToolbox UnityToolbox Public

    ๐Ÿ“š๐Ÿ•น๏ธ Collection of Various Different Unity Tools & Scripts. Created in 2021.3 and Tested in Long Term Support Versions.

    C#

  2. MayaMeshRenamer MayaMeshRenamer Public

    ๐Ÿ“œ๐Ÿ•น๏ธ Maya Python Script that Allows the User to Batch Rename Multiple Objects in Maya

    Python 3

  3. MayaWallBuilder MayaWallBuilder Public

    ๐Ÿ“œ๐Ÿ•น๏ธ Maya Python Script that Creates Planes using Real World Brick Dimensions.

    Python

  4. Maya python script that creates a si... Maya python script that creates a simple base window to use
    1
    # Maya Window GUI Template : Base Maya Commands
    2
    #
    3
    # -------------------------- IMPORTS
    4
    from maya import cmds
    5
    
                  
  5. Directory Checker Script - Base pyth... Directory Checker Script - Base python script that can be used to search through a directory of assets with iterations to find any missing assets - this was used for images when made, feel free to extend.
    1
    import os
    2
    import re
    3
    
                  
    4
    FILE_LOCATION = input("File Location to Search: ")
    5
    print('Searching... ' + FILE_LOCATION)
  6. toolbox-v1 toolbox-v1 Public

    Requested for work to make the life of 3D artists easier when working within Maya, the toolbox offers easy access to most used tools and some ease of life additions.

    Python 3