Update of /cvsroot/bprocessor/build/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3764/doc
Modified Files:
README Changelog
Log Message:
Minor tweaks before release.
Some tools have temporarily been simplified:
- Move/Extrusion: Objects are selected automatically when applying the tool
- Tape-measure: The angle step have been turned off
Index: README
===================================================================
RCS file: /cvsroot/bprocessor/build/doc/README,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** README 29 Dec 2005 14:16:30 -0000 1.10
--- README 28 Feb 2006 20:53:46 -0000 1.11
***************
*** 18,30 ****
-----
- F1 : Rotate the 3D view to default location
- F2 : Rotate the view to XZ view
- F3 : Rotate the view to XY view
- F4 : Rotate the view to YZ view
-
- F5 : Wireframe
- F6 : Solid
- F7 : Lighting
-
Q : Select
W : Pencil
--- 18,21 ----
***************
*** 47,55 ****
DELETE OR BACKSPACE : Delete the selected object.
! ESCAPE : undo most of the operations (Move and Draw)
!
! <-- MOVE TOOL -->
! A : movement in the plane of the surface (or XY plane if it is a vertex or edge)
! S : movement perpendicular on the A plane and viewingangle.
<-- PENCIL TOOL -->
--- 38,42 ----
DELETE OR BACKSPACE : Delete the selected object.
! ESCAPE : cancel most of the operations (Move and Draw)
<-- PENCIL TOOL -->
Index: Changelog
===================================================================
RCS file: /cvsroot/bprocessor/build/doc/Changelog,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Changelog 22 Dec 2005 11:34:31 -0000 1.7
--- Changelog 28 Feb 2006 20:53:46 -0000 1.8
***************
*** 2,6 ****
--- 2,23 ----
==========
+ 2006/2/28: Release M4
+ Model:
+ - Space contains elements that contains parts
+ - Constraint mechanism implemented
+ - Modellor mechanism implemented
+ - Parametric interface for displaying objects
+ in attribute-view
+
+ Tools:
+ - Many minor improvements of geometric tools
+ - Move tool reworked completely
+ - Rotation tool implemented
+ - Eraser tool implemented
+
+ Attribute View
+ - Layout of Attribute View reworked
+
2005/12/22: Release M3
|