Post #1202: ![](https://blenderartists.org/user_avatar/blenderartists.org/fiendish55/48/4435

๐Ÿ“‹ Metadata

  • Author: roaoao
  • Date: 2018-01-30 06:56:01
  • Type: answer
  • Quality Score: 8/10
  • Reply to: post_01201

๐Ÿท๏ธ Tags

macro hotkeys intermediate solved

  • Macro Editor
  • Python Scripting

๐Ÿ’ฌ Content

fiendish55:

Hi roaoao any news about the full properties panel replace with floating under mouse panel? I havent look at it in a while but there was texture panel problems last time I tried to build this kinda feature.

Iโ€™m going to fix โ€˜Worldโ€™ and โ€˜Materialโ€™ texture sub-categories in the next version (will release it this week). โ€˜Otherโ€™ category is hardcoded and cannot be displayed in popups, afaik.

R_dva:

hi roaoao, i made macro with two inserts with different preferences but it always work with one option. Need to make first inset inner, second inset outer. Insert always working in one side.

Round braces should fix the issue:

(bpy.ops.mesh.inset(use_outset=True))



(bpy.ops.mesh.inset(use_outset=False))

Check this post for more info.


๐Ÿ”— View on Blender Artists