Skip to content

Instantly share code, notes, and snippets.

View MarkC-b3d's full-sized avatar
🏠

Mark Chisholm MarkC-b3d

🏠
View GitHub Profile
@MarkC-b3d
MarkC-b3d / snaptools.py
Last active May 14, 2018 20:44
snaptools
# ##### BEGIN GPL LICENSE BLOCK #####
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# ##### BEGIN GPL LICENSE BLOCK #####
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
bl_info = {
"name": "Sculpt Sphere",
"author": "Mark C <BlendedMarks>",
"version": (0,1),
"blender": (2, 79, 0),
"location": "View3D >Spacebar Menu",
"description": "Generates a sculpt sphere",
"warning": "",
"wiki_url": "",
"tracker_url": "",
@MarkC-b3d
MarkC-b3d / easynormal.py
Created September 22, 2017 13:37
An addon for a more streamlined normal baking procedure in blender.
bl_info = {
"name": "Easy Normals",
"author": "Mark C <BlendedMarks>",
"version": (0,1),
"blender": (2, 79, 0),
"location": "View3D >Spacebar Menu",
"description": "Prepares the Blender environment for easily baking normals",
"warning": "",
"wiki_url": "",
"tracker_url": "",
@MarkC-b3d
MarkC-b3d / MakeCloth.py
Last active July 6, 2019 16:02
MakeCloth.py generates a cloth sim within blender similar to makepillow.py
# ##### BEGIN GPL LICENSE BLOCK #####
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of