Getting all these warnings when I import a character

Issue #1700 invalid
Joe Morris @ FAST Animation Studio Toolz created an issue

when I have my activate diffuse auto mode on in my add on that automatically activates diffuse image textures

but I turn that off and have been getting around them

but I think I traced it to your add on…it is giving some of these errors too I have a lot of objects in my scene I think I know which objects are causing it so I'm gonna use the import daz materials function to get around them but is there any way you could give me a clue about what's causing this or can we add you know maybe an option to cancel these warnings or hide these warnings in your add-on… because they really get in the way and I think they stop some long running blender processes from going off perfectly like your own maybe not 100% sure or any more information on these warnings would be really awesome.. Or maybe some sort of verbose system that when these warnings are gotten it points to the exact object and material that's causing these warnings and plainly tells you you need to use import dazz materials on it

see it happens right after building objects…

Loading C:/Users/W/AppData/Roaming/Blender Foundation/Blender/3.6/scripts/addons/FAST/daz_studio_save/ENSLEY TUTORIAL EXAMPLE.duf
Parsing data
Preprocessing...
Fitting objects with dbz file...
Building objects...
WARN (bpy.rna): C:\Users\blender\git\blender-v360\blender.git\source\blender\python\intern\bpy_rna.c:1343 pyrna_enum_to_py: current value '713' matches no enum in 'Node', 'Mix', 'type'
WARN (bpy.rna): C:\Users\blender\git\blender-v360\blender.git\source\blender\python\intern\bpy_rna.c:1343 pyrna_enum_to_py: current value '713' matches no enum in 'Node', 'Mix', 'type'
WARN (bpy.rna): C:\Users\blender\git\blender-v360\blender.git\source\blender\python\intern\bpy_rna.c:1343 pyrna_enum_to_py: current value '713' matches no enum in 'Node', 'Mix.001', 'type'
WARN (bpy.rna): C:\Users\blender\git\blender-v360\blender.git\source\blender\python\intern\bpy_rna.c:1343 pyrna_enum_to_py: current value '713' matches no enum in 'Node', 'Mix.001', 'type'
WARN (bpy.rna): C:\Users\blender\git\blender-v360\blender.git\source\blender\python\intern\bpy_rna.c:1343 pyrna_enum_to_py: current value '713' matches no enum in 'Node', 'Mix', 'type'
WARN (bpy.rna): C:\Users\blender\git\blender-v360\blender.git\source\blender\python\intern\bpy_rna.c:1343 pyrna_enum_to_py: current value '713' matches no enum in 'Node', 'Mix', '.

Comments (7)

  1. Thomas Larsson repo owner

    Hard to tell what goes wrong in the Blender C-code. To better localize where the warnings happen, I added some more debug prints in the console, which show up if the global verbosity >= 4. Perhaps that can tell us where the problem happens.

  2. Joe Morris @ FAST Animation Studio Toolz reporter

    yeah if I got eu o K genius programmers trying to figure out this too that'll be so awesome unfortunately those warnings don't give enough information to track down every affected material well actually it does you can search for mixed legacy but I've still had difficulty doing this

    I'm writing functionality for my add-on that will with my activate diffuse feature will when it's parsing the nodes search out those undefined nodes that cause these warnings and automatically fix them so that's gonna be a start

    so you guys should probably set up something to do the same and still allow those warnings to go through you know but as verbose as they can but maybe make a tickable option that'll fix these items you know like an automatic import DAZ materials kind of thing

  3. Joe Morris @ FAST Animation Studio Toolz reporter

    You are my best programmer that works with me that wrote my activate diffuse is doing the mixed legacy thing too today or tomorrow so if you guys like I could just send over the code so you don't even have to figure it out

  4. Joe Morris @ FAST Animation Studio Toolz reporter

    What do you mean by that this is an error in the customized version I'm using the latest development build when I get those errors and it happened in your code section you know the easy import DAZ dialog in the console

  5. Joe Morris @ FAST Animation Studio Toolz reporter

    yeah just to reiterate from my last post I don't in any way change the code of your add-on… You guys came up with all this so I just trust your judgment

  6. Log in to comment