Quantcast
Channel: What does custom properties type "Python" do? - Blender Stack Exchange
Viewing all articles
Browse latest Browse all 3

What does custom properties type "Python" do?

$
0
0

I am trying to add custom properties to bones. I can understand what normal type properties does like Float,Integer,and Boolean but I don't know what "Python type" custom properties does.

I can execute python script there like driver expression does? I can't find a good explanation for "Python type" custom properties. What it does in general?

If you know what it does, please tell me how to use it and give me an example.

I can finally make a Python type custom property.I've made this Python type property

Type = PythonProperty Name = PythonValue = bpy.context.scene.frame_set(50)

And when I pushed "OK" to make it, python command "bpy.context.scene.frame_set(50)"is executed and current frame is set as 50, and after that this Python property has "NONE" Value. Its text field is now emptied and grayed out and I can't touch it anymore. I still don't know how to use Python type custom property. It's just one-time python script launcher?

enter image description here


Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles





Latest Images