Skip to content
View Mysteryem's full-sized avatar

Organizations

@Warzone2100
Block or Report

Block or report Mysteryem

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. AvatarBuilder AvatarBuilder Public

    Blender Addon for building ready-to-export copies of avatars in a scene

    Python 8

  2. Miscellaneous Miscellaneous Public

    Random scripts and programs that don't have a better home

    Python

  3. Zero pass, 'invisible' shader for VR... Zero pass, 'invisible' shader for VRC by Mysteryem
    1
    // IgnoreProjector prevents projectors from changing the material
    2
    // Normally you can't have a shader with no Passes, but ForceNoShadowCasting makes unity remove the ShadowCaster pass
    3
    // "Hidden" VRCFallback will make the shader fallback to VRC's invisible fallback shader
    4
    Shader "Em/NoPass" {
    5
        SubShader {
  4. pycharm-blender pycharm-blender Public

    Forked from mutantbob/pycharm-blender

    This is an updated version of Campbell Barton and Witold Jaworski's pypredef_gen.py script that generates stubs of blender's python API

    Python 1

  5. Up_And_Down_And_All_Around Up_And_Down_And_All_Around Public

    Gravity mod by Mysteryem, originally for The Modding Trials. Not being developed any more.

    Java 24 11

  6. SpeedBasedFallDamage SpeedBasedFallDamage Public

    Makes Minecraft fall damage based on the speed you hit the ground rather than distance travelled downwards while airborne

    Java 1