If you have developed scripts, shaders, or tools that could benefit the community, please share!

How to Contribute

To contribute, please submit a Pull Request to the GitHub repository.

  1. Fork the Repository: Create a fork of the enhancements GitHub repository
  2. Add Your Content: Create a new sub-folder with the name of your enhancement. Inside that folder, you must include a README.md file. You can optionally include a icon.png file for the icon on the main page. It should be a square PNG (e.g. 128 x 128 or 64 x 64 pixels)

    README.md format:
    • The first line of the README should be a a first-level heading with the name of your enhancemnt
    • The second line should be a short one-sentence description that will also appear on the directory pages (use 15 words or less)
    • Below that you can use any text. To include a screenshot, name the file "screenshot-1.jpg" and refer to it with: ![Screenshot](screenshot-1.jpg)
    sample:
    
    # My Tool
    
    A helpful tool for colourists.
    
    ![Screenshot](screenshot-1.jpg)
    
    ## How to use
    
    Just select "Colourist Help" from the Scene menu.
    				
  3. Submit a Pull Request: Once your changes are ready, submit a Pull Request. We will review your submission and merge it into the directory.