Skip to content

Instantly share code, notes, and snippets.

View MarkChisholm-dev's full-sized avatar
🚀
Focusing

Mark Chisholm MarkChisholm-dev

🚀
Focusing
View GitHub Profile
# ##### 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": "",
@MarkChisholm-dev
MarkChisholm-dev / 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": "",
@MarkChisholm-dev
MarkChisholm-dev / 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