OSArch Community

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

  1. C

    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))))
    
  2. V

    @Coen you are a genius ?

  3. C

    Imagine sending this back to the architect...?

  4. T

    Daniel Libeskript. :)

  5. C
  6. M

    I don't understand the design keeps on getting better and better!

  7. B

    The gif only needs the Pink Floyd's music...

Login or Register to reply.