Merge branch 'blender-v2.93-release'
This commit is contained in:
@@ -153,7 +153,7 @@ class PREFERENCES_OT_copy_prev(Operator):
|
|||||||
|
|
||||||
def execute(self, _context):
|
def execute(self, _context):
|
||||||
import shutil
|
import shutil
|
||||||
shutil.copytree(self._old_path(), self._new_path(), dirs_exist_ok=True)
|
shutil.copytree(self._old_path(), self._new_path(), dirs_exist_ok=True, symlinks=True)
|
||||||
|
|
||||||
# reload preferences and recent-files.txt
|
# reload preferences and recent-files.txt
|
||||||
bpy.ops.wm.read_userpref()
|
bpy.ops.wm.read_userpref()
|
||||||
|
|||||||
Reference in New Issue
Block a user