Coder Social home page Coder Social logo

substance-painter-plugin-template's Introduction

Substance Painter plugin template

A Substance Painter plugin template.

What is included on this template?

image

  • a dockable Substance Painter widget
  • ๐Ÿ“ฆ A pyproject.toml so you can pip install this plugin.
  • ๐Ÿค– A Makefile with the most useful commands to install, test, lint, format and release your project.
  • ๐Ÿ“ƒ Documentation structure using mkdocs
  • ๐Ÿ”„ Continuous integration using Github Actions with jobs to lint, test and release your project on Linux, Mac and Windows environments.
    • ๐Ÿ’ฌ Auto generation of change log using gitchangelog to keep a HISTORY.md file automatically based on your commit history on every release.
    • ๐Ÿงช Testing structure using pytest
    • โœ… Code linting using flake8
    • ๐Ÿ“Š Code coverage reports using codecov
    • ๐Ÿ›ณ๏ธ Automatic release to PyPI

HOW TO USE THIS TEMPLATE

  1. Click on Use this template
  2. Give a name to your project (e.g. my_awesome_project, use all lowercase and underscores separation
  3. Wait until the first run of CI finishes
  4. For codecov Reports & Automatic Release to PyPI
    go to settings->secrets add your PYPI_API_TOKEN and CODECOV_TOKEN
  5. Read the file CONTRIBUTING.md

โš ๏ธ WAIT until first CI run on github actions before cloning your new project.

  1. Then clone your new project and happy coding!
  2. delete all text above this, and complete the README template below for your project
  3. This template is in the public domain. Choose a LICENSE for your repo

project_name

codecov CI

project_description

Install

install plugin

  • Manually copy project_name.py to your plugin folder,
    e.g. C:\Users\USER\OneDrive\Documents\Adobe\Adobe Substance 3D Painter\python\plugins
  • or pip install from this repo
pip install --no-dependencies https://github.com/author_name/project_urlname/archive/refs/heads/main.zip --target "C:\Users\USER\OneDrive\Documents\Adobe\Adobe Substance 3D Painter\python\plugins"

install dependencies

download the repo, browse to the folder with the requirements.txt

pip install -r requirements.txt --target "C:\Users\USER\OneDrive\Documents\Adobe\Adobe Substance 3D Painter\python\modules"

Usage

  1. enable the plugin in Substance from the Menu Python/project_name

Development

Read the CONTRIBUTING.md file.

substance-painter-plugin-template's People

Contributors

dependabot[bot] avatar hannesdelbeke avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.