Memo for editing scenes with Blender python (W.I.P.)

Target

As an API, does Maya mel have a strong feeling of becoming python?

I want to access parameters and attributes to get or change values

For example, I want to change the color with the material.

Right-click in the UI-> Copy Data Path and paste it into a python console etc. to see how to access it.

blender-python.png

However, since this is a hierarchy starting from a node, we also need to get node_tree.

Access node_tree as follows.

Operate Blender nodes from Python https://dskjal.com/blender/process-node-from-python.html

I want to change the position etc.

T.B.W.

I want to plot a point cloud

Visualize point cloud with Blender + Python https://ksknw.hatenablog.com/entry/2019/10/29/192026

bpy.ops.mesh.primitive_uv_sphere_add(location=(x, y, z))

You can create a sphere like this.

If you want to do it more efficiently, would you express it as a particle?

Access to shape data

T.B.W.

Recommended Posts

Memo for editing scenes with Blender python (W.I.P.)
Memo to ask for KPI with python
Run Blender with python
Operate Blender with Python
Python memo (for myself): Array
Twitter graphing memo with Python
Image editing with python OpenCV
Python code memo for yourself
[Memo] Links for developing with Flask
python memo --Specify options with getopt
Run mruby with Python or Blender
Input / output with Python (Python learning memo ⑤)
Getting Started with Python for PHPer-Classes
Easy modeling with Blender and Python
Getting Started with Python for PHPer-Functions
"Scraping & machine learning with Python" Learning memo
Get started with Python in Blender
[Memo] Tweet on twitter with python
A memo for when pip3 is installed with python2.7 for some reason
Easy keyword extraction with TermExtract for Python
INSERT into MySQL with Python [For beginners]
Convert memo at once with Python 2to3
WEB scraping with Python (for personal notes)
Manually ssh registration for coreserver with python
Use DeepL with python (for dissertation translation)
Python memo
Amplify images for machine learning with python
python memo
"System trade starting with Python3" reading memo
Tips for dealing with binaries in Python
Python memo
A memo with Python2.7 and Python3 on CentOS
Tips for using python + caffe with TSUBAME
Process multiple lists with for in Python
python memo
Getting Started with Python for PHPer-Super Basics
Debug for mysql connection with python mysql.connector
Python memo
WebApi creation with Python (CRUD creation) For beginners
Preparation for scraping with python [Chocolate flavor]
Python memo
[For beginners] Try web scraping with Python
[Blender x Python] Let's get started with Blender Python !!
Python memo
Memo # 4 for Python beginners to read "Detailed Python Grammar"
[Personal memo] julia --Using Python library with julia using PyCall
Causal reasoning and causal search with Python (for beginners)
Get a ticket for a theme park with python
[Translation] Getting Started with Rust for Python Programmers
Create a LINE BOT with Minette for Python
Building an Anaconda environment for Python with pyenv
Memo # 3 for Python beginners to read "Detailed Python Grammar"
Play with Lambda layer (python) for about 5 minutes
Use logger with Python for the time being
Procedure for creating a LineBot made with Python
Wrap C with Cython for use from Python
Move THORLABS automatic stage with Python [for research]
Memo # 1 for Python beginners to read "Detailed Python Grammar"
~ Tips for Python beginners from Pythonista with love ① ~
Django with Python Tools 2.2 for Visual Studio (PTVS 2.2)
[Python] Collect images with Icrawler for machine learning [1000 images]