Klvnk
@klvnk
New Member
Joined: Feb 14, 2024
Topics: 50 / Replies: 1212
Reply
RE: Create bones to specific points

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…

7 years ago
Forum
Reply
RE: GetNormals / GetFaceNormal simple Question

your code only requires a small change myFaces = polyop.getNumFaces myO for fa = 1 to myFaces do ( fCenter = polyop.getFaceCenter myO fa node:true …

7 years ago
Forum
Reply
RE: [SDK] mesh to cpp (with uv coords)

and vertex colours macroScript Mesh2CPP category:”Claudes Utils” tooltip:”Mesh to CPP” ( Global Mesh2CPP_Toolbar; local isOpen = false; loc…

7 years ago
Forum
Reply
RE: Set tangents type (C#)

i just edit an irrelevant post about checking the class ID to make sure the control was a bezier type.

7 years ago
Forum
Reply
7 years ago
Forum
Reply
RE: Set tangents type (C#)

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…

7 years ago
Forum
Reply
RE: Set tangents type (C#)

in c++ we would do something like this… Control *ctrl= node->GetTMController()->GetPositionController(); IKeyControl* keys = GetKeyControlInter…

7 years ago
Forum
Reply
RE: [SDK] how to save structure or array, or Tab<>

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, …

7 years ago
Forum
Reply
7 years ago
Forum
Reply
RE: Instance Cloning when the Object is referencing the INode

hmm… but your method says for instances that they are references as well. no it doesn’t areNodesReferences $box02 $box01 areNodesReferences $box…

7 years ago
Forum
Reply
RE: Instance Cloning when the Object is referencing the INode

class FindReferenceInPipe : public GeomPipelineEnumProc { Object* obj; public: BOOL ref_found; FindReferenceInPipe(Object* _obj) : obj(_obj), …

7 years ago
Forum
Reply
RE: Instance Cloning when the Object is referencing the INode

not particularly, every thing works for me as it stands

7 years ago
Forum
Reply
RE: Instance Cloning when the Object is referencing the INode

isn’t a reference just a node referencing an IDerivedObject where it’s ObjRef points to the original object

7 years ago
Forum
Reply
RE: Instance Cloning when the Object is referencing the INode

turns out the NOTIFY_POST_NODES_CLONED was a much better solution, put the registration in LibInitialize __declspec(dllexport) int LibInitialize() {…

7 years ago
Forum
Page 23 / 85