Cleanup: remove redundant double parenthesis
This commit is contained in:
@@ -225,7 +225,7 @@ static void bpy_pydriver_namespace_update_depsgraph(struct Depsgraph *depsgraph)
|
||||
}
|
||||
|
||||
if ((g_pydriver_state_prev.depsgraph == NULL) ||
|
||||
((depsgraph != g_pydriver_state_prev.depsgraph->ptr.data))) {
|
||||
(depsgraph != g_pydriver_state_prev.depsgraph->ptr.data)) {
|
||||
PyObject *item = bpy_pydriver_depsgraph_as_pyobject(depsgraph);
|
||||
PyDict_SetItem(bpy_pydriver_Dict, bpy_intern_str_depsgraph, item);
|
||||
Py_DECREF(item);
|
||||
|
||||
Reference in New Issue
Block a user