bfb9603cb4
From stable
...
Revision: 11237
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11237
Author: campbellbarton
Date: 2007-07-12 13:05:31 +0200 (Thu, 12 Jul 2007)
Log Message:
-----------
PyObject_IsTrue was missing a check for an error return value in many cases.
2007-07-12 11:51:21 +00:00
39e4dc6202
replace PyInt_CheckExact with PyInt_Check, same for floats and strings so subclass and C/subtypes work.
...
was reported as a bug a while ago.
2007-07-01 05:41:23 +00:00
684869fd74
patch from harkyman to make it possible to extend images to span more frames in the sequencer.
...
Link includes example script
https://projects.blender.org/tracker/?func=detail&aid=6893&group_id=9&atid=127
2007-06-29 05:33:43 +00:00
bcc3143119
more memory leak fixes, though only a few are likely to happen
2007-05-27 21:33:48 +00:00
033abf8268
fixed a python-api bug with adding a new image sequence strip crashing blender.
2007-04-17 06:12:26 +00:00
52e43441d1
removed unneeded dealloc functions
2007-03-15 01:47:53 +00:00
ee5dc4d0bf
removed duplicate functionality, macro's and functions existed to check a PyObjects type, now only use macro's
2007-03-15 01:09:14 +00:00
5c5a80f644
made all python types that can do .__copy__(), also do .copy()
...
added copy function to lamp, texture and ipo types
2007-03-14 03:01:24 +00:00
Ken Hughes
cec9f42296
Python API
...
----------
Rearrange includes, remove dead code to fix gcc warnings.
2007-03-09 21:48:47 +00:00
f361c49d70
Was missing a define for intern_pos_update, somehow GCC didnt complain but MSVC did.
2007-03-08 03:04:17 +00:00
9e2081a5fc
made alloc_sequence accept a linkedList so it can be used from Python.
...
the start/end points for new strips were not set properly.
2007-03-07 14:58:29 +00:00
69a46946e1
adding experemental sequencer module, This may change or be removed before next release.
...
scene.sequence - This is an iterator that loops over strips, metastrips are intern iterable.
currently has support for dealing with scene strips and metastrips, generic strip options and moving strips about.
2007-03-05 15:26:03 +00:00