About 50 results
Open links in new tab
  1. Get and Set Hide in viewport and Disable in viewport via Python API

    Mar 14, 2021 · How do I get and set 'hidden in viewport' and how do I get and set 'disabled in viewport' using the Python API? Edit: I can see that both ObjectBase (bpy_struct) and Object …

  2. How to use Keyframes and the Python API programmatically?

    How to use Keyframes and the Python API programmatically? Ask Question Asked 6 years, 10 months ago Modified 4 years, 8 months ago

  3. Python API documentation of older versions of Blender

    Nov 18, 2023 · Where can I find Blender Python API documentation of older version/releases of Blender? Until last weeks I came across pages of Blender 3.6 API googling for information but …

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

    Jul 6, 2016 · I was watching this video on making a custom UI tab using Python, and in the line from bpy.types import Menu, Panel, UIList, I see the names of objects that look like they can …

  5. Python: Check if an object is selected - Blender Stack Exchange

    Apr 12, 2024 · print("Yes, the object wanted is selected") else: print("No, the object is not selected.") But, of course, you need to replace the code inside the if statement with what you …

  6. Render a 3d viewport and save using Python - Blender Stack …

    Dec 10, 2022 · However, this parameter is not necessary when rendering the viewport, as it is the default behavior of the render operator. To learn more about the render operator and the other …

  7. How to make object A a parent of object B via Blender's Python API?

    I have two objects each of them hold in a variable. Now I want to parent them so object A is the parent of object B. How can I do this using Blender's Python API? I know there is a parent_set …

  8. How can I run Blender from command line or a Python script …

    Nov 22, 2025 · All what Aldrik wrote, and more Blender Python API Tips and Tricks From official Blender documentation: For scripts that are not interactive it can end up being more efficient …

  9. rendering - Render depth map to image with python script

    Render depth map to image with python script Ask Question Asked 10 years, 1 month ago Modified 2 years, 11 months ago

  10. How can I use blender's python API from a Ipython terminal or …

    Mar 28, 2020 · After that we need to install the blender kernel from here, using the following command in anaconda terminal: python -m pip install blender_notebook blender_notebook …