if(list!=[]) is always better than if(list), which compiles to if(!(list==[])). if(float) can't be optimized, but it is equivalent to if(float!=0.0) which can. Same for vector, rotation.
65 KiB
65 KiB