Skip to content

Instantly share code, notes, and snippets.

View paperManu's full-sized avatar

Emmanuel Durand paperManu

View GitHub Profile
@paperManu
paperManu / sculptTest.py
Created January 18, 2017 19:32
Testing sculpt.brush_stroke
import bpy
from bpy.types import Operator
class strokeOperator(Operator):
"""Stroke test"""
bl_idname="test.stroketest"
bl_label="Stroke test"
def execute(self, context):
stroke = [{