Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: Maxscript for loop hopping

just substract element face indexes from all indexes bitarray mapfaces = #{1..mapFacesCount} isolated_mapfaces = for i in mapfaces where mapfaces[i] …

4 years ago
Forum
Reply
RE: The Challenge >>> Biped Figure Mode

if we call getClassInstances just once it always wins, even in situations when there’re thousands of nodes present in a scene. I don’t have a real big…

4 years ago
Forum
Reply
RE: The Challenge >>> Biped Figure Mode

damn So much less code and it is way simpler. I didn’t know the fact that you can use when construct with collections.

4 years ago
Forum
Reply
RE: The Challenge >>> Biped Figure Mode

Not very elegant, but it kinda works try(destroydialog FigureModeCheck) catch() rollout FigureModeCheck “Figure Mode Check” width:191 ( checkbutton …

4 years ago
Forum
Reply
RE: MAXScript: How to create layered .NET window in Windows Forms

GSystems: … PNG files that are loaded one by one, which is not very good for me. You could store them as base64 strings right inside the script s…

4 years ago
Forum
Reply
RE: MAXScript: Control Mix Curve points in Falloff map

there was another thread where it was discussed before here’s what you can do with c# sdk delete objects gc() t = Teapot() f = falloff() t.material …

4 years ago
Forum
Reply
RE: Resource Collector – Scripted plugin

MZ: I need a permanent method. What you want is most likely impossible to do. If you check the Resource Collector source files in sdk you’ll see …

4 years ago
Forum
Reply
RE: Alternative to createFace for editable Poly and Edit Poly modifier?

PolyHertz: fast way to create multiple faces at once from existing verts You could create a trimesh from these verts and then attach it to the ma…

4 years ago
Forum
Reply
RE: Face area calculation too slow

I didn’t check whether unwrap getArea function uses double precision to calc the area (unlikely), but it returned exactly the same result as yours and…

4 years ago
Forum
Reply
RE: getFileModDate on a ftp file?

jen84: The remote server returned an error: (530) Not logged in. Are you sending credentials in for loop?

4 years ago
Forum
Reply
RE: getFileModDate on a ftp file?

maybe because of this? (dotnetclass “system.net.webrequest”).Ftp.GetDateTimestamp – Unknown property: “Ftp” in dotNetClass:System.Net.WebRequest -…

4 years ago
Forum
Reply
RE: getFileModDate on a ftp file?

In case if you need to check modification date of multiple files in remote directory read this answer on stackoverflow otherwise it is quite trivial …

4 years ago
Forum
Reply
RE: Scripted Plugin with spline for clipping

if you’re willing to test every mesh vert against the shape it probably wont be a quick process t1=timestamp();hf = heapfree ( max create mode d…

4 years ago
Forum
Reply
RE: Projection modifier: setting source type to "vertex color" from script

josephjacir: How did you know about it, may I ask? tools > channel info simple as that btw mxs reference also say it pretty much clear <V…

4 years ago
Forum
Page 29 / 84