I've tried to follow along with the tutorial of Solaris https://www.youtube.com/watch?v=QqE4HYFDbGk [www.youtube.com]
on Houdini's YouTube Channel.
The material's base colour was bind by a point attribute from sop import.
then at the instancer(Instance to point LOP), I used a randomise attribute to assign instance point
a attribute with the same name of the bind.
Then, every time I tried to put this name under `Point Attributes to Copy` field, houdini crashes.
Any clues?
(File attached, try put 'leaves' in `Point Attributes to Copy`. it will crash)
Houdini version: 18.5.351 Apprentice
[LOP instancer] Crashing on Point Attributes to Copy
3439 4 2- Junru_Tao
- Member
- 2 posts
- Joined: Feb. 2017
- Offline
- robp_sidefx
- Staff
- 497 posts
- Joined: June 2020
- Offline
- GrahamDClark
- Member
- 112 posts
- Joined: July 2005
- Offline
- robp_sidefx
- Staff
- 497 posts
- Joined: June 2020
- Offline
Hi Graham,
Assuming you're working with the hipnc from the start of this thread, one issue I notice is that the "leaves" primvar is both on the PointInstancer and the mesh. The latter is because it's specified in SOPs to a constant green colour. If you disable the SOP-level assignment then only the instancer assignment will be picked up.
- Rob
Assuming you're working with the hipnc from the start of this thread, one issue I notice is that the "leaves" primvar is both on the PointInstancer and the mesh. The latter is because it's specified in SOPs to a constant green colour. If you disable the SOP-level assignment then only the instancer assignment will be picked up.
- Rob
- GrahamDClark
- Member
- 112 posts
- Joined: July 2005
- Offline
-
- Quick Links