Parcourir la source

Model: change default value of hmd.savePropsByAnimation

lviguier il y a 6 mois
Parent
commit
ed5015157c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      hide/view/Model.hx

+ 1 - 1
hide/view/Model.hx

@@ -104,7 +104,7 @@ class Model extends FileView {
 	}
 
 	function getPropsPath() {
-		var path = config.get("hmd.savePropsByAnimation") ? currentAnimation.file : getPath();
+		var path = config.get("hmd.savePropsByAnimation", true) ? currentAnimation.file : getPath();
 		var parts = path.split(".");
 		parts.pop();
 		parts.push("props");