Blender Git Commit Log
Git Commits -> Revision 9267e62
Revision 9267e62 by Campbell Barton (master) October 28, 2019, 15:14 (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: 9267e6275cc925ec3476b0a810e840cefd658170
Parent Commit: d310cbf
Lines Changed: +2, -1
1 Modified Path:
/release/scripts/modules/bpy/path.py (+2, -1) (Diff)