~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to source/blender/editors/animation/anim_ipo_utils.c

  • 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:
132
132
                        propname = RNA_property_ui_name(prop);
133
133
                        
134
134
                        /* Array Index - only if applicable */
135
 
                        if (RNA_property_array_length(&ptr, prop)) {
 
135
                        if (RNA_property_array_check(prop)) {
136
136
                                char c = RNA_property_array_item_char(prop, fcu->array_index);
137
137
                                
138
138
                                /* we need to write the index to a temp buffer (in py syntax) */