You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added optional argument cap_ends to Brep.from_extrusion().
Added implementation in RhinoBrep.from_extrusion().
Added max_depth to compas.datastructures.Tree.print_hierarchy().
Added compas.datastructures.Tree.to_graph().
Changed
Changed compas.datastructures.TreeNode to skip serialising attributes, name and children if being empty.
Changed compas.datastructures.TreeNode.__repr__ to omit name if None.
Fix bug in compas_rhino.geometry.NurbsCurve.from_parameters and compas_rhino.geometry.NurbsCurve.from_points related to the value of the parameter degree.
Changed compas.scene.descriptors.ColorDictAttribute to accept a compas.colors.ColorDict as value.
Changed compas_rhino.scene.RhinoMeshObject.draw to preprocess vertex and face color dicts into lists.
Changed compas_rhino.conversions.vertices_and_faces_to_rhino to handle vertex color information correctly.