Blender Git Loki
Git Commits -> Revision 32c91c8
Revision 32c91c8 by Ken Hughes (master) November 17, 2005, 18:35 (GMT) |
-- Fix for the "LIB ERROR: base removed" problem; BPy Object was decrementing us.id when objects were destroyed but not always incrementing when created. The intent of modifying us.id is to make Python a "user" of the data so it persists even when it is deleted from Blenders UI. The original commit was unintentional but Ton thought the idea was OK. |
Commit Details:
Full Hash: 32c91c897bd20439a236db24bfb6d2cababfd4bf
SVN Revision: 5815
Parent Commit: f3c9dce
Lines Changed: +67, -83