top of page

My scripts

To train myself in Python, I followed a course by Thibault Houdon to learn the language itself and work on various exercises, enabling me to create my own scripts. This has allowed me to develop simple tools that assist me, and I have notably applied this knowledge to Maya.

I use Visual Studio Code as my editor, with Git Bash as my shell.

  • Easy Switch Creator

Script permettant de faire autant de switchs que l'on souhaite entre différents meshs, avec une option permettant de les ajouter à une curve.

A script that allows unlimited switching between different meshes, with an option to add them to a curve.

Capture d'écran 2025-01-09 180345.png
  • Jewelry Chain Tool

Il s'agit d'un premier test. Ce script permet de générer des locators à des endroits précis, puis de remplacer des meshs par d'autres. J'ai créé ce script lorsque j'avais modélisé un collier sur un personnage, mais après des retours, on m'a demandé une shape différente. J'ai appliqué la taille souhaitée pour le collier directement à l'aide de l'instance.

This is a first test. This script allows you to generate locators at specific locations and then replace meshes with others. I created this script when I had modeled a necklace on a character, but after receiving feedback, I was asked for a different shape. I applied the desired size for the necklace in real time using the instance.

Capture d'écran 2024-11-14 215202.png
  • Custom Curve

Script permettant de changer la couleur de ses curves ainsi que l'épaisseur.

Script for Adjusting Curve Color and Thickness

Capture d'écran 2025-01-10 172211.png
  • ColorizeText

Ce script permet d'ajouter des couleurs aux dossiers. J'ai inclus quelques couleurs prédéfinies, et il y a aussi un bouton où vous pouvez choisir votre propre couleur et voir un aperçu de l'apparence du texte sur la preview :)

This script allows you to add colors to folders. I've included a few predefined options, and there's also a version where you can choose your own color and preview how the colored text will look :)

image.png
ColorText.gif
bottom of page