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.
Last night, our Admin team nearly lost their minds. While converting 92 Word documents to PDF, they discovered that the new PDFs were displaying the old versions of the Word documents. Any ideas what caused this and how to prevent or correct the problem if it happens again? They converted perfectly this morning.
What’s the Best Way to Measure LF on a Curved Wall?
Hi. Is anyone experiencing their toolsets randomly removing the first item in the list and replacing it with another? For example, I can open a set and the first one in the list should be say a 3-pole plug, followed by a 4-pole, 5-pole etc. but for some reason the 3-pole plug has been replaced by something random from a…
I have noticed when saving a file as PDF from Word the are sometime several bookmarks listed as "1". Bookmarks are created using Word headers, but there are never any headers named "1". Does anyone know why this happens and how to prevent it?
Is there a way to add together measurements between multiple pages? Say I markup a ton of items as MTL-2 over many pages; is there a way to add them all together? Like the legend below but for all pages with MTL-2
Just did the update this morning. Everything went well except I no longer have the Revu icon. It is just looks like a piece of paper with the right, top corner bent over. Is this the new icon or did something not load correctly?
I did not see this before but lately yes - when you click File/Email on any open file, the email window opening up will have the file attached but the actual file name will have [1] added to the name looking like ***[1].pdf while the subject line shows the original file name. How can I stop this so the file name does not…
I am needing to make comments/remarks on CAD-based file with a lot of layers and small symbols and when i try to select a group of my comments it grabs these - what appear to be random - cad-based linework that came with the original PDF. They have gray grips and i cannot edit those. I understand that I can turn the…
Previous to recent versions of revu, holding the control key while starting a measurement/markup or anything that would trigger object snap would temporarily disabled it. This is extremely useful when you generally want object snap on but not right at that second, usually because of a dense area where there are so many…
Is there currently an option to enable a new tab opening when clicking on a detail hyperlink? This would be great! Currently I just split the view and then click the link, but this seems more straightforward for new users.