From Stephan Huber, "attached you'll find a small fix for the 3ds-plugin, so 3ds-files
exported from cinema 4d are imported correctly. It's not cinema's fault, because the 3ds-files show up correctly in 3dStudio Max."
This commit is contained in:
@@ -100,6 +100,10 @@ color_read(Lib3dsRgba rgb, FILE *f)
|
||||
rgb[3]=1.0f;
|
||||
}
|
||||
break;
|
||||
case LIB3DS_COLOR_F:
|
||||
// sth: this will fix 3ds-files exported from cinema 4d
|
||||
lib3ds_rgb_read(rgb, f);
|
||||
break;
|
||||
default:
|
||||
lib3ds_chunk_unknown(chunk);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user