Skip to content

pyRevit v4.8-beta2

Pre-release
Pre-release
Compare
Choose a tag to compare
@eirannejad eirannejad released this 16 Aug 23:23
· 1477 commits to master since this release
4899065

New Features

  • Output window now supports input. You can now take input from users using raw_input (IronPython 2.x) and input (cpython 3.x) It also works in C# and VB.Net using Console.ReadLine()

gN0FkKwsHm

gBcaP28W85

Tools

  • Resolved Issue (#968: Duplicate schedule name with import from CSV makes pyrevit error)
  • Resolved Issue (#629: Move Selected Viewports to Selected Sheet)
  • Resolved Issue (#976: PyRevit Isolate missing some Revit items in view )
  • Resolved Issue (#962: Print Sheets Does Not Remove Non-Printable Characters in v4.8.0)
  • Resolved Issue (#571: PyRevit ReOrder Sheet Error)
  • Resolved Issue (#970: Rename Sheets - Camelcase and remove spaces)
  • Resolved Issue (#977: Colorize group types fixes)

Runtime

  • Resolved Issue (#966: Install Error - eirannejad/pyRevit)

Misc Changes

  • All emojies are stored in a resource dll called pyRevitLabs.Emojis.dll now. No more 2800 png files in the bin/emoji. This means easier installation
  • All pyRevit dlls are signed now