~ubuntu-branches/ubuntu/utopic/blender/utopic-proposed

« back to all changes in this revision

Viewing changes to release/scripts/addons/io_scene_obj/__init__.py

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-02-19 11:24:23 UTC
  • mfrom: (14.2.23 sid)
  • Revision ID: package-import@ubuntu.com-20140219112423-rkmaz2m7ha06d4tk
Tags: 2.69-3ubuntu1
* Merge with Debian; remaining changes:
  - Configure without OpenImageIO on armhf, as it is not available on
    Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
242
242
            description="Write sharp edges as smooth groups",
243
243
            default=False,
244
244
            )
 
245
    use_smooth_groups_bitflags = BoolProperty(
 
246
            name="Bitflag Smooth Groups",
 
247
            description="Same as 'Smooth Groups', but generate smooth groups IDs as bitflags "
 
248
                        "(produces at most 32 different smooth groups, usually much less)",
 
249
            default=False,
 
250
            )
245
251
    use_normals = BoolProperty(
246
252
            name="Include Normals",
247
253
            description="",