Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!
Quick Reply
Search this Thread
Test Subject
Original Poster
#1 Old 19th Sep 2014 at 4:00 AM
Default Is it possible to add Pie Menu?
I'm sorry for my english is bad.

is it possible to add pie menu ? only use python

i attempt to add pie menu and interaction. but i coludn't find where pie menu add where interaction selected pie menu
Advertisement
Lab Assistant
#2 Old 19th Sep 2014 at 11:32 AM
It is certainly possible to add pie menus through only scripting. But it might be a hassle to make sure everything is done right. I would recommend to add the pie menu options through tuning and linking them to your script. I don't know the exact details of this, so currently this is as much help I can give.
Lab Assistant
#3 Old 19th Sep 2014 at 12:00 PM
It's possible to add pie menus through Python, but I'm still unsure of it. For guidance, look through interactions\base\. I recommend:
  • picker_interaction.py
  • mixer_interaction.py
  • interaction.py

Also, "target" on __init__() in mixer_interaction (which is a parent class of picker_interaction) is probably a base object (objects\base_object.py). Not sure yet. I haven't looked too much into the code, but if this helps, I'm happy it did!
Back to top