POV-Ray : Newsgroups : povray.pov4.discussion.general : New options module options for yuqk / v4 rework. Server Time
7 Jun 2025 16:37:43 EDT (-0400)
  New options module options for yuqk / v4 rework. (Message 1 to 1 of 1)  
From: William F Pokorny
Subject: New options module options for yuqk / v4 rework.
Date: 6 Jun 2025 11:48:03
Message: <68430db3$1@news.povray.org>
===
+-o_c    options_capture           = on|off
+-o_cf_  options_capture_filename  =
+-o_cs_  options_capture_style     = flag|name
+-o_cm_  options_capture_mode      = set|agency|full


===
+-o_scm_ options_scan_mode         = (ascii|ascii_min_cntl|
                                       ascii_nocntl|posix_portable|
                                       unix|unix_shell_safe|
                                       utf8_RFC_3629)
+-o_scf_ options_scan_file         = <filename/path string>
+-o_sct_ options_scan_this         = <string>


===
+o_st -o_st options_state          = on|off
+o_stf_ -o_stf_                    = onoffplusvalue string
    options_state_filename          = valueonly string


===
+o_t -o_t options_test              = on|off
+o_tf_ -o_tf_                       = onoffplusvalue  str
    options_test_filename            = valueonly       str


===
+o_trc -o_trc options_trace         = on|off
+o_trcf_ -o_trcf_                   = onoffplusvalue  str
    options_trace_filename           = valueonly       str


Except for the capture options (which replace +-gi and create_ini), I'm 
mostly exposing internal module testing and tracing features as new user 
options.

Significant chunks of these are coded up, but there is still a lot to 
do.

Bill P.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.