Weekly report
1 messages in this thread
Hi Terry,
Autodesk, Inc., Beta Program, Weekly Report
Name: Mark Meier, Date: 11/16/94
Phone:(313) 996-0811
Version: Latest Beta on CIS as of 11/16
================================================================
1. Number of reported bugs found this week: 2
– In gfx_color_selector under Return values the parameter
"changed" says: This will be set to 1 if the user changes the input color.
It will be set to 0 if the user does not change the color or if the user
cancels the dialog.
I don't believe this is the case. It is set to 1 if the user cancels and
set to 0 if the user does not. This is actually sensible behaviour since one
can easily check on their own if the user changed the color but cannot
otherwise tell if the user cancelled. Thus I think the name of this
parameter should changed to "cancelled" and the documentation should be
changed.
– In gfx_set_mform the line
#define C_MARROW 12 /* Arrow w/M */
actually creates an arrow with a K attached (not an M).
This could be a documentation error only…
2. Number of unreported bugs found this week:
None.
3. Features used: I've implemented code using all these new IPAS4 calls. All
worked perfectly…no problems.
kxp_set_num_frame, kxp_get_segment, kxp_set_segment, kxp_set_cur_frame.
4. Wishlist items:
Ability to set viewport options back into 3ds via a kxp and pxp.
Ability to set the hidden/unhidden state of objects in the keyframer.
5. Documentation comments: Version Dated 11/16/94
– In kxp_create_key the text says (see "Track Type IDs" on page 208).
These are actually on page 207.
Mark