Hi,
I’ll start out with saying I’m on a computer without admin rights and cannot install Kicad, so I use version 4.0.6 becuase it’s the one I found as a true portable version. If there are changes done to the 3D viewer in newer versions, then sorry but I do not know about them, and please spare my soul for asking
Each time I re-open pcbnew and launch the 3D viewer, the rendering options inside 3D viewer is reverted to default, which is not to my liking. I would like to either:
1* Edit the default rendering options so it always opens with my preferred config.
2* Be able to save my rendering options so I can easily load it after re-opening pcbnew/3D viewer.
It might be a problem with your portable version. Even my stable (4.0.6) version remembers how i setup the 3d viewer between sessions.
To make sure i tested switching between realistic rendering on and off. This seems to be remembered even if i open a different project after i restart kicad. Which would mean this is somehow stored in a global config file. I would guess one of the files normally stored in ~/.config/kicad under linux.
So the 3d settings must be in a different config file than the one used for pcb_new.
To be honest i can’t find a file in my normal config folder that would fit the requirements. (This might be the reason why your portable version has trouble. The creators might have simply forgotten to include whatever config stuff the 3d viewer needs.)
Thanks again Rene. I did a walktrough of my portable install and could not find anything relevant my self. This is no biggie, just a minor hassle. Hopefully I will be able to do a full install at some time…
A portable install is an install that is not dependant on any global parts of the computer to launch executables, store settings or configure behavior. Like the system registry, PATH variables or external dependencies like a separate python install or runtime environment. A portable install is completely contained inside a folder, the executable inside you can run from a USB disk if you’d like, and you bring all your settings and configurations with you even if you launch the program on a different PC.
I use a portable install mainly because I don’t have admin rights and hence cannot install software as I’d like.
Thanks! Is that a folder containing more files or what is it really?
Thanks again. I cannot find a file like this anywhere, and I did not find a thing trying to search file contants similar to what you showed. These settings must be tucked in good somewhere.
It could work. I see in the portable-configs some paths to different settings-folders, but I’m not sure how much time I will spend trying to figure it out. I appreciate all your feedback.