Profile PictureSalai Vedha Viradhan

Create a live 3D clock in Blender in less than 10 lines of Python 😎

3 comments

Current user avatar
Log in or Register to join the conversation

Comment author avatar
8405813726512

when I type this into console: >>> bpy.data.objects['Time_Text'].body Traceback (most recent call last): File "<blender_console>", line 1, in <module> AttributeError: 'Object' object has no attribute 'body'

Comment author avatar
Salai Vedha ViradhanCreator

Oops, a small correction. Append `data` before the body. That is, bpy.data.objects['Time_Text'].data.body

Comment author avatar
Salai Vedha ViradhanCreator

Thanks for pointing out! πŸ™ŒπŸ» I have updated it above in the post as well.

Generate a Spiral Staircase using BMesh – Creating the Balusters

Transformation Matrix – Interactive BLEND file

Blender Python Bites #7 – Implementing your own Context Managers

Blender Python Bites #6 – Arbitrary transforms using Transformation Matrices

πŸš€ Blender Python Cheatsheet – A Handy Reference for the Blender API

See all posts from Salai Vedha Viradhan