Material problem of Shape node - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: Bugs and Issues (https://forum.tyflow.com/forum-3.html) +--- Thread: Material problem of Shape node (/thread-2475.html) |
Material problem of Shape node - zhangqingcheng - 06-23-2021 When the Inherit from reference of the Shape node is used to read the material, if the group is picked, the geometry material in the group cannot be guaranteed to be correct. RE: Material problem of Shape node - tyFlow - 06-23-2021 When groups are chosen, inheritance is only possible when "split groups" is enabled. RE: Material problem of Shape node - zhangqingcheng - 06-25-2021 (06-23-2021, 05:30 AM)轮胎流 Wrote: 当选择组时,只有在启用“拆分组”时才能进行继承。 Well, although this will be a mess, but it can only be done like this, and I hope it can be improved in the future. RE: Material problem of Shape node - tyFlow - 06-25-2021 You can't have multiple materials applied to a single particle (unless you do your own multi-sub material setup), so the limitation won't change. Instead of using a Shape operator with a combined group, you can use an Actor operator and import the objects using a tyActor helper. That way the hierarchy of your particles will be retained as well as their materials (you just need to enable material inheritance in the Actor operator). RE: Material problem of Shape node - zhangqingcheng - 06-25-2021 (06-25-2021, 03:07 PM)轮胎流 Wrote: 你不能有多个材料应用到一个单一的粒子(除非你自己做多子材料设置),所以限制不会改变。I almost forgot this method. Thank you |