Jonas Holzman c7df358fe8 Merge pull request 'fix: shape geometry link behavior.' (#2) from swann.martinez/rig_picker:fix-collection-link-for-create-shape into master
Before the patch, shapes were systematically linked to the scene's main collection (Maybe that's the way it's supposed to be?), regardless of the collection selection. The patch changes this to link geometry only if no canvas collection is selected.

Reviewed-on: #2
Reviewed-by: Jonas Holzman <jonas@autourdeminuit.com>
2025-06-27 16:16:58 +02:00
2023-11-09 10:29:56 +01:00
2025-06-10 15:24:09 +02:00
2025-06-24 18:08:40 +02:00
2024-02-19 11:53:15 +01:00
2024-02-26 11:26:49 +01:00
2024-02-19 11:53:15 +01:00
2022-04-06 10:12:32 +02:00
2022-04-06 10:12:32 +02:00
2024-02-28 09:59:11 +01:00
2024-02-26 11:26:49 +01:00
2024-02-26 11:26:49 +01:00
2024-02-28 09:59:11 +01:00
2023-07-21 11:57:10 +02:00
2023-07-21 11:57:10 +02:00
2024-10-30 17:36:07 +01:00
2025-06-10 16:21:38 +02:00

RIG_PICKER

Blender addon for picking rig contollers

Rig_picker is an OpenGl tool for having a 2d interface for the 3d animators allowing them to pick a controller easily. The addon is drawing 2d shapes inside a dedicated Node Editor Area using the gpu module. You can use multiple pickers for one rig, each picker shapes are in there own collection.

Video of the previous version : https://vimeo.com/241970235


Table of Contents
  1. Installation
  2. Contents
  3. Location

Installation

For external user, you can clone the repository using:

git clone https://git.autourdeminuit.com/autour_de_minuit/rig_picker.git

For Internal user:

  1. Create your own local directory in
    /home/<USER>/dev
    
  2. Create your own local directory in
    git clone ssh://git@git.autourdeminuit.com:222/autour_de_minuit/rig_picker.git
    

Contents

Location

Description
Blender addon for picking rig controllers
Readme 272 KiB
Languages
Python 99.4%
GLSL 0.6%