Here:
Take a look if you want but trying the new (your script) behaviour I think is good, faster. Sometimes you could get an unwanted behave but most of the cases are better and faster than Wazou´s script.
Here:
Take a look if you want but trying the new (your script) behaviour I think is good, faster. Sometimes you could get an unwanted behave but most of the cases are better and faster than Wazou´s script.
Why my message didnt plased???
Hi there! there is the option when adding a pop-up inside another pop-up menu, it appears already expanded? thks in advance
Hi, rhyging5. I’ll try to implement this feature in the next version.
Sorry. Can you ask your question again?
blenderartists.org hides posts from new users and don’t show them in notifications.
Edit: to save your pie menus you need to save your user preferences:
File - User Preferences - Save User Settings
hi, sorry for disturb again, which is the path for the current metaball element?
Hi, the path for the current object (metaball, mesh, curve, lamp, etc) is C.object.
The path for its data is C.object.data. For example, metaball’s resolution - C.object.data.resolution
Metaball element path is - C.object.data.elements.active
Hi Roaoao,
I’m having difficulty in making a fully expanded dropdown list of sculpt brushes (incl custom brushes).
I have found a number of brush list commands that are almost there but not quite there like bpy.context.tool_settings.sculpt.brush but its in a small window- problem with that is I cant scroll with a tablet pen easily.
Imagineers “Advanced UI Menu” does it- but his setup is too complicated for me to replicate.
Do you know of any commands that will fully display an expanded dropdown brushes list?
PS. your doing a great job of supporting your tool!
Hi, try this code in Custom tab (Pie Menu or Popup Dialog). It will display a button with brush preview:
L.box().template_ID_preview(C.tool_settings.sculpt, "brush", rows=3, cols=8)
I have already tried that code I but it offsets itself and doubles the width of the panel for some reason.
Is possible to modify that L.box() code?
For regular menu you can use this code (Custom tab):
[setattr(L.operator("wm.pme_user_command_exec", b.name, icon=("BRUSH_" + b.sculpt_tool) if b.sculpt_tool != 'DRAW' else 'BRUSH_SCULPT_DRAW'), "cmd", "C.tool_settings.sculpt.brush = D.brushes['%s']" % b.name) for b in D.brushes if b.use_paint_sculpt]
You can create a regular menu with this code and use it in your main menu as a sub-menu.
Thanks, that worked as I was hoping. Great!
hi roaoao, I’m seeking for the property of the spline point’s tilt. Is not suposed to be:
C.object.data.splines.bezier_points.tilt ?
but is not working…
Looks like there is no path for the active spline point. You have to find it. Try this code in Custom tab:
spline = C.object.data.splines.active; sel_points = [p for p in spline.bezier_points if p.select_control_point]; L.prop(sel_points[0], "tilt") if len(sel_points) > 0 else None
thanks again for all that suport, you are a great any idea when next version with pop-up options will be released?
1-2 weeks.
In the next version you will be able to use popups inside another popups, hide unused side panels, create custom side panels and restore mouse position after pie’s swipe.
Do you read my mind!? :o
I’ve been waiting for this for a long time …
Seriously roaoao you should be in the Workflow/UI sprint after the Blender conference. This addon should be in trunk because is the best addon I know and it improves the workflow SO MUCH. Thanks!!!
I can’t use the Russian letter in the name of pie-menu elements, it is normal?
*If I write ru-word in the name, it -corrent-, just then I save and quit Blender, and open it, the name in my pie-menu -incorrect-. For example (in en. for your comfort) - I write “Draw” or “Crease”, and then restart Blender, I have " ra " and " re s ".