LD

Results 25 issues of LD

This is a proof of concept of a solution for #781 I choose the pip wrapper approach as cleaning up pip state each time seems to much of a hurdle...

## Description When trying to switch to real fullscreen mode from a maximised window, the switch is not done and the app often crash. This is an obscure bug as...

macos

## Description If a scene a no active light, Panda3D emulate the behaviour of the fixed pipeline of OpenGL and adds a fake light with color (1, 1, 1, 1)...

bug
opengl

## Description On macOS, the generated `interrogate_wrapper.cpp` is not deterministic, leading to a non-reproducible build. On Linux, the exact same build is perfectly reproductible ## Steps to Reproduce Interrogate is...

interrogate

When specifying "gl-version 3 2" on MacOS, transparency is no longer honored. Here is a basic tree model rendered using pview : The same model, but with "gl-version 3 2"...

enhancement
macos
opengl

Currently the function and parameters of the blending function for interval is fixed and the parameters hardcoded. The user can only select noBlend, easeIn, easeOut or easeInOut. It should be...

enhancement

EDIT: After clarification, this feature request targets any RenderEffects that does not depend on the camera (see https://github.com/panda3d/panda3d/issues/695#issuecomment-517219670) Currently camera effects, like billboard effect, are not or not properly applied...

enhancement

On MacOS, the method get_user_appdata_directory() of Filename and configuration variable $USER_APPDATA return '~/Documents' which is not right according to the guidelines from Apple (and actually a bit weird to have...

enhancement
macos
good first issue

Setting the runtime application icon using WindowProperties.setIconFilename() or usinr PRC property 'icon-filename' does not work on X11 display, the property is simply ignored (it works fine on osx display and...

enhancement

## Description Following the discussion in #979, a solution would be to add support for custom installation target, a bit like the custom file handler entry 'file-handlers' that allows one...

enhancement
deployment