Skip to content

Implement animCubeNode.py#25

Draft
mottosso wants to merge 1 commit intomasterfrom
animCubeNode
Draft

Implement animCubeNode.py#25
mottosso wants to merge 1 commit intomasterfrom
animCubeNode

Conversation

@mottosso
Copy link
Owner

Time to get real. This is one of the examples out of the Maya devkit, from API 1.0.

There are quite a few things missing for this to work.

  • MFnPlugin
  • MPxNode
  • MDataBlock
  • MDataHandle
  • MFnAttribute (including Unit and Typed)
  • MFnMesh
  • MFnMeshData
  • MTime
  • MFloatPoint
  • Int and float arrays

So it's gonna be a big one. xD

@Muream
Copy link
Contributor

Muream commented Jun 27, 2021

Ha, was just starting to work on some cmdc stuff today actually, nice timing

Should we make a PR for each of those points that we merge as they're done?
That way we can all contribute to this PR.

I like the idea of having a clear goal like that btw, wasn't quite sure what to work on next

@mottosso
Copy link
Owner Author

That’s a good idea! I’ve started on MFnPlugin, the others are up for grabs!

@Muream Muream mentioned this pull request Jul 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments