Blender Git Commit Log
Git Commits -> Revision 6c9b6f3
Revision 6c9b6f3 by Campbell Barton (temp-blender-2.81-release-with-wrong-merge) November 11, 2019, 17:05 (GMT) |
PyAPI: change behavior of bpy.path.module_names Instead of checking for names that contain ".", only skip files that start with a "." (since they're used for ".git" & ".arcconfig"). While other path names may fail to import, it's not the purpose of this function to validate the path, have the caller must raise an error instead of silently skipping them. See D6140. |
Commit Details:
Full Hash: 6c9b6f31e809a7734d6d07044900742ba386ecee
Parent Commit: cf74132
Committed By: Germano Cavalcante
Lines Changed: +2, -1
1 Modified Path:
/release/scripts/modules/bpy/path.py (+2, -1) (Diff)