Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Copy transform moves Obj to center of cescond input unstead of Coppying to points. #166

Open
NicTanghe opened this issue Jul 6, 2020 · 1 comment
Labels
question Further information is requested

Comments

@NicTanghe
Copy link

[BUG] Copy transform moves Obj to center of cescond input unstead of Coppying to points.

To Reproduce
Steps to reproduce the behavior:

  1. Create 2 boxes.
  2. apply a transform on one of the Boxes.
    3.Then copytransform 1 of the boxes to the other box.

Expected behavior
The node copies to the points

Desktop (please complete the following information):

  • OS: Windows 10
  • Blender Version 2.83
  • Sorcar Version Latest version

Additional context
Could also just be a feature request for a copy to points.

@aachman98
Copy link
Owner

Are you looking for a "Scatter" node?

Scatter on faces:
image

Scatter on vertices:
image

Used instance scattering in both examples. You can set the type to "Random" as well (seed-driven variations).

The "Copy Transform" simply copies the location/rotation/scale values from one object to another.

@aachman98 aachman98 added the question Further information is requested label Jul 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants