mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
egg-qtess should not make textures fullpaths
This commit is contained in:
parent
40df81eb9e
commit
d4d66d0ef7
@ -27,6 +27,10 @@ EggFilter::
|
|||||||
EggFilter(bool allow_last_param, bool allow_stdout) :
|
EggFilter(bool allow_last_param, bool allow_stdout) :
|
||||||
EggWriter(allow_last_param, allow_stdout)
|
EggWriter(allow_last_param, allow_stdout)
|
||||||
{
|
{
|
||||||
|
// The default path store for programs that read egg files and write
|
||||||
|
// them again is PS_relative.
|
||||||
|
_path_replace->_path_store = PS_relative;
|
||||||
|
|
||||||
clear_runlines();
|
clear_runlines();
|
||||||
if (allow_last_param) {
|
if (allow_last_param) {
|
||||||
add_runline("[opts] input.egg output.egg");
|
add_runline("[opts] input.egg output.egg");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user