v1.7.0
Automatically generate metering, fallback controls, DS data displays and more for your d&b R1 projects.
- Ensure you have run the R1 initial setup on your project to generate all standard views and groups and have saved.
- Download and unzip AutoR1.
- Copy one or more
.dbpr
files into downloaded folder. - Double click 'start-macos.command' or 'start-windows.bat' depending on your OS.
- Modified project files will be created in this folder with
_AUTO
appended to the name.
The OS may give a message about the application coming from an unknown developer and fail to run. In this case, right click the start-macos.command
file, select Open
from the dropdown menu and select Open
from the following popup.
More information - https://support.apple.com/en-au/guide/mac-help/mh40616/mac
Microsoft Defender SmartScreen may display a message saying the app is unrecognized when running start-windows.bat
. Clicking More Info
and then Run Anyway
will run the program.
- Download + configure python environment
git clone https://github.com/lachyc/AutoR1.git
cd ./AutoR1
virtualenv env
pip install -r requirements.txt
-
Build for release -
pyinstaller --onefile --name autor1 src/__main__.py
-
Testing -
pytest
- Processed files will be located in Projects/Output/