OSArch Community

BBIM Landscape Elements IFC Libary

  1. B

    @ArLa The error message should say which file and line number failed, we need to see this.

    ..but assuming it this is the migrate_attribute() function in util/schema.py there is likely a bug here.

    The line that says except UnboundLocalError: should probably say except NameError: - try changing this and report back if it works.

  2. A

    @ArLa said:

    if value is None and not attribute.optional():

    UnboundLocalError: local variable 'value' referenced before assignment.

    What's this mean?

    This issue is (probably) resolved after this commit, try to update BlenderBIM.

  3. A

    @brunopostle said:

    @ArLa The error message should say which file and line number failed, we need to see this.

    ..but assuming it this is the migrate_attribute() function in util/schema.py there is likely a bug here.

    The line that says except UnboundLocalError: should probably say except NameError: - try changing this and report back if it works.

    is this what you want to see?

  4. B

    @ArLa said:

    is this what you want to see?

    Yes, but you have blanked out the critical filename.

  5. A

    @Andrej730 said:

    @ArLa said:

    if value is None and not attribute.optional():

    UnboundLocalError: local variable 'value' referenced before assignment.

    What's this mean?

    This issue is (probably) resolved after this commit, try to update BlenderBIM.

    Yes, now it's working.

  6. M

    @SavyGust27 I've now included your manually designed trees alongside @Andrej730 's generated ones and it'll be available in the next release :)

    It's in its own blend file, so users can open it up, mix and match their preferred tree styles and plan styles to get their perfect tree so long as they follow the naming scheme. The script will auto pick up any trees you model and add it to the library. I've standardised all trees at 10m but of course its fairly trivial for anybody to scale a tree after they load it.

  7. M

    @JanF in your post with the spreadsheet numbers are those numbers actually appropriate for those species? If so, I can include those actual species in the tree library too :)

  8. J
  9. N

    I love this community! Well done on the Tree Library, low poly rules :)

  10. M

    Cheers, added your tree species spreadsheet and trees :)

  11. O

    How best is Property Line (akin to Revit's) done in Bonsai?

    I remember ever seeing it somewhere, but for some reason, the search for "property line" doesn't seem to return the best results.

    Thank you.

  12. J
  1. Page 1
  2. 2

Login or Register to reply.