An open API service indexing awesome lists of open source software.

https://github.com/jsulpis/blender-addons

My repository of add-ons for Blender.
https://github.com/jsulpis/blender-addons

Last synced: 11 months ago
JSON representation

My repository of add-ons for Blender.

Awesome Lists containing this project

README

          

Blender add-ons


preview image

## Content

* **PBR Material From Textures**: automates the creation of PBR materials from external textures. This add-on automatically creates a node with all textures mapped to a Principled shader. It supports the Metal / Roughness and Specular / Glossiness workflows.
* **Microdisplacement Helper**: automates the activation of the microdisplacement feature: activates the experimental mode, creates a SubSurf modifier with adaptive render, sets the displacement to true and gathers some settings in a panel.

## Installation

Download the zip archive of this repository, extract it somewhere, then in the Blender User Preferences menu (Ctrl + Alt + U), in the Add-ons section, click Install Add-on from File… and provide the .py file.

## Usage

See details in the README of each add-on.

## Contributing

Contributions are welcome ! Here is how to do it.

1. Fork the project ()
2. Clone it on your machine (`git clone https://github.com/yourName/blender-addons.git`)
3. Create your feature branch (`git checkout -b feature/awesomeFeature`)
4. Commit your changes (`git commit -am 'Add my awesome feature'`)
5. Push your branch (`git push origin feature/awesomeFeature`)
6. Open a new Pull Request

## License

Released under the [GPL-3.0](https://github.com/jsulpis/blender-addons/blob/master/LICENSE) license.