Blender Git Commit Log

Git Commits -> Revision ce952fd

Revision ce952fd by Bastien Montagne (master)
September 14, 2016, 13:54 (GMT)
Fix T49342: TypeError when autocompleting bpy.app.something.

Regression from rB036c006cefe471. We can't use self here, self is bpy.app, not pydescriptor of python path getsetter...

So for now, do not try to replace getsetter by actual value in bpy.app's dict,
just return static var generated on first run.

Should be safe for 2.78.

Commit Details:

Full Hash: ce952fd36e547620a9edb53ccc045536af37ddbe
Parent Commit: ab6a3dd
Lines Changed: +7, -3

1 Modified Path:

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