The Wayback Machine - https://web.archive.org/web/20220407131307/https://github.com/topics/rhino3d
Skip to content
#

rhino3d

Here are 150 public repositories matching this topic...

joel-putnam
joel-putnam commented Dec 14, 2018

When re importing a Rhino file that was previously imported but a user "rearranged" the Blender Collections the "handle layers" functions links the original object to two Collections.

Steps to reproduce the behavior:

  1. Create a cube in rhino on the default layer and save file
  2. Import the Rhino file into Blender
  3. Create a new Collection
  4. Move the imported cube to the new Collection
enhancement good first issue
yck011522
yck011522 commented Jun 4, 2020

Feature Request

It would be nice to have an example showing how to load a robot from URDF / ROS (robot in meters) and then scale it (for millimeters).

robot = client.load_robot(load_geometry=True)
robot.artist = RobotArtist(robot.model)
robot.scale(1000)

It should also be ensured that scale() can be called before or after setting the artist, and lead to the same result.

Improve this page

Add a description, image, and links to the rhino3d topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rhino3d topic, visit your repo's landing page and select "manage topics."

Learn more