GPNMilano wrote:So if you have one shirt, you have three meshes for the shirt you need to create. a low poly, medium poly and high poly shirt.
Aloys wrote:I guess the morph targets are for the body 'build' settings?
(08/05 19:55:06) DEBUG: xTakableClothing.IEnableClothing(): Enabling clickable on Newsuitbox...
(08/05 19:55:22) Tint 1 is (1.0,1.0,1.0)
(08/05 19:55:22) Tint 2 is (1.0,1.0,1.0)
(08/05 19:55:22) DEBUG: xTakableClothing.OnNotify(): Wearing Newsuit_MaleTorso
(08/05 19:55:22) Traceback (most recent call last):
(08/05 19:55:22) File "./xTakableClothing.py", line 326, in OnNotify
(08/05 19:55:22) RuntimeError: unidentifiable C++ exception
andylegate wrote:Have not seen anything else posted on this, but would like to show something:
I've got my clothing meshes all set up correctly (at least according to prpshop when comparing them to the other prp files in the GlobalClothing age).
When I link in to my test age and click on the clothes, I get a nice box popping up asking if I want to wear it now. I click on Yes, and nothing happens.
Opening up the Elfviewer, and the python log shows this:
- Code: Select all
(08/05 19:55:06) DEBUG: xTakableClothing.IEnableClothing(): Enabling clickable on Newsuitbox...
(08/05 19:55:22) Tint 1 is (1.0,1.0,1.0)
(08/05 19:55:22) Tint 2 is (1.0,1.0,1.0)
(08/05 19:55:22) DEBUG: xTakableClothing.OnNotify(): Wearing Newsuit_MaleTorso
(08/05 19:55:22) Traceback (most recent call last):
(08/05 19:55:22) File "./xTakableClothing.py", line 326, in OnNotify
(08/05 19:55:22) RuntimeError: unidentifiable C++ exception
Line 326 in the xTakableClothing file is where it starts it's new class. GPNMilano, you obviously got around this. How did you do it?
ColorLabel1 = Shirt; ColorLabel2 = ; GroupName = DRCVest; nonStandard
Paradox wrote:OnNotify ends before line 326... However, usually these C++ errors means that one of the objects is invalid. I'm guessing the problem is when it tries to set the colours.
Users browsing this forum: No registered users and 2 guests