1: compare the nk lists between a phong and indigoShader nodes in a new scene
2: run the command below:
Code: Select all
	string $tstPath=`optionVar -q indigoRendererPath`+"/nkdata/";
	if(`filetest -r $tstPath`)
	{
		string $nkList[]=`getFileList  -filespec "*.nk" -fld $tstPath`;
		string $list2string;
		print "\n";
		for($i=0; $i < 10; $i++)
		{
			print ("File: "+$nkList[$i]+" >> name: ");
			string $nkFile = `basenameEx $nkList[$i]`;
			print ($nkFile+"\n");
			$str = $list2string!="" ?	":" :	"";
			$list2string+=$str+$nkFile;
		}
	}
	else warning "Indigo nkData folder not found !";and if the extension is appearing in the list please post the result of the following:
Code: Select all
basenameEx "c:/bibop/techno.dummyExtension"Thanks
If the error persists on that side I can still fix it at export time.
 
        
 .
 .