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 …
Hey Kostadin, try this concept if form != undefined do try(form.close())catch() fn maxHW = (dotNetObject “maxCustomControls.win32HandleWrapper” …
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…
Look at this thread on AREA
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…
chromeLogo: gazybara: thanks for the suggestion! I tried your code but it doesn’t select anything: userList = for items in objects where isKindOf i…
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…
Yup. if you think globally, then you’re absolutely right:) At the end users become more confused than excited about new stuff
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 …
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…
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…
This snippet will collect all texturemap classes that have direct file input ( local arr = #() for c in texturemap.classes where c.creatable do ( …
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…