[PYTHON] Print the name of the object directly under the object specified in Blender

In Maya, this listRelatives -c is Just enter the object name you want to specify in place of objectName

childrenList = bpy.data.objects['objectName'].children

for child in childrenList:
    print(child.name)

Personal notes

Recommended Posts

Print the name of the object directly under the object specified in Blender
Just print the selected object in Blender
The meaning of ".object" in Django
Decrease the class name of the detection result display of object detection
[Blender] Print all ShapeKey names attached to the object
Maya | Find out the number of polygons in the selected object
[Blender] Know the selection status of hidden objects in the outliner
Specify the encoding of the unicode string in the Python 2.x print statement
[Cloudian # 9] Try to display the metadata of the object in Python (boto3)
Search the file name including the specified word and extension in the directory
The story of participating in AtCoder
Get the attributes of an object
The story of the "hole" in the file
Touch the object of the neural network
Get the host name in Python
Test & Debug Tips: Create a file of the specified size in Python
Calculation of mean IoU in object detection
[Understanding in 3 minutes] The beginning of Linux
The story of an error in PyOCR
Implement part of the process in C ++
Cut out A4 print in the image
[Python3] Rewrite the code object of the function
The result of installing python in Anaconda
Let's claim the possibility of pyenv-virtualenv in 2021
The basics of running NoxPlayer in Python
Print the include header path in clang
In search of the fastest FizzBuzz in Python
Get the last day of the specified month
Set the process name of the Python program
[Python] Read the specified line in the file
You can call the method of the class directly in Python3 without adding @staticmethod
Extract the color of the object in the image with Mask R-CNN and K-Means clustering
Divides the character string by the specified number of characters. In Ruby and Python.
In Blender, a script that just joins all objects directly under a particular group
Get Unix time of the time specified by JST regardless of the time zone of the server in Python
Try to display the Fibonacci sequence in various languages in the name of algorithm practice
Compare the sum of each element in two lists with the specified value in Python
I want to store the result of% time, %% time, etc. in an object (variable)