Blender add-on - Set of tools for rendering tasks
Go to file
pullusb 8f689af892 Add search and replace scene_viewlayers_socket name option
0.2.0
2025-03-31 17:19:27 +02:00
.gitea Initial commit 2025-03-26 16:34:59 +01:00
.gitignore Initial commit 2025-03-26 16:34:59 +01:00
README.md first commit, transfer connect selected to file out from gp_render 2025-03-26 17:43:16 +01:00
__init__.py Add search and replace scene_viewlayers_socket name option 2025-03-31 17:19:27 +02:00
fn.py Add search and replace scene_viewlayers_socket name option 2025-03-31 17:19:27 +02:00
setup_outputs.py Add search and replace scene_viewlayers_socket name option 2025-03-31 17:19:27 +02:00
ui.py Add search and replace scene_viewlayers_socket name option 2025-03-31 17:19:27 +02:00

README.md

Render Toolbox

Blender addon for rendering setup and checks

Development

Cloning

  1. Create a development directory, such as:
    /home/<USER>/dev
    
  2. Clone the repository with the following command:
    git clone ssh://git@git.autourdeminuit.com:222/autour_de_minuit/git_template.git
    

Branches

The main branch is master. It is a protected branch that only user with the Owner role can push to.

To contribute to this repository, you will have to create you own development branch, and then create a Pull Request. After at least one validation, you will be able to merge your changes.

Branches should be named in kebab-case, and can be grouped using /.

Examples: bug/fix-crash-on-startup, bug/fix-font, feature/new-colors, theme-logic-refactor, etc...