Hi friends
I need your help, I'm working on a full body morphs tutorial in Blender, and I want to attatch some python scripts with it because they are no longer available in the web, I tryed to contact the autors but didn't get an answer and the true is I really want to post them because they make the morphing very easy; as I can understand the readme, included in the code of the script, I think I can do it, but I'd like that people with a better knolege in english and more familiar with this procedures and lenguage help me (what a copyleft could be? ).
Here are the text included in both scripts:
# Built from MorphFromOBJ.py script by svdl
# ---- ORIGINAL TEXT ----
# Utility script to add morph targets from imported. OBJ files.
# How to use:
# - load the figure to be morphed from the library, V3 for example;
# - import a morphed geometry that matches V3 - a ZBrushed V3 for example
# - using the Grouping Tool, spawn props from the imported geometry. This will give you a lot of "loose" props called hip, abdomen etc. etc.
# - Now select the figure (V3) and run the script.
# svdl 2006
# Note: this script could be extended to handle the import of the morph object, and to build in safeguards. Something for the Tkinter gurus, maybe.
# This script is FREE. Use it, modify it, distribute it, do whatever you like with it.
# -----------------------
# GUI and Option routines by Netherworks
and the other one:
# This script will zero out all morphs in every bodypart
# as well as set all Body Morphs and similar channels
# like "Look Dials" to zero
#
# Good for resetting a figure or clothing item without
# other translations going on
#
# Script is copyleft - use it as you will
# Netherworks
Hope somebody can help me and be able to post this scripts
Thank you