"Boxers" op snippet for GLSLCopyPOP broken in 33060

The ‘boxers’ examples in the op snippets no longer works in 33060. Its something to do with the extention function that creates the BONE_MAT chop inside the MakeDeformCacheTexture baseCOMP

was able to verify that this file (from the POPs examples back in 10/25) opens fine and works in the last official build 32280, but NOT in 33060:

“POPs\Examples\GLSL\GLSLCopyPOP\GLSLCopyPOPAnimOffsetInstancesConnectingLines.22.toe” (uploaded below as well)

Which ties into the bug I mentioned here (something with the calculation of the BONE_MAT script top: Name Mismatch Error

GLSL Copy POP AnimOffsetInstancesConnectingLines.22.toe (1.5 MB)

Hi @watershed

thanks for pointing this out.
In this case the example was build before the introduction of mat4 type attributes it seems.
by changing line 61 in “/humanoidsFighting/MakeDeformCacheTexture/MakeDeformCacheTexture” to arr.append(float(self.CAPT_DATA[i, k].val)) the system starts working again.

We’ll get that fixed here.
cheers
Markus

2 Likes

Thanks Markus, and I’ve now updated the examples in “POPs\Examples\GLSL\GLSLCopyPOP\”