8Observer8 Posted September 22, 2016 Share Posted September 22, 2016 It is my first export to babylon file. I want to export the texture cube (see blender project in achive) But I receive this message in Blender: WARNING: Material has un-assigned image texture: "Texture" ignored Quote Exporter version: 4.6.1, Blender version: 2.77 (sub 0) ========= Conversion from Blender to Babylon.js ========= Scene settings used: selected layers only: true flat shading entire scene: false inline textures: false texture directory: E:\3DModels\TexturedCube\ Python World class constructor completed processing begun of mesh: Cube processing begun of Standard material: Material.001 WARNING: Material has un-assigned image texture: "Texture" ignored num positions : 17 num normals : 17 num uvs : 34 num uvs2 : 0 num colors : 0 num indices : 36 processing begun of camera (FreeCamera): Camera processing begun of light (POINT): Lamp ========= Writing of scene file started ========= ========= Writing of scene file completed ========= ========= end of processing ========= elapsed time: 0 min, 0.0066 secs TexturedCube.zip Quote Link to comment Share on other sites More sharing options...
gryff Posted September 22, 2016 Share Posted September 22, 2016 1 hour ago, 8Observer8 said: But I receive this message in Blender: WARNING: Material has un-assigned image texture: "Texture" ignored Morning from Canada @8Observer8 Warnings may, or may not, mean you have a problem. A .babylon file has been created. When I checked your file you have created a texture slot for the cube, but have not assigned an image to it - see the green rectangle in the image below. Sometimes, you will get a warning if you have no camera or lights assigned to the Blender layer(s) being exported. You may have created the camera/lights by other means (a script) and all you want is/are the geometry/meshes from Blender. It does not mean there is necessarily a serious ERROR. As for the version of the exporter - I use ver 5.0.5. cheers, gryff Quote Link to comment Share on other sites More sharing options...
8Observer8 Posted September 22, 2016 Author Share Posted September 22, 2016 Thank you very much! It works now https://8observer8.github.io/BabylonJS/TexturedCube/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.