Search found 17 matches
- Thu Jan 13, 2005 10:06 pm
- Forum: News & Chat
- Topic: real time fluid
- Replies: 13
- Views: 8285
I don' t think that was theeth's point. Yes, a full and proper plugin API would be cool, but even then, this sort of thing isn't just a copy-and-paste job. Most likely it would have to be re-implimented from scratch, by people who are busy doing other things, I think he was objecting to the "Play pl...
- Sun Jan 18, 2004 1:36 pm
- Forum: News & Chat
- Topic: And now: Area lights!
- Replies: 29
- Views: 13376
Its all about speed speed speed, remember who cares if you can create 100% photorealistic renders if it takes five days to render? Not saying Blender takes five days, but it isn't exactly fast to be honest Don't be silly. What "its all about" is creating art. Producing the image/movie/model that yo...
- Thu Aug 14, 2003 7:35 pm
- Forum: Interface & Tools
- Topic: New button styles (With mockup images)
- Replies: 125
- Views: 40192
Colour
Hi Karim, Adding per-type colour is relatively simple: switch(but->type) { case BUT: but->col= BUTSALMON; break; case SLI: case NUMSLI: but->col= BUTPURPLE; break; case TOG: case TOGR: case ICONTOG: case TOGN: case TOG3: but->col= BUTGREEN; break; case NUM: but->col= BUTGREY; break; case TEX: but->c...
- Thu Aug 14, 2003 1:25 pm
- Forum: Interface & Tools
- Topic: New button styles (With mockup images)
- Replies: 125
- Views: 40192
It seems to work quite well under WINE in linux, so I tested it out a bit. I have a 1024x768 screen, and there are one or two drawing problems with buttons occasionly, with it not showing the dark outline on buttons (need to zoom in to get them). Probably something to do with using the "+asp" when "...
- Sun Aug 03, 2003 1:39 pm
- Forum: Interface & Tools
- Topic: NO NO NO!!!
- Replies: 15
- Views: 5850
Modron: how about giving it a customizable menu for say the colors a mesh takes on when selected, or the color of the grid lines or grid background. certain people might for instace find it hard to see the difference between light pink and dark pink easily. or the default black of unselected meshes....
- Fri Aug 01, 2003 2:57 pm
- Forum: Interface & Tools
- Topic: Y.A.I.D.
- Replies: 11
- Views: 5970
Tabs implimented.
The tabs are now implimented in tuhopuu (CVS). It wasn't
very difficult, and seems to work quite well (for me).
very difficult, and seems to work quite well (for me).
- Wed Nov 13, 2002 10:11 pm
- Forum: Coding Blender
- Topic: Cool to make a linux framebuffer ver. of blender (blenderFB)
- Replies: 4
- Views: 8584
- Mon Oct 28, 2002 6:40 am
- Forum: Interface & Tools
- Topic: AA blender
- Replies: 12
- Views: 11188
- Mon Oct 21, 2002 4:08 pm
- Forum: News & Chat
- Topic: Blender & VRML
- Replies: 5
- Views: 8337
- Sun Oct 20, 2002 9:43 pm
- Forum: News & Chat
- Topic: Boolean gag....
- Replies: 2
- Views: 6741
its in the givequadverts function (source/blender/src), /* returns vertices of two adjacent triangles forming a quad - can be righthand or lefthand 4-----3 |\ | | \ 2 | <- evl1 | \ | evl-> | 1 \ | | \ | 1-----2 */ thats what the code for the function says, So i'm guessing its not to do with the beau...
- Thu Oct 17, 2002 10:26 pm
- Forum: Documentation & Education
- Topic: Tutorials Needed
- Replies: 15
- Views: 15909
- Thu Oct 17, 2002 1:54 pm
- Forum: Interface & Tools
- Topic: The toolbar is missing.
- Replies: 10
- Views: 23608
- Thu Oct 17, 2002 1:33 pm
- Forum: Coding Blender
- Topic: Consistant style?
- Replies: 19
- Views: 20833
- Thu Oct 17, 2002 1:26 pm
- Forum: Coding Blender
- Topic: Now that we all have it.
- Replies: 9
- Views: 11152
I thought there would be multiple CVS versions here, perhaps there will soon/someday. So the "main" CVS could be for the stable-code, plus bugfixes, say, and then there would be "development" for a team doing work on making the current blender better, and often changing thing. this one might not alw...
- Thu Oct 17, 2002 1:05 pm
- Forum: Interface & Tools
- Topic: New version to play with for everyone else?
- Replies: 24
- Views: 22849
well... i think the reason that ton, or another ex-nan person didn't compile binaries on the day the sources were released was probably because they were all dead tired etc after the conferance, and setting up the server, and getting the code to be releaseable. As people have already posted, unoffic...