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.
In our environment, we have "office workers" who predominantly have Adobe licenses and "field workers" who all use Bluebeam. I've recently been told when one of the office workers marks up/makes notes on a PDF with Microsoft Edge, this cannot be seen by the Bluebeam users. I've tested this and the notes can be seen in the…
Hi All, I would like Bluebeam create Page Labels and Bookmarks from the bookmark meta data in my PDFs. However in their PDF exports AutoCAD includes a Sheet and Views bookmark above the sheet number and description one. This seem to mess up Bluebeam's ability to create the labels automatically. I would use Page Area option…
As I understand it, Revu for iOS will be removed from the App Store at the end of this year. Users are recommended to use Cloud instead, which imo hasn’t caught up with Revu for iOS, yet. Furthermore Revu for iOS could be used by users for editing in Studio Project without a subscription. Will Cloud also support this? I’m…
In the past month or so, bluebeam has been crashing when editing text boxes. Doesn't always happen, but this is extremely frustrating. It's also been buggy with properties menus disappearing or showing properties for a markup that I didn't select.
How do I erase a mark up I did on a drawing?
I remember seeing/hearing at Unbound that you could click on a measurement mark-up and change it to a different kind. i.e., change a polyline sketch to a volume. Is that a feature that is coming or something that is already possible?
Hi All, I have single PDFs of my Arch., Struc. and Civil drawings. I would like to Slip Sheet new revisions of individual sheets into these plans separately and still have access to the previous revision's sheets. Is this best done through Sets or is there another way. Sets seems to be used to combine single PDFs into…
Is it a setting I am missing or do the sheet labels not show up in Bluebeam cloud? Below same project in Cloud and Client.
Hello Everyone, I am looking for help because some of the symbols, while using the "Arial" font, turn into squares. What could be the issue? Thank you in advance!
Does anyone know if there is a quick way (or any way) to do a bulk 'Find & Replace' on a markup? For example, I have x number of yellow widgets on a markup but the specification changes and I need to replace all the yellow ones with red ones instead. I want to be able to tell Revu to find all the yellow widgets, delete…