~ubuntu-branches/ubuntu/trusty/blender/trusty

« back to all changes in this revision

Viewing changes to source/blender/python/rna_dump.py

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-03-06 12:08:47 UTC
  • mfrom: (1.5.1) (14.1.8 experimental)
  • Revision ID: package-import@ubuntu.com-20130306120847-frjfaryb2zrotwcg
Tags: 2.66a-1ubuntu1
* Resynchronize with Debian (LP: #1076930, #1089256, #1052743, #999024,
  #1122888, #1147084)
* debian/control:
  - Lower build-depends on libavcodec-dev since we're not
    doing the libav9 transition in Ubuntu yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
        if GEN_PATH:
96
96
            newtxt = txt + '.' + item
97
97
 
98
 
        if item == 'rna_type' and VERBOSE_TYPE == False:  # just avoid because it spits out loads of data
 
98
        if item == 'rna_type' and VERBOSE_TYPE is False:  # just avoid because it spits out loads of data
99
99
            continue
100
100
 
101
101
        value = getattr(r, item, None)
114
114
        except:
115
115
            length = 0
116
116
 
117
 
        if VERBOSE == False and length >= 4:
 
117
        if VERBOSE is False and length >= 4:
118
118
            for i in (0, length - 1):
119
119
                if i > 0:
120
120
                    if PRINT_DATA: