csaez / rigicon

Curve/icon library for Softimage.
GNU General Public License v3.0
3 stars 3 forks source link

Initial working commit #3

Closed tokejepsen closed 10 years ago

tokejepsen commented 10 years ago

Following features implemented: creation, shape and size.

csaez commented 10 years ago

Hey Toke, I really appreciate this, thank you! I'm a bit busy now pushing my reel around and trying to get a job, I'll be back on this as soon as possible.

tokejepsen commented 10 years ago

np:) looking forward to using this in production in the future. This was just to show where I was at, and how I was structuring the code so we weren't working on the same thing as the same time.

tokejepsen commented 10 years ago

Hey Cesar, I'm back working on this again. This is just the initial commit for a working version with shapes and connect attributes. This is working with the wishlib Maya implementation you made, though I have sent a pull request with some changes.

The biggest change is to have connections to nodes by message attributes. This ensures that referencing is not going to break the framework.