Archangel35757
@archangel35757
New Member
Joined: Feb 14, 2024
Topics: 47 / Replies: 351
Reply
RE: A couple of controller plugin questions

In your Configuration Properties what do you have “Debugger Type” set to? …and did you change any of the default debugging settings in the project pr…

9 years ago
Forum
Reply
RE: A couple of controller plugin questions

When I create a 3ds Max 2013 wizard controller project… the default program database file for the HybridUnicode x64 configuration is defaulted to: $(…

9 years ago
Forum
Reply
RE: My First Controller Plug-in… Questions:

Regarding associating a Checkbox with another pblock parameter’s Bezier float controller tangent types… …Maybe a simpler solution would be to use a M…

9 years ago
Forum
Reply
RE: My First Controller Plug-in… Questions:

So, I’m still trying to figure out how to associate the “radius unlocked” checkbox with the radius Bezier float controller– in regards to causing a c…

9 years ago
Forum
Reply
RE: My First Controller Plug-in… Questions:

So I’m not sure if I’m reading/understanding the SDK literature correctly… Am I correct to think that Bezier Tangents In/Out Types are a global setti…

9 years ago
Forum
Reply
RE: My First Controller Plug-in… Questions:

So the parameter block is working (although aspects of it are not tied into the overall controller methods…) but what I’m trying to do now is properly…

9 years ago
Forum
Reply
RE: My First Controller Plug-in… Questions:

Thanks @Klvnk… that works! So I have 4 references: pos, rot, scl, pblock Also, should I add the following in the Copy method under the existing N…

9 years ago
Forum
Reply
RE: My First Controller Plug-in… Questions:

Ok… so I commented those things out, changed pblock to ref 0 and changed NumRefs to 4 and modified my Copy( ) method as follows: void AnimPivotConst:…

9 years ago
Forum
Reply
RE: My First Controller Plug-in… Questions:

Then what is ref 0 in the Copy method??? ReplaceReference(0,(ReferenceTarget*)ctrl->tmControl->Clone(*remap)); Should I be using: (*this) So…

9 years ago
Forum
Reply
RE: My First Controller Plug-in… Questions:

Klvnk: the assertion ref (0) == the tm controller itself is wrong the system gets the number of refs from int NumRefs() then iterates through expec…

9 years ago
Forum
Reply
RE: My First Controller Plug-in… Questions:

Hmm… that was it. I had NumRefs = 4 and I changed the pblock ref to 0 and it resets successfully. But I still want to understand the save chunks and…

9 years ago
Forum
Reply
RE: My First Controller Plug-in… Questions:

Yes, I will do that momentarily… ALSO, trying to understand/resolve the load/save issues… I read the SDK section “Loading and Saving Plugin Data” and…

9 years ago
Forum
Reply
RE: A couple of controller plugin questions

Malkalypse: …It might help if I know what I was SUPPOSED to be using… Simply create a new temp Controller project and look at what the default pa…

9 years ago
Forum
Reply
RE: A couple of controller plugin questions

Maybe it would help if you posted a screenshot of your Project’s property page for where you are writing the PDB file to… in relation to where all of …

9 years ago
Forum
Reply
RE: A couple of controller plugin questions

Is the pdb file that compiled from your hybrid build in the same folder as the compiled dlc plugin? If not move it there and see if it finds it. If …

9 years ago
Forum
Page 7 / 27