Sean Meighan

Welcome => Do You Need Help? Post it here => Topic started by: stgregg on August 22, 2021, 10:52:31 AM

Title: Null pixels in the middle of strings (between props)
Post by: stgregg on August 22, 2021, 10:52:31 AM
Trying to figure the best way to have null pixels between connected props.  In the past, it has been suggested to make a virtual string or manually enter the start channel.  With Auto Config enabled, I don't believe manually entering a start channel is possible.  What is currently the best way to accomplish this?
Title: Re: Null pixels in the middle of strings (between props)
Post by: keithsw1111 on August 22, 2021, 12:48:30 PM
Not enough information here to be sure. Generally you define it on the prop after the null but that won?t work if it is multi string and only the first has nulls. Other way would be a dummy prop for the null.
Title: Re: Null pixels in the middle of strings (between props)
Post by: stgregg on August 22, 2021, 06:13:21 PM
Thanks Keith.  I'll go the dummy prop route.