00:25.05 |
*** join/#brlcad Jak_o_Shadows
(~Fake@unaffiliated/jak-o-shadows/x-0479135) |
00:28.52 |
CIA-55 |
BRL-CAD: 03Al Da Best 07http://brlcad.org * r3973
10/wiki/User:Al_Da_Best/devlog: Progress updates |
04:15.57 |
CIA-55 |
BRL-CAD: 03starseeker * r51351
10/brlcad/trunk/src/librt/test_botpatches.cpp: Needs debugging, but
this looks promising as a way to break down meshes faster than
rt_bot_split |
04:23.58 |
*** join/#brlcad Mahi
(~Mahi@li364-30.members.linode.com) |
04:27.06 |
*** join/#brlcad louipc
(~louipc@archlinux/fellow/louipc) |
04:28.26 |
*** join/#brlcad Mahi
(~Mahi@li364-30.members.linode.com) |
05:18.08 |
CIA-55 |
BRL-CAD: 03Phoenix 07http://brlcad.org * r3974
10/wiki/User:Phoenix/GSoc2012/Reports: /* Log */ |
05:22.38 |
*** join/#brlcad jordisayol
(~jordisayo@unaffiliated/jordisayol) |
05:23.08 |
CIA-55 |
BRL-CAD: 03Phoenix 07http://brlcad.org * r0
10/wiki/Special:Log/upload: uploaded
"[[Image:M35.implicit.png]]" |
05:26.25 |
CIA-55 |
BRL-CAD: 03Phoenix 07http://brlcad.org * r3976
10/wiki/User:Phoenix/GSoc2012/Reports: /* Test Results */ |
05:28.52 |
CIA-55 |
BRL-CAD: 03Phoenix 07http://brlcad.org * r0
10/wiki/Special:Log/upload: uploaded
"[[Image:M35.brep.png]]" |
05:29.37 |
CIA-55 |
BRL-CAD: 03Phoenix 07http://brlcad.org * r3978
10/wiki/User:Phoenix/GSoc2012/Reports: /* Test Results */ |
05:37.43 |
CIA-55 |
BRL-CAD: 03Phoenix 07http://brlcad.org * r0
10/wiki/Special:Log/upload: uploaded
"[[Image:Ktank.implicit.png]]" |
05:44.01 |
CIA-55 |
BRL-CAD: 03Phoenix 07http://brlcad.org * r0
10/wiki/Special:Log/upload: uploaded
"[[Image:Ktank.brep.png]]" |
05:44.17 |
CIA-55 |
BRL-CAD: 03Phoenix 07http://brlcad.org * r3981
10/wiki/User:Phoenix/GSoc2012/Reports: /* Test Results */ |
05:45.59 |
CIA-55 |
BRL-CAD: 03Phoenix 07http://brlcad.org * r3982
10/wiki/User:Phoenix/GSoc2012/Reports: /* Test Results */ |
05:56.44 |
CIA-55 |
BRL-CAD: 03Phoenix 07http://brlcad.org * r3983
10/wiki/User:Phoenix/GSoc2012/Reports: /* Week 6 */ |
06:57.04 |
*** join/#brlcad stas
(~stas@188.24.50.251) |
07:04.31 |
*** join/#brlcad PrezKennedy
(~DarkCalf@173.231.40.99) |
07:22.21 |
*** join/#brlcad d_rossberg
(~rossberg@BZ.BZFLAG.BZ) |
07:28.06 |
d_rossberg |
i've a crash in 7.22.0 brlcad.dll with
opennurbs |
07:29.31 |
d_rossberg |
parent (opennurbs_ext.cpp:844) is an object
allocated in the librt context |
07:31.36 |
d_rossberg |
but it is freed as it were dumb memory from
opennurbs |
07:33.16 |
d_rossberg |
i'll try delete instead ... |
07:44.35 |
*** join/#brlcad ksuzee
(~ksu@193.151.105.83) |
08:22.39 |
CIA-55 |
BRL-CAD: 03d_rossberg * r51352
10/brlcad/trunk/src/librt/opennurbs_ext.cpp: "parent" is a C++
object in librt context here, so free it accordingly |
08:37.14 |
*** join/#brlcad stas
(~stas@82.208.133.12) |
09:08.28 |
CIA-55 |
BRL-CAD: 03Ksuzee 07http://brlcad.org * r3984
10/wiki/User:Ksuzee/Reports: |
09:43.57 |
CIA-55 |
BRL-CAD: 03phoenixyjll * r51353
10/brlcad/trunk/src/librt/primitives/dsp/dsp_brep.cpp: Fixed the
wrong variable name and remove the magic number. |
10:37.11 |
*** join/#brlcad ksuzee
(~ksu@46.149.81.166) |
10:55.58 |
*** join/#brlcad andrei
(andrei@5-12-66-115.residential.rdsnet.ro) |
12:06.34 |
brlcad |
d_rossberg: surprising that hasn't caused a
crash elsewhere in nurbs rendering |
12:18.57 |
CIA-55 |
BRL-CAD: 03phoenixyjll * r51354
10/brlcad/trunk/src/librt/primitives/dsp/dsp_brep.cpp: Use the
dsp_stom matrix to do the transformation, instead of using the
magic number 1000. |
12:23.57 |
CIA-55 |
BRL-CAD: 03Phoenix 07http://brlcad.org * r0
10/wiki/Special:Log/upload: uploaded "[[Image:Dsp
implicit.png]]" |
12:24.40 |
CIA-55 |
BRL-CAD: 03Phoenix 07http://brlcad.org * r0
10/wiki/Special:Log/upload: uploaded "[[Image:Dsp
brep.png]]" |
12:25.23 |
CIA-55 |
BRL-CAD: 03Phoenix 07http://brlcad.org * r3987
10/wiki/User:Phoenix/GSoc2012/Reports: /* Test Results */ |
12:25.57 |
brlcad |
that's looking awesome phoenix |
12:37.03 |
d_rossberg |
brlcad: in general the memory returned by new
was allocated by a malloc(), i.e. you can hope that new bla;
free(fla); doesn't crash |
12:37.35 |
brlcad |
ah, yes |
12:37.42 |
d_rossberg |
in my special case where two memory managing
C/C++ runtimes involved |
12:38.10 |
d_rossberg |
one in brlcad.dll and the other one in
openNURBS.dll |
12:39.18 |
d_rossberg |
and free() in openNURBS said: i don't know
this chunk of memory => crash |
12:40.57 |
brlcad |
yep |
12:45.24 |
*** part/#brlcad jordisayol
(~jordisayo@unaffiliated/jordisayol) |
12:57.11 |
*** join/#brlcad ksuzee
(~ksu@46.149.81.166) |
13:41.00 |
CIA-55 |
BRL-CAD: 03starseeker * r51355
10/brlcad/trunk/src/librt/test_botpatches.cpp: helps to use the
right type |
13:59.20 |
*** join/#brlcad anuragmurty
(~anurag@14.139.128.12) |
14:06.34 |
anuragmurty |
d_rossberg : hi! |
14:09.43 |
anuragmurty |
d_rossberg : i did not understand how i should
generalize the writing of the result to the file.. |
14:09.52 |
CIA-55 |
BRL-CAD: 03starseeker * r51356
10/brlcad/trunk/src/librt/test_botpatches.cpp: Instead of building
a vertex->face map and postprocessing, build an edge->face
map and work directly with that. |
14:10.05 |
*** join/#brlcad Al_Da_Best
(Al_Da_Best@5e0e150d.bb.sky.com) |
14:15.19 |
CIA-55 |
BRL-CAD: 03r_weiss * r51357
10/brlcad/trunk/src/tclscripts/mged/grouper.tcl: |
14:15.19 |
CIA-55 |
BRL-CAD: Update to mged gr/grouper command.
Improved the speed of processing, added more |
14:15.19 |
CIA-55 |
BRL-CAD: error checking. Changed the output of
selected objects so 200 or less are listed |
14:15.19 |
CIA-55 |
BRL-CAD: on a single line, greater than 200
each object is listed on its own line. This |
14:15.19 |
CIA-55 |
BRL-CAD: is a temporary hack to prevent script
lockup on windows. |
14:27.33 |
d_rossberg |
anuragmurty: i'll send you an example via
mail |
14:27.50 |
anuragmurty |
ok.. thank you! |
15:14.29 |
*** join/#brlcad cristina
(~quassel@188.24.50.251) |
15:14.37 |
*** join/#brlcad cristina
(~quassel@unaffiliated/cristina) |
16:19.50 |
*** join/#brlcad archivist
(~archivist@host81-149-189-98.in-addr.btopenworld.com) |
16:30.38 |
CIA-55 |
BRL-CAD: 03Phoenix 07http://brlcad.org * r3988
10/wiki/User:Phoenix/GSoc2012/Reports: /* Week 6 */ |
16:43.01 |
louipc |
/home/louipc/build/brlcad/src/brlcad-7.22.0/src/conv/obj-g.c:
In function 'output_to_nmg.constprop.3': |
16:43.06 |
louipc |
/home/louipc/build/brlcad/src/brlcad-7.22.0/src/conv/obj-g.c:2837:21:
error: variable 'verts' might be clobbered by 'longjmp' or 'vfork'
[-Werror=clobbered] |
17:52.39 |
*** join/#brlcad ksuzee
(~ksu@193.151.105.83) |
17:53.34 |
brlcad |
louipc: thanks |
18:38.10 |
CIA-55 |
BRL-CAD: 03n_reed * r51358
10/brlcad/trunk/src/other/step/ (10 files in 5 dirs): Update
version strings in fedex, fedex_plus, generated code, and
documentation. SCL git 6851b27, fa615a1, dc30ee2, d190a1e, a33cba8,
698b9e0. |
18:55.45 |
*** join/#brlcad louipc
(~louipc@archlinux/fellow/louipc) |
20:22.45 |
*** join/#brlcad stas
(~stas@188.24.50.251) |
21:22.00 |
CIA-55 |
BRL-CAD: 03starseeker * r51359
10/brlcad/trunk/src/librt/test_botpatches.cpp: Not quite there yet,
but start to build curve sets from edge loops. |
21:25.21 |
CIA-55 |
BRL-CAD: 03starseeker * r51360
10/brlcad/trunk/src/librt/test_botpatches.cpp: Ah - had plotting
commands at the wrong point. |
22:48.47 |
brlcad |
starseeker: might you be able to negotiate a
windows build from bob tomorrow? :) |
22:48.56 |
brlcad |
(for 7.22.0) |