Skip to content

Commit

Permalink
added notes for revit 2022 export hook
Browse files Browse the repository at this point in the history
  • Loading branch information
eirannejad committed May 18, 2021
1 parent 868e370 commit 71df181
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion extensions/pyRevitDevHooks.extension/hooks/file-exported.py
@@ -1,4 +1,8 @@
# pylint: skip-file
# revit 2022 fires this event for the new PDF export feature
# https://discourse.pyrevitlabs.io/t/revit-2022-pdf-export-event/416/3
# Revit 2022 added PDF to the list of export formats
# https://apidocs.co/apps/revit/2022/f43a36a6-ebce-29e2-693b-9b9867da026b.htm#
from pyrevit import HOST_APP, EXEC_PARAMS
from pyrevit import revit, script
import hooks_logger as hl
Expand All @@ -14,4 +18,4 @@
"status": str(args.Status),
},
log_doc_access=True
)
)

0 comments on commit 71df181

Please sign in to comment.