[BlenderBIM] Python script to show what you think of the architect's design.
With succesful export to IFC
import bpy
import random
import mathutils
from mathutils import Euler
for obj in bpy.context.view_layer.objects:
obj.rotation_euler.rotate(Euler((random.randint(1,30), random.randint(1,30), random.randint(1,30))))
Tagged:
Comments
@Coen you are a genius ?
Imagine sending this back to the architect...?
Daniel Libeskript. :)
https://github.com/C-Claus/BlenderScripts/tree/master/BlenderBIM_explode
I don't understand the design keeps on getting better and better!
The gif only needs the Pink Floyd's music...
