Skip to content

Commit

Permalink
Merge pull request #1195 from mcneel/1.25
Browse files Browse the repository at this point in the history
1.25
  • Loading branch information
kike-garbo authored Oct 11, 2024
2 parents 29e83d0 + 1171dee commit 12f47f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/RhinoInside.Revit/Rhinoceros.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,11 @@ internal static ARUI.Result Startup()
{
var DefaultRenderAppearancePath = System.IO.Path.Combine
(
#if REVIT_2024
Environment.GetFolderPath(Environment.SpecialFolder.CommonProgramFiles),
#else
Environment.GetFolderPath(Environment.SpecialFolder.CommonProgramFilesX86),
#endif
"Autodesk Shared",
"Materials",
"Textures"
Expand Down

0 comments on commit 12f47f7

Please sign in to comment.