Forum: Poser Technical


Subject: The Poser Subdivision Morph Sorcery Project

odf opened this issue on Dec 16, 2021 ยท 223 posts


adp001 posted Fri, 14 January 2022 at 1:46 PM

ValueError: operands could not be broadcast together with shapes (387296,3) (1539199,3)



Smells like a numpy error :)

I found this hint:

This error occurs when you attempt to perform matrix multiplication using a multiplication sign (*) in Python instead of the numpy.dot() function.