Blender Git Commit Log

Git Commits -> Revision 3748ca4

Revision 3748ca4 by Sybren A. Stüvel (master)
April 7, 2017, 14:03 (GMT)
Alembic import: prevent double user decrement when cancelling import.

BKE_libblock_free_us() was called on the object data, which decrements
its user count, after which the same function was called on the object,
which decrements the user count of the object data again. This double
decrement was too much.

Commit Details:

Full Hash: 3748ca432d2d91b9e1d90774726a0fcf07d288bf
Parent Commit: fd08570
Lines Changed: +0, -4

1 Modified Path:

/source/blender/alembic/intern/alembic_capi.cc (+0, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021