Would it make sense to add an option to exclude the first row from the .col
method of DATs?
col(nameOrIndex1, nameOrIndex2..., caseSensitive=True, excludeFirstRow=False)β list:
Would it make sense to add an option to exclude the first row from the .col
method of DATs?
col(nameOrIndex1, nameOrIndex2..., caseSensitive=True, excludeFirstRow=False)β list:
I guess using
.col('colname')[1:]
returns the same thing?
Thatβs what I use too to drop the first item.
I picked this up from your volumetric lighting workflow, super handy