Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Allow to control Global Illumination settings in CreateMesh node of PathGenerator
#2
Hi

Thanks for your preset suggestion, a really good one. I added it to the backlog. Will probably not be part of the next update, but I will consider it for the one after.

Now to solve your issue, I see two solutions:
  1. To add a script to your scene, that will listen to your module's OnRefresh event, and disable those mesh's options when the event is triggered.
  2. To modify the Create Mesh class (\Curvy\Base\CG Modules\CreateMesh.cs), and make it disable the options at every refresh. You would do that in GetNewMesh method.
The downside of method 1 is that you need to add that script to your scene.
The downside of method 2 is that you need to reapply the modification at each update of the asset.

Did this help?
Please consider leaving a review for Curvy Splines, this helps immensely. Thank you.
Reply


Messages In This Thread
RE: Allow to control Global Illumination settings in CreateMesh node of PathGenerator - by _Aka_ - 11-01-2021, 06:19 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Control Point Interpolation Overrides. rickgplus 1 758 12-11-2025, 08:52 AM
Last Post: _Aka_
  OnAfterControlPointAdded - Control Point is null jh092 5 3,572 02-04-2025, 09:31 PM
Last Post: _Aka_
  Create Mesh Node, Make Static Options rickgplus 1 1,999 01-23-2025, 10:12 AM
Last Post: _Aka_
  How to generate gameobject on the control point Yang Yi 1 1,802 12-10-2024, 10:14 PM
Last Post: _Aka_

Forum Jump: