About 50 results
Open links in new tab
  1. How the Blender 3D 2.8x Graphical User Interface is Made?

    Jun 22, 2020 · CLI is also a user interface. It just uses command line, and not pretty graphics. Both CLI and GUI communicate with "backend" that actually does stuff. Since Blender is OpenSource (and …

  2. python - How to create a custom UI? - Blender Stack Exchange

    Jul 6, 2016 · Panels are everywhere in Blender so it's the most basic element of the user interface. Where the panel is going to be used is defined by bl_space_type. Blenders interface is 'context …

  3. python - What does "wm" stand for? - Blender Stack Exchange

    Jul 3, 2021 · Window manager. As the name suggests Window manager data-block defining open windows and other user interface data The one instance of the window manager >>> wm = …

  4. interface - How to find the Python equivalent operation for tools ...

    When you press a button or change a setting, this is an operation which you can also do in Python, how do you find the Python equivalent to accessing these user interface elements. Settings (text,

  5. texturing - How can I make a texture node Single User with Python the ...

    Mar 17, 2022 · 6 I have been trying to look in the API as well as Google and the search function here and haven't found an answer to how to make the actual Image Node inside the Material a Single …

  6. Hiding Entire Panels and Other Elements from the UI

    Feb 26, 2021 · How can I access the panels and other interface objects from python, in order to hide them from view? It's probably fine to just consider the layout workspace. Thanks for your help!

  7. python - Delete "doubles" on different object - Blender Stack Exchange

    Nov 9, 2015 · thank you for your help, the 2 object i use should never share a mesh, so we don't have to worry about that, could you please tell me how to run a python script that have no user interface like …

  8. python - Simple way to add button to UI - Blender Stack Exchange

    2 I'm looking for the simplest way to add a button and a text input field to Blender's UI so I can use some parameters in my Python script. I've tried a few tutorials but...

  9. python - How can I copy custom properties in blender - Blender Stack ...

    Feb 7, 2023 · I think that's from a built-in addon which isn't enabled by default. Search 'Copy' under Edit > Preferences > Addons and enable 'Interface: Copy Attributes Menu' to enable it.

  10. interface - New window with Python API? - Blender Stack Exchange

    Jun 23, 2017 · How to create a new window with a certain dimensions (for example 40% of screen size) using Python API? Functionality-wise similar to File > User Preferences — a new window shows up …