Tamyl
@tamyl
New Member
Joined: Feb 15, 2024
Topics: 45 / Replies: 84
Reply
RE: SDK: modyfing vertex normals

No, for now I’m trying to set the normals to some random directions: MeshNormalSpec *meshNorm = (MeshNormalSpec *) mesh.GetInterface(MESH_NORMAL_SPEC…

7 years ago
Forum
Reply
RE: SDK: modyfing vertex normals

Thanks, that was very useful. For now I’m able to modify the normals when my modifier is above the previously added Edit_Normals modifier, I’m obtain…

7 years ago
Forum
Topic
Forum
Replies: 12
Views: 12
Reply
RE: Obtaining selection level in scripted modifier

Unfortunately I get the –Unknown system exception everytime I call it on TriMesh.

7 years ago
Forum
Topic
Forum
Replies: 2
Views: 17
Reply
RE: Scripted modifier – access to object transform

Thanks! It is a simpleMeshMod that I’m trying to develop so the owningNode variable is a good solution. Unfortunately I’ve encountered another problem…

7 years ago
Forum
Topic
Forum
Replies: 4
Views: 33
Topic
Forum
Replies: 0
Views: 3
Topic
Forum
Replies: 1
Views: 9
Topic
Forum
Replies: 0
Views: 7
Reply
RE: SDK – anything against OpenMP?

I’m using 2014 SDK if ((aA == 0.0f) || (aB == 0.0f) || (aC == 0.0f)) { #pragma omp critical degFaces.Append(1,&j); fnorms[j] =…

10 years ago
Forum
Reply
RE: SDK – anything against OpenMP?

48design: It’s so easy (the basics at least) but it’s used nowhere in the samples See the Shell (SolidifyPW) modifier, function BuildData in Buil…

10 years ago
Forum
Reply
RE: SDK – anything against OpenMP?

Could you share the code? I was playing with multithreading lately without any performance gains, I was trying to calculate vertex normals on highpoly…

10 years ago
Forum
Reply
RE: The MCG Thread: Post Tools, Compounds and questions here!

I’m a little bit dissapointed with the performance of MCG, I’ve made a simple push modifier with animated parameter, on a sphere with 36k vertices I h…

10 years ago
Forum
Reply
RE: skinOps Bug in Max 2015?

I think you’re right. The stuff with setInner/Outer Radius functions are in fact not necessary in my script, I just do it like this: versinfo = dotne…

10 years ago
Forum
Page 3 / 9