Blender Git Commit Log

Git Commits -> Revision 24f0807

Revision 24f0807 by Campbell Barton (master)
March 4, 2021, 04:46 (GMT)
Cleanup: replace Py_CLEAR with Py_DECREF in bpy.app modules

In this case, there is no benefit to using Py_CLEAR
as the value will never be NULL and can't be used later on.

Commit Details:

Full Hash: 24f0807550aca84fa4f3a7948a11a41c33554536
Parent Commit: a40ccde
Lines Changed: +17, -17

9 Modified Paths:

/source/blender/python/intern/bpy_app.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_app_alembic.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_app_ffmpeg.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_app_ocio.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_app_oiio.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_app_opensubdiv.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_app_openvdb.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_app_sdl.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_app_usd.c (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021