Exemplo n.º 1
0
static PyObject* pyG3DSMaxKeyFrame_getValue(pyG3DSMaxKeyFrame* self, void*) {
    return pyAffineParts_FromAffineParts(self->fThis->fValue);
}
Exemplo n.º 2
0
static PyObject* pyMatrixChannel_getAffine(pyMatrixChannel* self, void*) {
    return pyAffineParts_FromAffineParts(self->fThis->getAffine());
}