Skip to content
View kush-cpu's full-sized avatar
🏝️
Working from home
🏝️
Working from home
  • New Delhi, India
  • 06:04 (UTC +05:30)
Block or Report

Block or report kush-cpu

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

Pinned

  1. Terrain Builder Maya Terrain Builder Maya
    1
    import maya.cmds as cmds
    2
    import random
    3
    
                  
    4
    def create_terrain(width, length, divisions, height_range):
    5
        # Create a new polygon plane
  2. Simple script used to create Inbetwe... Simple script used to create Inbetween Transforms
    1
    """
    2
     Inbetween Generator -> Simple script used to create Inbetween Transforms
    3
    """
    4
    from maya import OpenMayaUI as OpenMayaUI
    5
    from PySide2.QtWidgets import QWidget
  3. Shader_Data Shader_Data Public

    All the shader related codes

    C#