LD
LD
As more and more models are using this extension, I think it's becoming a required addition to the importer. On itself it's not very complicated to add it, however I'm...
## Description Since commit 4c7e513dfdbb4cc4b11567092487da4dd385ceed code frozen code generated by FreezeTool.py is always compiled using optimize level 2. This make any code using PLY (http://www.dabeaz.com/ply/) unusable as by default PLY...
## Description Since 4c7e513dfdbb4cc4b11567092487da4dd385ceed `numpy` no longer works when integrated and bundled with `dist`. The Python code is compiled with optimization level 2, but the flag that indicates the optimization...
## Issue description On macOS, when one closes a fullscreen window which display mode is not the desktop display mode, the desktop display mode is not properly restored, resulting in...
## Issue description This PR add High-DPI support on macOS. Until now, on macOS a Panda3D application was not "dpi-aware" and so the OpenGL view was upscaled by the system....
## Issue description This PR aims to solve a couple of issues wrt the mouse behaviour on macOS. 1. Resizing a window may change window origin When resizing a window,...
This PR adds support of window icon for X11 application. It uses the wm hint NET_WM_ICON to transfer the icon image to the X11 server. Only one image is transferred,...
A task belonging to a threaded taskchain raising an exception is restarted again and again instead of being aborted. This is similar to #692 though in this case it happens...
Follow-up of https://discourse.panda3d.org/t/vr-with-panda3d-panda3d-openvr/26197/2 It seems that when using the proprietary NVidia driver on Linux, the sync-video flag in the PRC file has no impact on the actual frame synchronisation with...
## Description Right now, cocoa uses only the main display to perform all the tasks related to mouse tracking, fullscreen, screen resolution (and in the future the backing store scale...