I know we can ask users to open the .btx file. But is it possible to deploy the .btx file automatically or copy it to a folder?
Thanks.
There are a couple ways to do it. If you look at the deployment guide here:
Revu 21 Deployment Guide | Bluebeam Technical Support
Go toward the bottom and find "Deploying custom extensions via the Revu.exe command line"
From there you can see a couple different commands related to Tool Sets.
/btxadd: would let you set a path to a Tool Set on a shared network drive that all users point to. Revu knows to cache network tool sets locally for offline usage.
/btximport: causes the Tool Set to be copied locally for each user
@Peter Noyes btximport does the trick well! Thank you.
Are we able to reorder the user's tool sets? I would like to move the new ones to the top, or near the top.
There isn't a way to use those commands to reorder. That is a great suggestion.
I just noticed when I used btximport it added the toolsets to the user's current profile Tool Chest only. Is it possible to add the toolsets to all the profiles?
Also, where in the config does Revu track which profile is 'active' for a user?
Revu tracks the active profile in UserPreferences.xml in:
C:\Users\[USERNAME]\AppData\Roaming\Bluebeam Software\Revu\21
See:
<Record Key="ProfileManager"> <Path>C:\Users\pnoyes\AppData\Roaming\Bluebeam Software\Revu\21\</Path> <Active>Quantity Takeoff</Active> </Record>
Using the above import command, there is unfortunately not a way to specify that it should be in all profiles.
The way that Revu knows that a Tool Set should be in all profiles, is by having it specified inside the UserPreferences.xml mentioned above instead of inside of the profile. A record looks like this:
<Record Key="ToolSetManager"> <ToolSet> <Path>Electrical.btx</Path> <Title>Electrical</Title> </ToolSet> </Record>
Thanks for the help. I was able to script adding the tool sets to the UserPreferences.xml ToolSet element so they all auto appear for all profiles.
I want to write a script to edit the .bpx profile configs so these custom Sets appear at the top of each tool chest. Hope I can find time.
Probably 12+ years ago there used to be a plugin for a structural steel profile. The tool box had weld symbols and other mark ups we could use related to steel. I had it for so long and so only having to get it once I forget where to get this profile or if it still an option?
Is there a setting to change what dialog box pops up when you hover over tools in you tool chest? Prior to the update all of my custom tools for markups would show the label that I made for them when you hovered your mouse over them. Now they only show the measurement type.
I have a new issue whereby every time i open Bluebeam, it creates me an additional "My Tools" chest….i now have 16 Tool chests named "My Tools"!?! They also cant be deleted so they are growing. Anyone have any ideas?
When I try to edit a Tool Set I created, Revu gives me an error (below and I attached some screen shots). I created this Tool Set file. At one point, I updated my Revu and I added it back to my Tool Chest. Since then, it has been stuck as Read-Only. I can't even delete it from my Tool Chest. I click the reconnect button…
Hello, I am trying to evaluate this product since I've heard the old BlueBeam for IOS app is being killed off. I downloaded it from the app store, opened it, and was able to log into it using my org. admin account for the desktop version. When I use the app, I only see two options "Studio Projects" and "Studio Sessions",…
How do I change uploaded PDF doc from pending so that I can work on it?
Heya team, I'm sure the answer is "not currently possible" but figured I'd ask anyway. In an ideal world Bluebeam would let you apply the document scale to the layout dimensions, so when you're changing the size of a markup or moving it to a particular position, it will be to the set scale, and not just the standard…
I cannot access Bluebeam cloud on the iPad through any browser (tried edge and chrome). Can only use the app. I created a session and placed my PDF site plan in it. I also then placed all the all the mark-ups I had in my tool set that I want to use in the PDF. I was hoping to be able to copy, past, and edit them where I…
Hi all We are relatively new to Bluebeam but use it every day in our work, it's a great tool that has helped us immensely since we started using it. However, we recently updated to the latest version and since then we are having a bit of trouble, we have contacted technical support and they have given us a couple of…
Hi all, I am looking into automating PDF overlays to compare architectural changes. Since there are more than 100 drawings, I am trying to create a hook that triggers when files are updated in the folder, automatically overlaying the PDFs and saving the output to a specified destination.