Skip to main content

All Questions

0 votes
1 answer
721 views

Get the exact half of a mesh with bpy

I have to select the exact half of a mesh in Blender 2.79 thorugh a Python script. I tried obd = bpy.data.objects[actor_name].dimensions for a selected object but ...
holthaum's user avatar
  • 175
1 vote
0 answers
562 views

Force 3D View to Redraw? [duplicate]

I've written a pair of functions for exporting the currently selected indicies to a file, then reimporting them. There's no particular reason for this other than to get more comfortable with writing ...
ArtOfWarfare's user avatar
4 votes
1 answer
339 views

Get curve under mouse position

I need to select some mesh or curve from a modal operator. I can do it with mesh by using the template "Raycast View Operator" but not for the curve because they haven't got faces and the raycast ...
pistiwique's user avatar
  • 1,096
5 votes
1 answer
1k views

Python - 3DView Border Select

I am scripting a plugin in Blender Python (using the newest Blender version, 2.69) and I want to select a region with the Border Select tool in the 3DViewport. I have looked this up in the ...
rioforce's user avatar
  • 2,062