Skip to content
View D-KeyChen's full-sized avatar
  • 03:19 (UTC +08:00)
Block or Report

Block or report D-KeyChen

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. 3ds Max SDK CMAKE 3ds Max SDK CMAKE
    1
    cmake_minimum_required(VERSION 3.15)
    2
    message(VERBOSE "package module begin: Max")
    3
    
                  
    4
    if (NOT CMAKE_SIZEOF_VOID_P EQUAL 8)
    5
        message(FATAL_ERROR "Please switch to x64 build.")
  2. maya2katana maya2katana Public

    Forked from ababak/maya2katana

    Easily copy shading nodes from Maya to Katana (add Arnold 5)

    Python 9

  3. MayaExportScenegraphXML MayaExportScenegraphXML Public

    Maya export Scenegraph format to Katana

    Python 4 2