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.
After my last update… When I add a Dimension to a pdf the extension lines are way to long. Sometimes putting them off the edge of the page. I have: set and checked scale checked dim line and text size any ideas….
Is there a way to apply multiple digital signatures to a document without having to Save after each signature?
If this is something that people are using is it possible to share some examples for inspiration?
Studio Prime End of Life will be EOL, can you tell us in reference to the future roadmap? Studio Prime End of Life (EOL) effective December 31, 2025
This is a simple question. When I've 'Checked Out' a document in my BB Studio Project and added mark-ups, does it automatically Save when I 'Check In'? Or should I click save first, and then Check In?
Has anyone experienced where I go to create a text box with a pointer and then when I'm selecting it I get a weird graphics issue, then when I start typing I can't see my text? Computer: Windows 11 version 24H2 Grahics: Nvidia RTX 4000 Bluebeam Version: Bluebeam Revu 21.5 Graphics Issue: Can't see text while typing Can see…
I was hoping to find a way to filter sessions by "My Status", so I can quickly see those I have marked as "reviewing" or "finished", but I do not see that as an option in any of the dropdowns that are visible to me. Does anyone know if this is possible? Thanks in advance!
What is the best way to track project issues? I have issues that are emailed to me by my contractor customers and need some way to flag it and remember to follow up on it. I am having too many emails fall through the cracks and are not resolved in a timely manner.
There is a limited collection of already populated tool chest [.btx file] items? Or, do I have to create new? [Ex: Fans, equipment types, supply and return diffuser size arrays, etc, etc.]
Hey everyone, first time post! So I'm a spec writer and am trying to convert pdfs into Word docs. Which is easy…except when Bluebeam creates the Word doc, all of the paragraph levels are assigned to the same Word styles. As an example, in the attached image all of the paragraphs are the same "List Paragraph" style in Word.…