This repository is maintained by BlenderLounge french community users. You'll find some piece of code or snippets, for easily using it on your own blender scripts.
Contents:
This folder contains some little addons, to install in Blender user preferences.
This folder contains some little scripts, to execute directly in Blender text editor.
This folder contains python templates for blender API.
- blender_base: very basic py file with only
import bpy
andregister class
- operator_base: basic operator
- panel_base: basic panel, in View3D > Tools
bmesh folder
- custom_select_deselect_all: custom select/deselect all vertices, edges and faces
- get_bmesh: get bmesh from object/edit mode
- select_non_manifold: custom select non manifold from object or edit mode
- select_sharp: custom select sharp from object or edit mode