I’ve done a search on this and there is too little said about constraints. Most of it is revolved around bones and IK solvers, but what about setting hard values that an object cannot do.
Does anyone know of good references for doing this? If I want to do things like keep objects from moving beyond -30 degrees and 45 degrees, do I need to do that through python? If so, what are some good references for that?
Lastly, I was wondering if there is a linking and wiring system like in 3dsm. I would like to make some controller that when I slide it from left to right, so that I could control an arm mechanism that grabs something. Think of those machines you put a quarter in and you control this arm and you have to grab a doll of some sort. I like this in 3dsm because there is a visual bar for this type of thing. Would that be something for python as well?