Skip to content
View JaimeFlorian27's full-sized avatar
Block or Report

Block or report JaimeFlorian27

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
JaimeFlorian27/README.md

Imgur

Hi! I'm Jaime πŸ§‘β€πŸš€πŸ‘½

πŸ–₯️ I'm a Technical Director in the 3D animation industry.

I ❀️:

  • Python Logo Python
  • Rez Logo Rez
  • Neovim Logo Neovim
  • USD
  • Tux Image Linux
  • Maya Logo Animation! (DUH)
  • Figma Logo Figma, UI/UX
  • Computer Graphics

β€Ž

β€Ž

Top Langs

β€Ž

β€Ž

β€Ž β€Ž

Anurag's GitHub stats

Some of my projects!

Readme Card Readme Card Readme Card Readme Card

Pinned

  1. Threading in Maya using Qt's threadi... Threading in Maya using Qt's threading system (QRunnable, QThreadPool). QProgressBar
    1
    import sys
    2
    import time
    3
    
                  
    4
    from Qt.QtCore import (QObject, Qt, Signal, QThreadPool, QRunnable, QThread,
    5
                           Slot)