Revision: 53626
http://brlcad.svn.sourceforge.net/brlcad/?rev=53626&view=rev
Author: brlcad
Date: 2012-11-09 17:17:05 +0000 (Fri, 09 Nov 2012)
Log Message:
-----------
stave off a half-dozen
Modified Paths:
--------------
brlcad/trunk/BUGS
brlcad/trunk/TODO
brlcad/trunk/doc/html/manuals/mged/mged_cmd_index.html
brlcad/trunk/doc/mged/c.tex
brlcad/trunk/doc/mged/e.tex
brlcad/trunk/include/raytrace.h
brlcad/trunk/src/conv/iges/conv_drawings.c
brlcad/trunk/src/librt/primitives/nmg/nmg.c
Modified: brlcad/trunk/BUGS
===================================================================
--- brlcad/trunk/BUGS 2012-11-09 17:14:12 UTC (rev 53625)
+++ brlcad/trunk/BUGS 2012-11-09 17:17:05 UTC (rev 53626)
@@ -193,7 +193,7 @@
* report of rt aborting randomly on 64-bit with camo shader.
* mged raytrace fails with simple "raytrace failed" message when using
- rt, nirt, etc on Windows after modifying a region. See sf bug
+ rt, nirt, etc. on Windows after modifying a region. See sf bug
report 2954404.
* mged rrt command is not respecting the view size, just does
Modified: brlcad/trunk/TODO
===================================================================
--- brlcad/trunk/TODO 2012-11-09 17:14:12 UTC (rev 53625)
+++ brlcad/trunk/TODO 2012-11-09 17:17:05 UTC (rev 53626)
@@ -662,7 +662,7 @@
http://code.google.com/p/qse/
The search and batch commands probably can't nor shouldn't use the
- same replacement markers, with batch using $*, $1, $2, etc, to
+ same replacement markers, with batch using $*, $1, $2, etc., to
represent file columns (in a poor man's awk fashion) and search
simply using "{}" as the object name replacement marker.
@@ -1483,7 +1483,7 @@
that external users can manage mesh geometry without needing to pull
in everything else in librt. consider moving other polygonal
specific logic to libnmg, eventually moving all polygonal logic out
- of librt/libtie/etc and into libnmg.
+ of librt, libtie, etc., and into libnmg.
* enhance the bot data structure to contain a generic pointer that
could be used to point back to the NMG it was generated from. This
Modified: brlcad/trunk/doc/html/manuals/mged/mged_cmd_index.html
===================================================================
--- brlcad/trunk/doc/html/manuals/mged/mged_cmd_index.html 2012-11-09
17:14:12 UTC (rev 53625)
+++ brlcad/trunk/doc/html/manuals/mged/mged_cmd_index.html 2012-11-09
17:17:05 UTC (rev 53626)
@@ -1086,7 +1086,7 @@
<P><HR ALIGN="RIGHT"></P>
</FONT><B><DL>
<DT><A NAME="cp"></A>cp</B> <I>from_object to_object</DT>
-</I><DD>The "cp" command makes a duplicate of an object (shape or
combination). If <I>from_object</I> is a shape, then it is simply copied to a
new shape named <I>to_object</I>. If <I>from_object</I> is a combination, then
a new combination is created that contains exactly the same members,
transformation matrices, etc, and it is named <I>to_object</I>.</DD>
+</I><DD>The "cp" command makes a duplicate of an object (shape or
combination). If <I>from_object</I> is a shape, then it is simply copied to a
new shape named <I>to_object</I>. If <I>from_object</I> is a combination, then
a new combination is created that contains exactly the same members,
transformation matrices, etc., and it is named <I>to_object</I>.</DD>
<FONT SIZE=4><DT>Examples:</DT>
</FONT><TT><DD>mged></TT> <B>cp comb1 comb2</DD>
</DL>
Modified: brlcad/trunk/doc/mged/c.tex
===================================================================
--- brlcad/trunk/doc/mged/c.tex 2012-11-09 17:14:12 UTC (rev 53625)
+++ brlcad/trunk/doc/mged/c.tex 2012-11-09 17:17:05 UTC (rev 53626)
@@ -61,7 +61,7 @@
\end{verbatim}
At this point you can start creating your solid objects using the ``arbs'',
-``sph'', ``tor'', {\em etc},
+``sph'', ``tor'', {\em etc.},
arguments to the {\em make} or {\em in} command.
The {\em make} command gives you a solid to a default size,
you then have to use the
Modified: brlcad/trunk/doc/mged/e.tex
===================================================================
--- brlcad/trunk/doc/mged/e.tex 2012-11-09 17:14:12 UTC (rev 53625)
+++ brlcad/trunk/doc/mged/e.tex 2012-11-09 17:17:05 UTC (rev 53626)
@@ -96,7 +96,7 @@
cat & file {prefix} & cat's 'file' onto end of current file \\
track & --prompted for input-- & builds track given
appropriate 'wheel' data \\
3ptarb & --prompted for input-- & makes arb8 given 3 pts, etc.
\\
- rfarb & --prompted for input-- & makes arb8 given point, rot,
fallback, etc \\
+ rfarb & --prompted for input-- & makes arb8 given point, rot,
fallback, etc. \\
whichid & ident1 ident2 ... identn & list all regions with given
ident \\
paths & --prompted for input-- & lists all paths matching
input path \\
listeval & -prompted for input-- & gives 'evaluated' path summary \\
Modified: brlcad/trunk/include/raytrace.h
===================================================================
--- brlcad/trunk/include/raytrace.h 2012-11-09 17:14:12 UTC (rev 53625)
+++ brlcad/trunk/include/raytrace.h 2012-11-09 17:17:05 UTC (rev 53626)
@@ -1354,7 +1354,7 @@
struct rt_anim_property {
uint32_t magic;
- int anp_op; /**< @brief RT_ANP_REPLACE,
etc */
+ int anp_op; /**< @brief RT_ANP_REPLACE,
etc. */
struct bu_vls anp_shader; /**< @brief Update string */
};
#define RT_ANP_REPLACE 1 /**< @brief Replace shader string */
Modified: brlcad/trunk/src/conv/iges/conv_drawings.c
===================================================================
--- brlcad/trunk/src/conv/iges/conv_drawings.c 2012-11-09 17:14:12 UTC (rev
53625)
+++ brlcad/trunk/src/conv/iges/conv_drawings.c 2012-11-09 17:17:05 UTC (rev
53626)
@@ -827,7 +827,7 @@
}
bu_log("No view entities\n");
- /* no drawings or views, just convert all independent lines, arcs, etc */
+ /* no drawings or views, just convert all independent lines, arcs, etc. */
m = nmg_mm();
Draw_entities(m, (int *)NULL, 0, 0.0, 0.0, 0.0, 1.0, (mat_t *)NULL);
Modified: brlcad/trunk/src/librt/primitives/nmg/nmg.c
===================================================================
--- brlcad/trunk/src/librt/primitives/nmg/nmg.c 2012-11-09 17:14:12 UTC (rev
53625)
+++ brlcad/trunk/src/librt/primitives/nmg/nmg.c 2012-11-09 17:17:05 UTC (rev
53626)
@@ -1857,7 +1857,7 @@
*
* Allocate storage for all the in-memory NMG structures, in
* preparation for the importation operation, using the GET_xxx()
- * macros, so that m->maxindex, etc, are all appropriately handled.
+ * macros, so that m->maxindex, etc., are all appropriately handled.
*/
HIDDEN struct model *
rt_nmg_ialloc(uint32_t **ptrs, struct nmg_exp_counts *ecnt, int *kind_counts)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits