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
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ class PasteAllOperator(bpy.types.Operator): ...@@ -104,7 +104,7 @@ class PasteAllOperator(bpy.types.Operator):
self.report('INFO', page) self.report('INFO', page)
# store the link in the clipboard # store the link in the clipboard
bpy.context.manager.clipboard = page bpy.context.window_manager.clipboard = page
if context.scene.use_webbrowser: if context.scene.use_webbrowser:
try: try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment