just a thought, you can get the same effect without adding the bones, if you set all the points pivot to the center point and then add the points to t…
your code only requires a small change myFaces = polyop.getNumFaces myO for fa = 1 to myFaces do ( fCenter = polyop.getFaceCenter myO fa node:true …
and vertex colours macroScript Mesh2CPP category:”Claudes Utils” tooltip:”Mesh to CPP” ( Global Mesh2CPP_Toolbar; local isOpen = false; loc…
i just edit an irrelevant post about checking the class ID to make sure the control was a bezier type.
ignore me
they are stored as flags in the IKey::flags data member… #define BEZKEY_SMOOTH 0 #define BEZKEY_LINEAR 1 #define BEZKEY_STEP 2 #define B…
in c++ we would do something like this… Control *ctrl= node->GetTMController()->GetPositionController(); IKeyControl* keys = GetKeyControlInter…
I found a TYPE_TAB for param you want TYPE_INT_TAB param_id, _T(“tab_param”), TYPE_INT_TAB, init_size, 0, IDS_PARAM_STRING_DESC, p_default, …
arggh head **** too much wine!
hmm… but your method says for instances that they are references as well. no it doesn’t areNodesReferences $box02 $box01 areNodesReferences $box…
class FindReferenceInPipe : public GeomPipelineEnumProc { Object* obj; public: BOOL ref_found; FindReferenceInPipe(Object* _obj) : obj(_obj), …
not particularly, every thing works for me as it stands
isn’t a reference just a node referencing an IDerivedObject where it’s ObjRef points to the original object
turns out the NOTIFY_POST_NODES_CLONED was a much better solution, put the registration in LibInitialize __declspec(dllexport) int LibInitialize() {…