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
diff options
context:
space:
mode:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2012-06-17 01:49:52 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2012-06-17 01:49:52 +0400
commitd38ba6b5d25ca42f76b6d1b746217a565f26228f (patch)
tree6454d234886c0453b17e59d5cca3e38ab0f1215c /source/blender/compositor/intern/COM_Converter.cpp
parentfa375f0def7dc112f2852af38941d78eadcdd67d (diff)
Fix for persistent failures of BLI_assert(CustomData_has_layer(&dm->faceData, CD_POLYINDEX));
in CDDM_calc_normals_mapping_ex() in source/blender/blenkernel/intern/cdderivedmesh.c. Problem report by flokkievids with an example .blend file for reproducing the issue. Thanks! The issue was caused by the fact that Freestyle was using the pre-BMesh way for constructing mesh data with the aim of generating a temporary 3D scene for stroke rendering. Specifically, the MFace struct was used for defining triangular faces. Now BMesh is in the trunk, MFace is internally used for tessellated faces only, and MPoly and MLoop are used for general mesh data construction. This commit is intended to update the Freestyle stroke rendering code in the BMesh way.
Diffstat (limited to 'source/blender/compositor/intern/COM_Converter.cpp')
0 files changed, 0 insertions, 0 deletions