Skip to content
Snippets Groups Projects
Commit 1a446f55 authored by Dalai Felinto's avatar Dalai Felinto
Browse files

bpy.context.manager.clipboard -> bpy.context.window_manager.clipboard

parent 56daf706
Branches
Tags
No related merge requests found
......@@ -104,7 +104,7 @@ class PasteAllOperator(bpy.types.Operator):
self.report('INFO', page)
# store the link in the clipboard
bpy.context.manager.clipboard = page
bpy.context.window_manager.clipboard = page
if context.scene.use_webbrowser:
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment