Blender Git Commit Log

Git Commits -> Revision bbff678

Revision bbff678 by Sergey Sharybin (master)
February 12, 2012, 10:23 (GMT)
Fix #30132: "Add Game Property" works incorrect after "Add Text Game Property"

Issues was caused by operator props "presets" which was reusing name of property
on every run of OBJECT_OT_game_property_new. This run into conflict with how text
property is determining -- it's stupid name comparsion which worked unexpectable
after adding and removing text property.

Solved by using empty (default) name for game_property_new when crating game property.

Commit Details:

Full Hash: bbff6787bc8f13c7393690b25aae761789673b03
SVN Revision: 44050
Parent Commit: 6bfd6c0
Lines Changed: +2, -1

1 Modified Path:

/release/scripts/startup/bl_ui/space_logic.py (+2, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021