Changeset View
Changeset View
Standalone View
Standalone View
source/blender/io/wavefront_obj/exporter/obj_exporter.cc
| Context not available. | |||||
| if (export_params.export_smooth_groups) { | if (export_params.export_smooth_groups) { | ||||
| obj.calc_smooth_groups(export_params.smooth_groups_bitflags); | obj.calc_smooth_groups(export_params.smooth_groups_bitflags); | ||||
| } | } | ||||
| if (export_params.export_materials) { | |||||
| obj.calc_poly_order(); | |||||
| } | |||||
| if (export_params.export_normals) { | if (export_params.export_normals) { | ||||
| obj_writer.write_poly_normals(fh, obj); | obj_writer.write_poly_normals(fh, obj); | ||||
| } | } | ||||
| Context not available. | |||||