 
        0
    
    
    
        
        
        Under review
        
        
    
    
    
    
    
    Add mask to selected layer?
I'm trying to modify the mask example so that it adds a mask to the selected layer, rather than creating a new layer.  I know I'm missing something simple, but I've been banging my head against this for quite a while now.  I would have thought that the following would work, but it doesn't.  The script completes without error, but nothing is created.
masks:
- inverted: true
name: My mask
feather: [10, 10]
opacity: 50
expansion: 20
path:
type: ellipse
width: 1280
height: 720
position: [0, 0]
masks:
- inverted: true
name: My mask
feather: [10, 10]
opacity: 50
expansion: 20
path:
type: ellipse
width: 1280
height: 720
position: [0, 0]
Customer support service by UserEcho
 Questions
		
		
	
Questions 
	
 
                
layers: - name: test type: solid masks: - inverted: true name: My mask feather: [10, 10] opacity: 50 expansion: 20 path: type: ellipse width: 1280 height: 720 position: [0, 0]Thanks for reporting it. The issue will be fixed in the next upcoming version.