Cleanup: convert gforge task ID's to phabricator format
Cleanup old tracker task format to the new. e.g: [#34039] to T34039 Ref D8718
This commit is contained in:
@@ -104,7 +104,7 @@ PyObject *BPY_app_openvdb_struct(void)
|
||||
BlenderAppOVDBType.tp_init = NULL;
|
||||
BlenderAppOVDBType.tp_new = NULL;
|
||||
BlenderAppOVDBType.tp_hash = (hashfunc)
|
||||
_Py_HashPointer; /* without this we can't do set(sys.modules) [#29635] */
|
||||
_Py_HashPointer; /* without this we can't do set(sys.modules) T29635. */
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user