Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Exporting blender file with textures

Can any one give me an idea how i can export/share a .blend file in blenders with the textures? Baking textures is one way but i want to export the file without baking and all the textures.

thanx

like image 972
user3303274 Avatar asked Oct 28 '14 09:10

user3303274


2 Answers

It is simple, Blender has a packing option, which packs all the resources into .blend file.

"File"->"External Data"->"Pack All into .blend"

Sample link

http://blenderartists.org/forum/showthread.php?194820-Pack-texture-in-Blender-2-5

like image 121
VivekParamasivam Avatar answered Nov 08 '22 05:11

VivekParamasivam


As this link suggests, https://blenderartists.org/t/export-3ds-files-from-blender-with-attached-textures/674100

File naming should be simple and texture must be in same folder as your .blend file. If there is space in file name it may not work.

In general spaces in file names should be avoided.

Hope this helps ( anybody ) too.

like image 20
nish Avatar answered Nov 08 '22 04:11

nish