Dion Moult

Results 404 comments of Dion Moult

Hehehehe I guess that helps answer my question here: https://github.com/ladybug-tools/ladybug-blender/blob/master/ladybug_tools/togeometry.py#L197 If @mostaphaRoudsari / @chriswmackey can clarify when ngons are / aren't allowed, I can update the translator to enforce tessellation...

Re-opening, since this is still a bug that can be fixed. Users should feel confident that they can just drop in any object even if it includes ngons, and ideally...

Another example? https://github.com/ladybug-tools/ladybug-grasshopper/blob/master/ladybug_grasshopper/json/LB_Analysis_Period.json#L52-L77

https://github.com/uhlik/bpy/blob/master/space_view3d_point_cloud_visualizer.py

1. This is a decision made by ladybug tools itself. I suspect there are good reasons for this default. Perhaps for consistency across multiple analysis is my guess. However, it...

Bool sockets fixed. The colour range node can be used to edit colours. I'm not sure if there is an alternative. Ping @mostaphaRoudsari and @chriswmackey . ![2020-10-06-112344_606x318_scrot](https://user-images.githubusercontent.com/88302/95145230-72732580-07c6-11eb-8605-b186ac001820.png) Vertex colours now...

The `LB Color Range` node outputs a list of Ladybug Color objects. They are not compatible with Sverchok colours at the moment. Adding to the to-do list.

I can replicate this error. It is half related to #16. The other half is a bug upstream I believe. So, ping @mostaphaRoudsari and @chriswmackey . By the way, try...

By the way, @seamoo just a fun tip you might be interested in is setting the color management to `Standard` as shown below if you're working with coloured meshes. It...

FWIW, I've been methodically translating this codebase from Java to Python in IfcOpenShell with similar goals (easier to install / use, and also allow users to easily customise class filtering)...