Affichage des articles dont le libellé est Max SdK. Afficher tous les articles
Affichage des articles dont le libellé est Max SdK. Afficher tous les articles

Programming for Pipeline

Thanks to CGTantra for publishing my article on pipeline development. It is all about the scope of programming in production pipeline development. Aim to make it a general and easy to understand for non programmers…wishing for more talented pipeline developers will come from Indian CG Industry.

Part I

Part II

Continue Reading...

Using 3dsMax native window as owned parent of Dotnet form

Plan is instead of win32 using dotnet form with 3dsMax SDK. But how can make the dotnet window as owned child of 3dsmax native window (required to behave properly in minimize/maximize or activate/deactivate window cases)? NativeWinodow class under System.Windows.Form namespace can solve the problem. Code snippet I have used...

Interface* Ip = GetCOREInterface();
HWND childHWND = varForm.CreateForm(Ip->GetMAXHWnd());

void WrapForm::CreateForm(HWND ParentHandle)
{
Test::TestForm^ netForm = gcnew Test::TestForm();
netForm->Show(System::Windows::Forms::NativeWindow::FromHandle(
(System::IntPtr)ParentHandle));
}
Continue Reading...

MaxScript Editing Studio

Very excited about it. I am developing one max script editing environment for 3dsmax 9.0 with the help of Dot net and Scintilla. Unlike other editor it is completely integrated within max. For this project I'm using C#. But there are lot of unsafe block and platform invoke I used to talk with Scintilla from dotnet. Also one lexar I wrote for Scintilla to support max language features.

Some screenshots of work in progress...




Continue Reading...

lala moulati ana9a maghribia

seo

 

Blogroll

Site Info

Text

telechargementz Copyright © 2009 WoodMag is Designed by Ipietoon for Free Blogger Template