[BlenderBIM] Python script to show what you think of the architect's design.

edited July 2022 in General

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))))
VDobranovtheoryshawvpajicduncanGorgiousCadGiruAcepaulleeArvbitacovirand 3 others.

Comments

Sign In or Register to comment.