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.
My issue is a question/idea but is it currently possible to save/reuse selected Page Regions made when creating new Thumbnail Page Labels or in Bookmarks. We use the Page Labels/Bookmarks 'Page Region' feature to extract out drawing title block information, but I have to redo the same region selections for each new package…
I have been trying to create a link between my Bluebeam markups and a corresponding Excel Document/Table. I was curious if there is a way or a JavaScript Code that would allow me to export my markups list and then Bluebeam will update that export when I save it after I have made changes to it. I have used power query in…
Hello all, New to Revu.. I've set the scale on the measurement tool, but when I measure a known size on the drawing, it is showing a smaller size. I've noticed that the page size of the plan is 8.5x11. It's the only difference I've seen from previous plans I've recently done without a problem. Can you advise what I need to…
Does anyone know how to print a markup summary to PDF in column form, but not have the (1) designation on any of the selected columns?
This is a question I would really like to have a discussion about within the community, this may end up being a suggestion to the developers if what I am asking for is not possible, let's find out. For a reference to the following please see the attached pictures. I have a need to create a Custom Polylength Tool. I have…
When creating a quantity link, can I filter items based on selected criteria? For instance, I have 5 subjects and each contains 10 label items, I'd like to display only the label items for the chosen subject. Currently, all 50 items are shown, regardless of the subject selected. Is there a way to achieve this filtering…
I am trying to figure out if there's a way to take a comment list and use the list to mark-up plans. We have a standard list in Word that has about 100 comments. I want to take the list and allow the use of one item at a time when marking up a plan. For example, one of the comments could say, "Provide rating where adjacent…
Hi I was wondering if anyone that's been using match filters in the advanced options for batch overlay pages that could help me? I have two documents and would like to match the pages. The two file names are: 23-23_F06_Akl St Beach_Arch Drawings_TENDER-CONSENT_250122 23-23 Akl St Beach_IFC The page indexes match, the file…
Hello everyone. To day I am posing a question that I hope someone can assist me with. In short what I want is to know if Bluebeam is capable of opening a File (any type at all) from a CAD program such as Microstation or AutoCad, and recognize a line as an actual line, instead of just as an image (PDF)? A bit of background:…
Does anyone else have issues with using web email to send your Quotes (Or anything else PDF) out using REVU? I am constantly having emails go out late, Not go at all. This is a mission critical thing for me when I wear the estimator hat. These Estimates need to go out NOW. So the workaround must be to go to the file path…