- rigify context changes & example for delta
- sequencer transform had 0.0 for rotation minimum - missed icon rename in last commit
This commit is contained in:
		@@ -163,7 +163,7 @@ class ExportMDD(bpy.types.Operator):
 | 
			
		||||
 | 
			
		||||
    # List of operator properties, the attributes will be assigned
 | 
			
		||||
    # to the class instance from the operator settings before calling.
 | 
			
		||||
    path = StringProperty(name="File Path", description="File path used for exporting the MDD file", maxlen= 1024, default= "tmp.mdd")
 | 
			
		||||
    path = StringProperty(name="File Path", description="File path used for exporting the MDD file", maxlen= 1024, default= "")
 | 
			
		||||
    fps = IntProperty(name="Frames Per Second", description="Number of frames/second", min=minfps, max=maxfps, default= 25)
 | 
			
		||||
    start_frame = IntProperty(name="Start Frame", description="Start frame for baking", min=minframe,max=maxframe,default=1)
 | 
			
		||||
    end_frame = IntProperty(name="End Frame", description="End frame for baking", min=minframe, max=maxframe, default= 250)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user