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

« back to all changes in this revision

Viewing changes to source/blender/python/intern/bpy_operator_wrap.c

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2012-04-28 12:11:12 UTC
  • mto: (14.1.6 experimental) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: package-import@ubuntu.com-20120428121112-2zi0vp8b6vejda8i
Tags: upstream-2.63
ImportĀ upstreamĀ versionĀ 2.63

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
 
70
70
        operator_properties_init(ot);
71
71
 
72
 
        {       /* XXX - not nice, set the first enum as searchable, should have a way for python to set */
 
72
        /* XXX - not nice, set the first enum as searchable, should have a way for python to set */
 
73
        {
73
74
                PointerRNA ptr;
74
75
                PropertyRNA *prop;
75
76