Archangel35757
@archangel35757
New Member
Joined: Feb 14, 2024
Topics: 47 / Replies: 351
Reply
RE: constrain pos to a spherical radius

denisT: BTW does any one know or guess why the scale controller is usually picked as an ‘accomplice’ of this hack? Because it’s the last one eva…

11 years ago
Forum
Reply
RE: About 3dMax export Skeleton

You can set the skin pose for a node (bone, shape object, whatever…) without a skin modifier. And use this class’s methods to retrieve it.

11 years ago
Forum
Reply
RE: About 3dMax export Skeleton

This is the header file you need to include: #include <iSkinPose.h> Search the SDK help docs on the ISkinPose Class Reference and you’ll see a…

11 years ago
Forum
Reply
11 years ago
Forum
Reply
RE: About 3dMax export Skeleton

For your root bone maybe try getting TM using: ISkinPose* GetISkinPose(INode& n) …and then get the the parts using: SkinPos() SkinRot() SkinSca…

11 years ago
Forum
Reply
RE: Lots Of Robots

I’d like to purchase these as well… so I hope someone knows.

11 years ago
Forum
Reply
Topic
Forum
Replies: 2
Views: 22
Reply
RE: Plugin development – getting started = pain

Here are the links to the ADN SDK training:

11 years ago
Forum
Reply
RE: Plugin development – getting started = pain

Does Express require you to install the appropriate Windows SDK? There is free SDK training you can download from the Autodesk Developer Network. Al…

11 years ago
Forum
Reply
RE: [SDK] HELP – Creaing an Exporter Modeless Dialog ProgressBar…

Well, in my case… the export process happens so fast that it’s not practical to think the user could press ESC to abort and the ProgressBar simply fla…

11 years ago
Forum
Reply
RE: [SDK] HELP – Creaing an Exporter Modeless Dialog ProgressBar…

We could invoke EndEditParams() to lock out the user maybe?

11 years ago
Forum
Reply
RE: [SDK] HELP – Creaing an Exporter Modeless Dialog ProgressBar…

Well if that doesnt work I guess I can try: if ( GetAsyncKeyState(VK_ESCAPE) ) { } I’ll try and work on it Saturday.

11 years ago
Forum
Reply
RE: [SDK] HELP – Creaing an Exporter Modeless Dialog ProgressBar…

I should just be able to add a WM_CHAR message check with wParam = VK_ESCAPE

11 years ago
Forum
Reply
RE: [SDK] HELP – Creaing an Exporter Modeless Dialog ProgressBar…

@Klunk-1 – Thanks! I’ll give this a try… Also, not sure you saw my previous edit: Also, MSDN states that you must use DestroyWindow() on a modele…

11 years ago
Forum
Page 15 / 27