katisss
01-20-2008, 09:28 PM
I want to use
MStatus MFnCamera:: getFilmFrustum ( double distance, double& hSize, double& vSize, double& hOffset, double& vOffset ) const in python but i cant fins an examples and it's not working.
# TypeError: in method 'MFnCamera_getFilmFrustum', argument 3 of type 'double &' //
Do i need to send pointers really?
MStatus MFnCamera:: getFilmFrustum ( double distance, MPointArray clipPlanes ) const
would do but i get errors here when trying to extract data from MPointArray.
Please help
MStatus MFnCamera:: getFilmFrustum ( double distance, double& hSize, double& vSize, double& hOffset, double& vOffset ) const in python but i cant fins an examples and it's not working.
# TypeError: in method 'MFnCamera_getFilmFrustum', argument 3 of type 'double &' //
Do i need to send pointers really?
MStatus MFnCamera:: getFilmFrustum ( double distance, MPointArray clipPlanes ) const
would do but i get errors here when trying to extract data from MPointArray.
Please help
