Campbell Barton
|
9bd57cd302
|
update templates for registration changes
|
2011-02-12 08:04:32 +00:00 |
|
Campbell Barton
|
1f5cec709c
|
update to background_job template to use --factory-startup option.
make all templates pep8 compliant.
|
2011-01-26 07:54:27 +00:00 |
|
Campbell Barton
|
1622385445
|
pedantic word ordering change.
- wm.add_modal_handler -> modal_handler_add
- wm.add_fileselect -> fileselect_add
- ob.add_shape_key -> shape_key_add
- VIEW3D_OT_add_background_image -> VIEW3D_OT_background_image_add (same for remove)
Also made 2 internal cmake vars hidden.
|
2010-12-08 11:42:11 +00:00 |
|
Campbell Barton
|
ddbfb05c84
|
rna context rename
* context.main & bpy.types.Main --> context.blend_data & bpy.types.BlendData
* context.manager --> context.window_manager
|
2010-09-02 04:53:05 +00:00 |
|
Campbell Barton
|
a08648ab53
|
remove register/unregister from templates
|
2010-08-02 03:30:07 +00:00 |
|
Campbell Barton
|
aff6b6885f
|
added imports to templates
|
2010-07-08 16:24:24 +00:00 |
|
Campbell Barton
|
cf8ebbf751
|
update for changes to blf module
|
2010-04-27 19:46:15 +00:00 |
|
Campbell Barton
|
7c0d2ffb64
|
pep8 cleanup
|
2010-03-06 01:40:29 +00:00 |
|
Campbell Barton
|
ed7f4f2e3c
|
make BGL and BLF modile names lowercase
|
2010-02-28 14:57:26 +00:00 |
|
Campbell Barton
|
3bbf1917c5
|
python BLF module for drawing text, updated template to draw text in the 3D view.
|
2010-02-28 11:18:54 +00:00 |
|
Campbell Barton
|
5369bd9c21
|
- template with an example of a modal operator drawing with opengl (draw a line on the screen)
- access to event.mouse_region_x/y
- basic type checking to callback functions (use PyCapsule names)
|
2010-02-28 09:36:02 +00:00 |
|