00:00.27 |
yukonbob |
*brlcad, even |
00:19.25 |
toxygen |
brlcad: still alive? |
00:19.32 |
toxygen |
i was able to make .g from it |
00:19.40 |
toxygen |
i loaded it into mged |
00:19.45 |
toxygen |
i see the red lines |
00:19.49 |
toxygen |
but cannot render them |
00:20.01 |
toxygen |
how to make .obj from it? |
02:42.49 |
starseeker |
Try the g-obj command |
03:02.46 |
*** join/#brlcad Twingy
(n=justin@74.92.144.217) |
03:21.11 |
*** join/#brlcad iday
(n=jlowens@c-68-50-191-200.hsd1.md.comcast.net) |
03:52.36 |
brlcad |
toxygen: cannot render? |
03:55.33 |
*** join/#brlcad vedge
(i=vedge@vedge.org) |
04:10.41 |
brlcad |
toxygen: if you see the red lines, then you
should be able to render.. try "rt -F/dev/Xl" in the command window
.. should pop up a window with a rendering |
04:30.47 |
``Erik |
or click "file", then "raytrace" and play with
that |
07:21.52 |
CIA-31 |
BRL-CAD: 03brlcad * r30126
10/brlcad/trunk/src/adrt/libtie/tie_define.h: eep, wth is
DOUBLE_PRECISION? quell warning and make it
TIE_DOUBLE_PRECISION. |
07:59.13 |
CIA-31 |
BRL-CAD: 03brlcad * r30127 10/brlcad/trunk/
(32 files in 11 dirs): (log message trimmed) |
07:59.13 |
CIA-31 |
BRL-CAD: accept markus elfring's sf patch [
1864112 ] "Improve const-correctness" where |
07:59.13 |
CIA-31 |
BRL-CAD: data items that are const are so
annotated. while there are undoubtedly hundred |
07:59.13 |
CIA-31 |
BRL-CAD: (if not thousands) of such cases
across the codebase, he provided a patch for |
07:59.13 |
CIA-31 |
BRL-CAD: several dozen that were in adrt,
fbed, lgt, nirt, burst, and remrt. patch was |
07:59.16 |
CIA-31 |
BRL-CAD: half manually applied as too much had
already changed since the 7.10.4 source |
07:59.18 |
CIA-31 |
BRL-CAD: release it was based off of. credit
him with thanks for finally making a proper |
08:13.12 |
*** join/#brlcad Axman6_
(n=Axman6@61-69-3-125.netspeed.com.au) |
08:24.18 |
*** join/#brlcad Z80-Boy
(n=clock@zux221-122-143.adsl.green.ch) |
11:51.55 |
*** join/#brlcad elite01
(n=elite01@82.82.90.115) |
12:47.44 |
*** join/#brlcad Elperion
(n=Bary@p54875AE6.dip.t-dialin.net) |
13:00.36 |
*** join/#brlcad starseeke1
(n=CYapp@85.muba.balt.washdctt.dsl.att.net) |
14:21.30 |
``Erik |
just breaks things? :) |
14:36.52 |
Z80-Boy |
I reckon BRL-CAD could be ideal for
machine-generated kinematic animations |
14:37.18 |
Z80-Boy |
For example write a program that would take a
music .mp3, break down into 7 frequency bands and animate 7 dancing
figures |
14:37.40 |
Z80-Boy |
Then output them in BRL-CAD format, render
with rt, encode into a video and add the original tune as a
soundtrack. |
14:37.51 |
``Erik |
hrm, it's kinda weak in animation stuff,
though... |
14:38.02 |
Z80-Boy |
what do you mean? |
14:38.29 |
Z80-Boy |
The program would output it in .g frame by
frame |
14:38.29 |
Z80-Boy |
For that a simple rt call suffices |
14:38.43 |
``Erik |
well, like we don't have any ik type
arrangement or any "keyframe" or I think bezier curve animation
like a lot of packages do |
14:38.46 |
Z80-Boy |
I mean actually in asc and call asc2g to every
frame |
14:38.57 |
``Erik |
ohhhh, a seperate top for each frame?
eck |
14:38.57 |
Z80-Boy |
bezier? |
14:38.58 |
``Erik |
:) |
14:39.03 |
``Erik |
yeah, like uhhhhh |
14:39.04 |
Z80-Boy |
OMG dancing people behave by bezier
curves? |
14:39.17 |
Z80-Boy |
Come on, this is for cheapo consumer grade
Autocad-like packages :) |
14:39.19 |
``Erik |
no, it's just a convenient way to do a
path |
14:39.26 |
Z80-Boy |
We're like serious oldschoor |
14:39.34 |
Z80-Boy |
oldschool |
14:39.36 |
``Erik |
dancing people would need some kinda ik to
position limbs correctly |
14:39.37 |
``Erik |
hrmmm |
14:39.42 |
Z80-Boy |
ik == ? |
14:39.47 |
Z80-Boy |
inverse kinematic? |
14:39.49 |
``Erik |
bezier path the hands/feet/head and ik it
together? |
14:39.50 |
``Erik |
yeah |
14:40.33 |
Z80-Boy |
One can make them rubber |
14:40.41 |
Z80-Boy |
elastic |
14:40.49 |
Z80-Boy |
bouncing all around that's computationally
inexpensive |
14:41.19 |
``Erik |
I d'no, spring&weight systems and ik
systems can be done pretty cheap |
14:41.47 |
``Erik |
I mean, old "unreal tournament 2003" did both
interactively while running a game on reasonably low powered
hardware, the "ragdoll physics" |
14:42.19 |
Z80-Boy |
then put some venetian blind window and cast
shadows on them |
14:42.23 |
Z80-Boy |
To show how mighty we are |
14:51.52 |
*** join/#brlcad PrezKennedy
(i=Matt@74.86.45.130) |
15:13.06 |
CIA-31 |
BRL-CAD: 03erikgreenwald * r30128
10/brlcad/trunk/src/adrt/ (4 files in 2 dirs): fix
const-incorrectness (shouldn't mark things const when they're
changed) |
15:13.39 |
CIA-31 |
BRL-CAD: 03erikgreenwald * r30129
10/brlcad/trunk/src/adrt/libutil/display.h: missing const |
15:19.28 |
CIA-31 |
BRL-CAD: 03erikgreenwald * r30130
10/brlcad/trunk/src/lgt/prnt.c: minor casting fixes to quell
warnings... |
15:19.49 |
CIA-31 |
BRL-CAD: 03erikgreenwald * r30131
10/brlcad/trunk/src/fbed/fbed.c: need the length for
snprintf... |
15:22.19 |
CIA-31 |
BRL-CAD: 03erikgreenwald * r30132
10/brlcad/trunk/src/nirt/parse_fmt.c: cast to quell
warnings |
15:23.31 |
CIA-31 |
BRL-CAD: 03erikgreenwald * r30133
10/brlcad/trunk/src/vdeck/vdeck.c: quell cast size mismatch warning
on 64b builds |
15:30.26 |
CIA-31 |
BRL-CAD: 03bob1961 * r30134
10/brlcad/trunk/src/util/rtwizard.bat: Initial check-in. |
16:24.27 |
*** join/#brlcad curious
(i=curious@gjv234.internetdsl.tpnet.pl) |
16:28.55 |
*** join/#brlcad jgay
(n=jgay@fsf/staff/jgay) |
16:44.15 |
*** join/#brlcad acook
(n=a2870006@bz.bzflag.bz) |
16:58.03 |
*** join/#brlcad Z80-Boy
(n=clock@zux221-122-143.adsl.green.ch) |
17:01.38 |
*** join/#brlcad Z80-Boy
(n=clock@zux221-122-143.adsl.green.ch) |
17:04.53 |
CIA-31 |
BRL-CAD: 03erikgreenwald * r30135
10/brlcad/trunk/src/adrt/libutil/display.c: prototype fix for
building w/o sdl |
17:16.33 |
brlcad |
``Erik: so is python gone from adrt? |
17:16.43 |
brlcad |
i didn't see an isst_python.* |
17:19.11 |
``Erik |
aum, at the moment |
17:19.43 |
``Erik |
tim gave me a wad that has a lower level
python binding |
17:20.08 |
``Erik |
and, uh, in reading this 'bug', I see what you
mean about the troll |
17:33.27 |
Z80-Boy |
This channel is so intelligent |
17:33.31 |
Z80-Boy |
Compared to some others... |
17:33.53 |
``Erik |
heh, sorry, we can try to be more like
#skateboardstoners or #pokemon if that'd make you more
comfortable |
17:34.02 |
``Erik |
:D |
17:34.22 |
Z80-Boy |
NO I mean like intelligent = better |
17:34.38 |
Z80-Boy |
Like sometimes they label me a troll just
because I have a minority opinion |
17:34.44 |
Z80-Boy |
Or because I have a lengthy
discussion |
17:35.02 |
``Erik |
opinions and discussions are good |
17:35.11 |
``Erik |
pointing out obvious stuff in an insulting
fashion is not |
17:36.33 |
Z80-Boy |
Never heard about that :) |
17:36.43 |
``Erik |
(though it might kinda be a cultural thing,
I've seen more than a couple german code weenies come off like
that) |
17:37.00 |
Z80-Boy |
Banning insulting people always ends up like
in the football |
17:37.20 |
Z80-Boy |
If you want to annoy someone then you act like
having been insulted and this way you can make him get punished
quite reliably |
17:42.43 |
CIA-31 |
BRL-CAD: 03erikgreenwald * r30136
10/brlcad/trunk/ (5 files in 3 dirs): remove SDL and python
shtuff. |
17:47.48 |
CIA-31 |
BRL-CAD: 03erikgreenwald * r30137
10/brlcad/trunk/src/adrt/scripts/shiva.sh: trivial script depends
on hosts, other unpublished scripts and old binary names... let's
just can it. |
17:48.11 |
CIA-31 |
BRL-CAD: 03erikgreenwald * r30138
10/brlcad/trunk/src/adrt/scripts/Makefile.am: trivial script
depends on hosts, other unpublished scripts and old binary names...
let's just can it. |
17:49.15 |
CIA-31 |
BRL-CAD: 03erikgreenwald * r30139
10/brlcad/trunk/src/adrt/Makefile.am: add scripts/ to
subdirs |
18:11.22 |
*** part/#brlcad starseeke1
(n=CYapp@85.muba.balt.washdctt.dsl.att.net) |
18:24.15 |
CIA-31 |
BRL-CAD: 03erikgreenwald * r30140
10/brlcad/trunk/src/other/tk/ (355 files in 17 dirs): upgrade to tk
8.5.0 release |
19:27.24 |
CIA-31 |
BRL-CAD: 03bob1961 * r30141
10/brlcad/trunk/src/tclscripts/rtwizard/lib/ (MGEDpage.itk
PictureTypeE.itcl PictureTypeF.itcl): Mods to fix
getting/setting/using ghost intensity. |
19:32.20 |
CIA-31 |
BRL-CAD: 03bob1961 * r30142
10/brlcad/trunk/src/tclscripts/rtwizard/rtwizard.tcl: Mods to
activate the image and help menus. Also handling WM_DELETE_WINDOW
protocol so bwish is not left hanging around. |
19:35.21 |
CIA-31 |
BRL-CAD: 03bob1961 * r30143
10/brlcad/trunk/src/tclscripts/rtwizard/lib/Wizard.itk: Initially
the Image and Help menus are disabled. Added activeMenu
method. |
19:38.51 |
CIA-31 |
BRL-CAD: 03bob1961 * r30144
10/brlcad/trunk/src/tclscripts/rtwizard/lib/DbPage.itk: The OK
button is now disabled until a file is selected. Added the
activateOKButton method. |
19:40.16 |
CIA-31 |
BRL-CAD: 03bob1961 * r30145
10/brlcad/trunk/src/util/rtwizard.bat: Mods to handle an
argument. |
19:45.28 |
*** join/#brlcad Z80-Boy
(i=clock@77-56-77-242.dclient.hispeed.ch) |
19:50.53 |
CIA-31 |
BRL-CAD: 03erikgreenwald * r30146
10/brlcad/trunk/src/ (libbu/Makefile.am librt/Makefile.am
proc-db/Makefile.am): improved dependancy handling |
19:51.18 |
CIA-31 |
BRL-CAD: 03erikgreenwald * r30147
10/brlcad/trunk/configure.ac: set openNURBS to auto |
19:51.22 |
CIA-31 |
BRL-CAD: 03erikgreenwald * r30148
10/brlcad/trunk/misc/Makefile.defs: echo dependancy name before
recursing |
19:52.33 |
CIA-31 |
BRL-CAD: 03erikgreenwald * r30149
10/brlcad/trunk/include/wdb.h: minor re-arrangement of metaball
point in anticipation of line controls |
20:04.11 |
CIA-31 |
BRL-CAD: 03bob1961 * r30150
10/brlcad/trunk/src/tclscripts/rtwizard/lib/DbPage.itk: Minor
improvements to the activateOKButton method. |
20:21.37 |
*** join/#brlcad docelic
(n=docelic@212.15.183.104) |
22:56.21 |
CIA-31 |
BRL-CAD: 03brlcad * r30151
10/brlcad/trunk/src/tclscripts/archer/Archer.tcl: needs to ignore
the .svn dir too |
23:58.01 |
*** join/#brlcad elite01
(n=elite01@dslc-082-082-082-112.pools.arcor-ip.net) |