Blender Git Loki
Git Commits -> Revision 627a344
Revision 627a344 by Bastien Montagne (master) November 28, 2019, 14:58 (GMT) |
Fix (unreported) broken python resgistrable classes checks logic. Logic for registering and checking properties of registrable classes was broken, allowing to ignore some errors. Recent fix rBeb798de101a `broke` the result of the pyapi_idprop_datablock test, because previously that test would fail (i.e. suceed, as it is an 'expected to break test') for a reason it was not designed to check. This is the problem with that kind of tests - you cannot really check that they are failing on the expected reason(s)... |
Commit Details:
Full Hash: 627a34463511647e9a697ebd62a03478ec75a7d1
Parent Commit: 66328c0
Lines Changed: +1, -1
1 Modified Path:
/source/blender/python/intern/bpy_rna.c (+1, -1) (Diff)