Things we are gonna need are

  • Blender 2.7x www.blender.org/
  • XPS tools addon for Blender
  • A Model for XPS/XNALara (Binary or ASCII)
For Mac Users
Safari automatically unzips downloaded files and deletes the original ZIP file. 
Try disabling this function (I don't know how, I never used a Mac) or download using another browser like Firefox.

Preparation

First thing we have to do is to installing the addon.
Go to the provided link and download the latest version of the addon. DO NOT UNZIP IT.
Open Blender and go to File > User Preferences
Select the Addons tab and click the "Install fom File..." button


Find the downloaded addon zip file and click the "Install fom File..." button

The XPS tools addon should be de only addon diplayed on the list, if not type "XPS" in the search dialog.
Now Check the checkbox to the right to enable the addon.
Click the "Save User Settings" button and close the window.



A new tab called XPS should have appeared in the toolshelf

Importing the model

Now open your backdrop.


We are ready to import the XPS/XNALara model. In the 3DView show the toolshelf (Shrotcut: T) and go to the XPS tab. Select the Import Model Button an import the model. 
The addon will create all the materials and import the armature of the model.


To preview the model without having to setup lighting, click the Shadeless button in the XPS toolshelf.

Posing

If your model had a armature in XPS/XNALara, the addon created an armature in Blender and you can pose it or import a pose just like in XPS.

To manualy pose the model select the armature. Change to Pose mode. You can make a second 3Dview and set its display mode to "Render Only" to make the results easier to see. The CheckBox "Render Only" will hide fom the view ani object that is not displayed in the render.


To import a pose: Select the armature. In the XPS toolshelf click the Import: Pose button. Select the pose file and... done.

Lighting the scene

Create a Area Light (SHIFT A). This will be out main light, it will provide most of the light to our model. 



If you have trouble selecting the light or any object in your scene hold ALT while selecting. Blender will display a list of all the objects under the cursor for you to elect from.
Position the light.
Now we are going to aim the light. With the light selected press CTRL 0 (Zero, Insert from the keypad). This will set the light as the active camera and the view will change to the lamps perspective.
Press SHIFT F to enter Walk navigation mode. In this mode you can move just like in a FPS game 
Look around with the mouse.
Walk with WASD.
Q and E go up and down.
SHIFT sprint.
ALT walk.
Mouse scroll wheel up and down control the movement speed.
SPACE or middle mouse button teleport to the cursor position.

WARNING: TAB will activate gravity and the camera will fall down if there nothing under it.

Aim the lamp to the model then left click or hit enter to end the Walk navigation mode.

To exit camera perspective mode press 0 (Zero, Insert from the keypad). Adjust the distance of the light so the dotted line ends when touching the model. At this point the light is at mid intensity. Set its Energy to 0.5


Duplicate the light by pressing SHIFT D. The new light will be our "Fill light". It's purpose is to make the shadows of the main light not so dark but allowing some shading so the model doesn't look flat. Set it's energy to 0.2. Position the same way that the main light.

Camera Positioning

Select the camera and position it just like you did with the lights
CTRL 0 (Zero, Insert from the keypad): set the camera as the active camera
SHIFT F: Walk Navigation mode.

You can also press CTRL ALT 0 (Zero, Insert from the keypad) to place the active camera at the same position as the current 3DView.
Change the resolution to the desired size. The percentage under the resolution will reduce the resolution to make preview renders faster. We will change this to 100% when we make the final render.

Rendering

We are ready to see our creation in all it's glory, press F12
This render is not our final render. It's a little lower quality but a lot faster.

Now you can tweak the pose of the model, the lights, etcs. Once you are happy with the results we are ready for the final render.

Increase the fill light Samples to 5 and the main light to 10.


set the resolution to 100%.


enable indirect lighting.


All is ready for the final render, Press F12 again. Depending on your machine and the complexity of the scene this may take a while. Once the render is ready save it. Go to Image > Save as Image.

Enjoy your work and don't forget to share!

XPS to Blender 2.7x的更多相关文章

  1. Blender to XPS(blender 2.7x Internal materials)

    Things we are gonna need are Blender 2.7x www.blender.org/ XPS tools addon for Blender A model made ...

  2. Blender 之 Splash 代码分析

    注:以下内容基于 Blender 2.7x 版本工程,其它低版本可能有改动. Blender启动完成时,会出现一个画面,英文叫Splash.默认是打开的,可以在设置里关闭.在文件菜单里点击用户首选项( ...

  3. Threejs 使用的3D格式

    3D格式你可以通过任意软件导出(.3ds,dae等),但是threejs 无法使用, 1,http://www.blender.org/ 下载这款开源的3d软件 2,https://github.co ...

  4. Blender 工具使用——显示键盘和鼠标操作

    Blender 工具使用--显示键盘和鼠标操作 Blender自己本身就带有显示按键和鼠标的功能,就是3D View: Screencast Keys插件. 打开 File(文件) -> Use ...

  5. PPT转化成Image、PPTX、XPS、EMF

    最近工作经常用到演示文稿,接触到了一款不错的免费软件—Free Spire.Presentation.使用之后发现这款软件非常轻巧,功能还挺齐全.这款软件的转化功能也是非常不错的,平时遇到的各种转换难 ...

  6. Blender 之修改器代码分析

                           Blender的修改器(modifier)模块,默认界面右下块(Property)面板的扳手,分类(修改.生成.形变.模拟)列出所有的修改器.也可以空格键 ...

  7. Blender 脚本之 Operator 初探

    addon(插件)用来扩展 Blender 的功能,跟其他软件里的 plugin(插件)一样,去掉不会影响软件的运行.插件可以加到 Blender 的用户偏好设置目录里,或者就在你所编辑的.blend ...

  8. Blender使用基础

    快捷键 -- 鼠标放在“大纲视图” -- .(小键盘) 定位到所选对象(该键的英文为period) -- 鼠标放在“3D视图” -- n  打开3D视图右面属性面板(把鼠标放在面板上,按F5可以左右切 ...

  9. blender源代码编译

    blender源码路径(svn):https://svn.blender.org/svnroot/bf-blender/trunk/blender/ 依赖外部Lib(svn):https://svn. ...

随机推荐

  1. Hark的数据结构与算法练习之地精(侏儒)排序

    算法说明 地精排序是交换排序的一种,它是冒泡排序的一种改良,我感觉和鸡尾酒排序挺像的. 不同之处是鸡尾酒排序是从小到大,然后再从大到小切换着排序的.而地精排序是上来先从小到大排序,碰到交换到再从大到小 ...

  2. elk是指logstash,elasticsearch,kibana三件套,这三件套可以组成日志分析和监控工具

    Logstash是一个完全开源的工具,他可以对你的日志进行收集.分析,并将其存储供以后使用(如,搜索),您可以使用它.说到搜索,logstash带有一个web界面,搜索和展示所有日志.kibana 也 ...

  3. MySQL 安装 启动命令总结

    MySQL 安装 启动 基本语法概述 MySQL安装和配置 我是直接使用安装包:mysql-installer-community-5.6.10.1.msi 安装的时候其中有几点要注意: 1.记住端口 ...

  4. nodeAPI--HTTP

    HTTP:   //超文本协议,是属于TCP上层的协议 http协议构建在请求和响应概念上,node.js中对应http.ServerRequest,http.ServerResponse; 当用户浏 ...

  5. PDA移动开单系统-PDA开单,手机开单,开单APP,移动开单,移动POS开单

    仓库的送货员.收货员.仓管员人手一部PDA,门店可以直接PDA扫描商品下订单或输入编号.拼音码等下订单,订单会直接录入到仓库管理软件中. 仓管在系统中可以一目了然的查询商品库存和订单需求数量.根据库存 ...

  6. LCS(滚动数组) POJ 1159 Palindrome

    题目传送门 题意:一个字符串要变成回文串至少要插入多少个字符 分析:LCS,长度 - 原串和反串的最大相同长度就是要插入的个数.解释一下,当和反串相同时,在原串中已经是回文的部分了,那么减去LCS长度 ...

  7. The number of divisors(约数) about Humble Numbers[HDU1492]

    The number of divisors(约数) about Humble Numbers Time Limit: 2000/1000 MS (Java/Others)    Memory Lim ...

  8. python 根据对象和方法名,返回提供这个方法的定义的类

    def find_defining_class(obj, method_name): for ty in type(obj).mro(): if method_name in ty.__dict__: ...

  9. BZOJ4260: Codechef REBXOR

    Description Input 输入数据的第一行包含一个整数N,表示数组中的元素个数. 第二行包含N个整数A1,A2,…,AN.     Output 输出一行包含给定表达式可能的最大值.   S ...

  10. 清除 WD MyCloud 自动生成的 .wdmc 目录

    1. 先 SSH,停止相应服务 /etc/init.d/wdmcserverd stop/etc/init.d/wdphotodbmergerd stop 2. 禁止服务自启动 update-rc.d ...