- {showDevMotionControls
- ? tSettings(
- "effects.exportBlurMovedToDev",
- "Export blur tuning is available in Settings > Dev.",
- )
- : tSettings(
- "effects.exportBlurLocked",
- "Export blur is fixed for this build.",
- )}
+ {showDevMotionControls ? (
+
+
+ {tSettings(
+ "effects.exportBlurMovedToDev",
+ "Export blur tuning is available in Settings > Dev.",
+ )}
+
+
+ {`${TEMPORAL_MOTION_BLUR_DEFAULT_SAMPLE_COUNT} samples · ${Math.round(TEMPORAL_MOTION_BLUR_DEFAULT_SHUTTER_FRACTION * 100)}% shutter`}
+
-
- {`${TEMPORAL_MOTION_BLUR_DEFAULT_SAMPLE_COUNT} samples · ${Math.round(TEMPORAL_MOTION_BLUR_DEFAULT_SHUTTER_FRACTION * 100)}% shutter`}
-
-