Blender Git Commit Log

Git Commits -> Revision 76396ef

Revision 76396ef by Chris Want (master)
February 13, 2003, 23:30 (GMT)
This modification removes a bone's
action channel from the cooresponding
action when the bone's IPO is deleted
from the IPO window (the old behavior
was to set the channel's ipo to NULL
without removing it from the action).
This is to alleviate the problem that
there is a lot of action channel code
that tries to access the channel's ipo
(chan->ipo) without testing whether
it is NULL or not (resulting in a
segfault).

This seems to be the best way to
solve this problem ... unless there
is a reason why it might be useful
to have an action channel with no
ipo attached to it?

Thanks to zel365 for uncovering this
problem.

Commit Details:

Full Hash: 76396efb14a8255369d3cda6ce2522b788ec6740
SVN Revision: 492
Parent Commit: 8729dfb
Lines Changed: +7, -1

1 Modified Path:

/source/blender/src/headerbuttons.c (+7, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021