Any thoughts as to why I wouldn’t see any channels in the Krakatoa PRT Update Channel list when I am trying to get PFlow particles to move like a PRT Loader?
I have a PRT Birth set to the same PRT Loader. I then have a PRT Update, but the update shows no channels, and the particles do not move (they are born, but are static). I feel like I have forgotten something basic, but I cannot figure out what.
Thank you for your report! The current version of Krakatoa MX (2.3.1) does not correctly display the available channels in the PRT Update Channel List. This issue should be fixed in our next release of Krakatoa MX.
This is from a build where the checkboxes show up, and only the Position channel is checked, the rest of the options are left at defaults.
So you would have to decide which of the channels in your PRT Loader you want to update, and set the property like this:
obj.UpdateChannels = #("Position", "Velocity", "Color")
obj.ChannelUse = #(0, 1, 1) --this will enable Velocity and Color updates, but disable Position
The ChannelAlphas values set the Blending factor (default is 100), and the ChannelOptions set the radio button for Blend With Existing (0) and Add To Existing (1).
Hope this helps…
The bug is fixed internally, but due to some major changes in the particles’ display performance in 2015+ builds, we could not post a new build as we need to finish some work for the next release…