Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

Paste Description for Miscellany

bug?

Miscellany
Monday, September 26th, 2011 at 2:55:08am MDT 

  1. import bpy
  2.  
  3. USER_KEYCONFIG = 2
  4. wm = bpy.context.window_manager
  5.  
  6. # border selection
  7. for k in wm.keyconfigs[USER_KEYCONFIG].keymaps.find('Gesture Border').keymap_items:
  8.   if k.propvalue=='SELECT' and k.type=='LEFTMOUSE' and k.value=='RELEASE':
  9.     k.any=False
  10.   if k.propvalue=='BEGIN' and k.type=='MIDDLEMOUSE' and k.value=='PRESS':
  11.     k.type='LEFTMOUSE'
  12.     k.shift=True
  13.   if k.propvalue=='DESELECT' and k.type=='MIDDLEMOUSE' and k.value=='RELEASE':
  14.     k.type='LEFTMOUSE'
  15.     k.shift=True
  16.   if k.propvalue=='SELECT' and k.type=='RIGHTMOUSE' and k.value=='RELEASE':
  17.     k.active=False
  18.     k.alt=True
  19.  
  20. # circle selection
  21. for k in wm.keyconfigs[USER_KEYCONFIG].keymaps.find('View3D Gesture Circle').keymap_items:
  22.   if k.propvalue=='DESELECT' and k.type=='MIDDLEMOUSE':
  23.     k.type='LEFTMOUSE'
  24.     k.shift=True
  25.   elif k.propvalue=='NOP' and k.type=='MIDDLEMOUSE':
  26.     k.type='LEFTMOUSE'
  27.     k.shift=True

Paste Details

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

worth-right
fantasy-obligation