gazybara
@gazybara
New Member
Joined: Feb 14, 2024
Topics: 36 / Replies: 998
Reply
RE: [example] Save material library file for lower max version

Thanks Denis. I not use XRef that’s why I’m not familiar with this method. I always love to see different aproch so can you show some example if it’s …

11 years ago
Forum
Topic
Reply
RE: DotNet form with Width = 50. Is it possible?

Hey Kostadin, try this concept if form != undefined do try(form.close())catch() fn maxHW = (dotNetObject “maxCustomControls.win32HandleWrapper” …

11 years ago
Forum
Reply
RE: Gradient Ramp Textures

You recived en error because “Flag__3__Texture” is read-only property of gradient ramp and you can assigne map only manually but not with mxs. I often…

11 years ago
Forum
Reply
11 years ago
Forum
Reply
RE: Python 4 Max 2014

Look at this thread on AREA

11 years ago
Forum
Reply
RE: Python 4 Max 2014

denisT: probably some of you think that i’m a kind of ‘pythonofob’. no. well, i don’t like Python but i know it and use it. i’m just against its imp…

11 years ago
Forum
Reply
RE: Creating collections & arrays…

chromeLogo: gazybara: thanks for the suggestion! I tried your code but it doesn’t select anything: userList = for items in objects where isKindOf i…

11 years ago
Forum
Reply
RE: Creating collections & arrays…

Denis showed very nice example. In your case you need to replace “or” with “and” ei. for os in objects where isKindOf os GeometryClass and isKindOf o…

11 years ago
Forum
Reply
RE: Python 4 Max 2014

Yup. if you think globally, then you’re absolutely right:) At the end users become more confused than excited about new stuff

11 years ago
Forum
Reply
RE: Python 4 Max 2014

I saw that news yesterday, and of course I can not wait to see this baby in action. September 30 is the day. I do not think that Phyton will ever be …

11 years ago
Forum
Reply
RE: isClassCreatable??

Another tricky map type is Camera_Map_Per_Pixel .zbuffer property is only one that require direct map input in the form of bitmap but not filename. Ho…

11 years ago
Forum
Reply
RE: isClassCreatable??

Above method is not acurate in most cases. One of the case is VRayBmpFilter map which is not recognized by AssetTracking also. Using showclass obvious…

11 years ago
Forum
Reply
RE: isClassCreatable??

This snippet will collect all texturemap classes that have direct file input ( local arr = #() for c in texturemap.classes where c.creatable do ( …

11 years ago
Forum
Reply
RE: isClassCreatable??

Is there a way to collect all creatable classes that have property that represent filename? I want to find all these classes to be able to collect lat…

11 years ago
Forum
Page 32 / 69