Want to watch this Lesson?
Start your FREE 7-day trial for instant access to all CG Cookie training! It takes 2 minutes and you can cancel anytime.
Start your Free TrialStart your FREE 7-day trial for instant access to all CG Cookie training! It takes 2 minutes and you can cancel anytime.
Start your Free TrialNow that your rig is finished, I’ll show you how to add a simple UI script to easily turn on/off the controls when needed. Most of the coding is done for you, so if this scares you, fear not. We can do this.
Login with your CG Cookie Citizen Account to ask a question.
Start your Free TrialMethods and properties - Blender scripting
1 answer · asked
Hi,
Can you give us some reference links about how to do scripting and building add-ons like that?
Like, the methods and properties we can use and exists... example:
context.active_object......
context.active_object.pose.bones
import bpy
bpy.types.Panel
First, the idea is to understand very well what you have done here then ... make new similar scripts for other situations.
Thanks