Biseuv Olzhas

Results 43 comments of Biseuv Olzhas

@eirannejad, This bundle is "[.invokebutton](https://github.com/dosymep/BIMExtensions/blob/master/BIM.tab/%D0%AD%D0%BA%D1%81%D0%BF%D0%BE%D1%80%D1%82.panel/%D1%8D%D0%BA%D1%81%D0%BF%D0%BE%D1%80%D1%82.stack/NWC%20%D0%B8%D0%B7%20RVT.invokebutton/bundle.yaml)". I can't print to console in my C# plugin.

@eirannejad, yep is not python code. I also can't understand where are these logs from?

Sample Revit file with 3D view ![image](https://user-images.githubusercontent.com/5417225/189305933-5f940cab-bcfc-4090-9663-ee255c86ca7d.png) Minimum code to reproduce ``` using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Autodesk.Revit.Attributes; using Autodesk.Revit.DB; using Autodesk.Revit.UI; namespace PluginTest...

@Melleh98, maybe you can choose colour wich same for two modes? ```yml background: title: '#31363F' ``` @jmcouffin, maybe add dark properties? ```yml # set background dark for all parts background-dark:...

Apparently this is by [design](https://github.com/eirannejad/pyRevit/blob/master/release/pyrevit.iss#L72-L77).

You need to install pyRevit many times :) ![image](https://github.com/eirannejad/pyRevit/assets/5417225/dd811a0a-ef1e-4f41-8282-ed2a9131fc91)

@jmcouffin, not very good behavior anyway The fix is at the link in the installer's [comment](https://stackoverflow.com/a/3431379/2350244).

@eirannejad, I don't have libs on .NET Core * FileFormatWavefront.dll * Ifc.NET.dll * Ifc.NET.XmlSerializers.dll * Microsoft.WindowsAPICodePack.dll * Microsoft.WindowsAPICodePack.Shell.dll * pyRevitLabs.MahAppsMetro.dll (available alpha version) * PythonStubsBuilder.dll * Rhino3dmIO.dll * rhino3dmio_native.dll *...

- transferred pyRevit paths to targets - added revit 2025 dependensis - added revit 2026-2025 docs (xml) **(removed)** - added revit 2025 project to pyRevit.Runtime - added revits preprocessor variables...