Blender Git Loki
Git Commits -> Revision ae50a7d
Revision ae50a7d by Campbell Barton (master) January 2, 2019, 15:13 (GMT) |
Fixes and edits to studio light operators - Remove pathlib use (was converting to/from string with no real advantage). - Use user_resource(..., create=True) to ensure the path exists. - Pass full path to BKE_studiolight_create, don't add extension after. - Fix 'sl' filtering glob and move from ui code to operator. - Fix string copy length. |
Commit Details:
Full Hash: ae50a7df037e63863815b54ca53b4dbf3cda2799
Parent Commit: 72e2a0c
Lines Changed: +31, -48