Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-05-19 06:10:11 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-07-23 08:03:55 +0400
commit54109add6578da9f306973e2e224664e2d63e534 (patch)
treec07414977e7195a4155eaa66ad3b069fbe8fff04 /intern
parentc32a671b3a7f2908c03bcb60f46ca40250dd08fa (diff)
Freestyle: minor speedup by omitting unnecessary transform matrix operations in the file loader.
Previously the imported mesh data were transformed by a local-to-world projection matrix through NodeTransform. Now that the file loader assumes the imported mesh data already in the camera coordinate system, an indentity matrix was supplied to NodeTransform. The present commit avoids this redundant matrix operation by using NodeGroup instead of NodeTransform, recalling the latter is a subclass of the former with extra matrix computations.
Diffstat (limited to 'intern')
0 files changed, 0 insertions, 0 deletions