mfn / GtkRadiant

Note: this has been long dormant, please check
https://github.com/TTimo/GtkRadiant
Other
13 stars 3 forks source link

Reload models after textures are reloaded #36

Open mfn opened 14 years ago

mfn commented 14 years ago

Reported by user:

Another feature that might be good, is to automatically force a reload models after you do a reload textures. If you don't have any models, this won't affect anything, if you have models, it will do it for you (since you need to reload models after textures else they for some reason gets the wrong texture)

mfn commented 14 years ago

There's a "Flush & Reload Selected Model" in the plugin toolbar, I'm wondering if that works actually. Could be used in conjunction maybe.

AEonZR commented 14 years ago
Hipshot-zz commented 14 years ago

Isn't that just because camera updates are made only when there's a real interaction with the world, the model reload is more or less outside the system...

AEonZR commented 14 years ago

Would seem so, IIRC, this is just one simple funtion call to update the 3D view. So ideally, it would just be 3 existing calls: On on shader flush, model flush, then view update.