R7 GH script with one single default Python component:
Same Script when opened in Rhino 8, the “old” Python component is unrecognized in R8:
How do I get this working, I’m sure it’s something simple. cheers!
(using R8 SR13 and can’t even see the old python component when I search for it)
unnamed.gh (2.2 KB)
Rhino 8 SR13 2024-11-12 (Rhino 8, 8.13.24317.13001, Git hash:master @ ca3666c3ebed2b9567e10930077bfa0884f65db9)
License type: Commercial, build 2024-11-12
License details: Cloud Zoo
Windows 11 (10.0.22631 SR0.0) or greater (Physical RAM: 31GB)
.NET Framework 4.8.9282.0
Computer platform: LAPTOP - Plugged in [81% battery remaining]
Hybrid graphics configuration.
Primary display: Intel(R) Arc™ Graphics (Intel) Memory: 128MB, Driver date: 1-13-2024 (M-D-Y).
> Integrated graphics device with 4 adapter port(s)
- Secondary monitor is laptop’s integrated screen or built-in port
- Windows Main Display attached to adapter port #1
Primary OpenGL: NVIDIA GeForce RTX 4070 Laptop GPU (NVidia) Memory: 8GB, Driver date: 11-6-2024 (M-D-Y). OpenGL Ver: 4.6.0 NVIDIA 566.14
> Integrated accelerated graphics device with 4 adapter port(s)
- Video pass-through to primary display device
OpenGL Settings
Safe mode: Off
Use accelerated hardware modes: On
GPU Tessellation is: On
Redraw scene when viewports are exposed: On
Graphics level being used: OpenGL 4.6 (primary GPU’s maximum)
Anti-alias mode: 4x
Mip Map Filtering: Linear
Anisotropic Filtering Mode: High
Vendor Name: NVIDIA Corporation
Render version: 4.6
Shading Language: 4.60 NVIDIA
Driver Date: 11-6-2024
Driver Version: 32.0.15.6614
Maximum Texture size: 32768 x 32768
Z-Buffer depth: 24 bits
Maximum Viewport size: 32768 x 32768
Total Video Memory: 8188 MB
Rhino plugins that do not ship with Rhino
Rhino plugins that ship with Rhino
C:\Program Files\Rhino 8\Plug-ins\Commands.rhp “Commands” 8.13.24317.13001
C:\Program Files\Rhino 8\Plug-ins\rdk.rhp “Renderer Development Kit”
C:\Program Files\Rhino 8\Plug-ins\RhinoRenderCycles.rhp “Rhino Render” 8.13.24317.13001
C:\Program Files\Rhino 8\Plug-ins\rdk_etoui.rhp “RDK_EtoUI” 8.13.24317.13001
C:\Program Files\Rhino 8\Plug-ins\NamedSnapshots.rhp “Snapshots”
C:\Program Files\Rhino 8\Plug-ins\MeshCommands.rhp “MeshCommands” 8.13.24317.13001
C:\Program Files\Rhino 8\Plug-ins\RhinoCycles.rhp “RhinoCycles” 8.13.24317.13001
C:\Program Files\Rhino 8\Plug-ins\Toolbars\Toolbars.rhp “Toolbars” 8.13.24317.13001
C:\Program Files\Rhino 8\Plug-ins\3dxrhino.rhp “3Dconnexion 3D Mouse”
C:\Program Files\Rhino 8\Plug-ins\Displacement.rhp “Displacement”
C:\Program Files\Rhino 8\Plug-ins\SectionTools.rhp “SectionTools”
Really struggling finding a solution here, any help would be much appreciated. So strange that I’m missing the “old” Python component from R7 GH scripts.
Try installing Everything and search for ghpython.gha to ensure that you have exactly two, one for Rhino 7 and one for Rhino 8:
You might also try disabling any third party Grasshopper plugins. And repairing your Rhino 8 install.
I have just found out that Python is being disabled by the Tekla GH link for 2023 versions and older.
"The old python component from Rhino 7 causes the GH component to crash in TS 2023 and older when using Rhino 8.
The file that powers the old python component is “GhPython.gha” in C:\Program Files\Rhino 8\Plug-ins\Grasshopper\Components. Therefore that file is being disabled when you launch the GH component using Rhino 8 in Tekla 2023 or older. The new scripting component in Rhino 8 isn’t affected by disabling this file.
In Tekla 2024 and Rhino 8.6 or newer the old ghPython isn’t an issue, so there you could re-enable the file by removing the “.DISABLED” extension from the file:"
Wow, that’s a pretty invasive move. But at least they documented it.