| | Yet another L3PAO update Jeff Boen
|
| | Version 1.2.5 is up. I added a (much-requested) command line textbox that shows the output before it is sent to L3P. This allows the user to see exactly what every switch and checkbox does as s/he changes settings. As always, here's the place: (URL) (...) (24 years ago, 26-Oct-00, to lugnet.cad.dev)
|
| | |
| | | | Re: Yet another L3PAO update Steve Bliss
|
| | | | (...) Is there any way to hack^H^H^H^Hfix existing scene files? Steve (24 years ago, 26-Oct-00, to lugnet.cad.dev)
|
| | | | |
| | | | | | Re: Yet another L3PAO update Jeff Boen
|
| | | | | (...) Actually yes, and it's simple enough. Go into the .l3A (using notepad, ultra-edit, etc) and append: ",0,7" to the last line of the file. Save the file and it should work just fine. The first number is the on/off setting for the -c switch and (...) (24 years ago, 26-Oct-00, to lugnet.cad.dev)
|
| | | | | |
| | | | | | | Re: Yet another L3PAO update Lars C. Hassing
|
| | | | | (...) Well, seems like an easy task for a program too! Backwards compatibility is very nice (knock knock :-) /Lars (24 years ago, 31-Oct-00, to lugnet.cad.dev)
|
| | | | | |
| | | | | | | Re: Yet another L3PAO update Jeff Boen
|
| | | | | (...) I was waiting for someone to push me to do that ;) Leave it to you to try and get me to be the best programmer I can be.. hehe (did you see my post about adding "camera" object types as .DATs and then having L3P use them for camera (...) (24 years ago, 1-Nov-00, to lugnet.cad.dev)
|
| | | | | |
| | | | | | | Re: Yet another L3PAO update Lars C. Hassing
|
| | | | | (...) :-) Good idea (must be, you're not the first ;-) with .DATs for camera object types, please see "Re: Follow up to Camera Tricks" in lugnet.cad /Lars (24 years ago, 1-Nov-00, to lugnet.cad.dev)
|
| | | | | |
| | | | RE: Yet another L3PAO update Bram Lambrecht
|
| | | | (...) default size, half of the third column is cut off, as is the command line window and the title bar with Exit and Run L3P buttons. I can't resize it, so the only way I can get everything to show up is to maximize the window. For reference, my (...) (24 years ago, 26-Oct-00, to lugnet.cad.dev)
|
| | | | |
| | | | | | Re: Yet another L3PAO update Jeff Boen
|
| | | | (...) It's the large fonts. I changed the window so that it is a static size, but it appears font sizes are causing a problem. Someone else mentioned this in a direct email. I guess I'll have to go back to using a sizable window. Any ideas, Stever (...) (24 years ago, 26-Oct-00, to lugnet.cad.dev)
|
| | | | |
| | | | | | Re: Yet another L3PAO update Steve Bliss
|
| | | | (...) Are you sizing the controls in the Form_Resize event? If not, you should be. Another approach is to fix the form size in the Form_Load event, based on the right-most and bottom-most control(s). Assuming ctlRight is the control that ends (...) (24 years ago, 27-Oct-00, to lugnet.cad.dev)
|
| | | | |
| | | | | | Re: Yet another L3PAO update Jeff Boen
|
| | | | (...) Oh yeah, definitely. (...) That's actually why I opted to do, I based the window size on the control that is in the lower right corner of the form. Good to see we were thinking the same thing. J (24 years ago, 27-Oct-00, to lugnet.cad.dev)
|
| | | | |