Search found 15 matches
- Sat Jun 03, 2006 2:19 am
- Forum: News & Chat
- Topic: Blender toolbox change
- Replies: 2
- Views: 3424
Blender toolbox change
G'day, I'm writing a document on ui design for my workplace, and one of the topics has been the design of menus. I remember using the old 2.2 (?) blender's, and them having that spacebar-invoked menu... (called toolbox, I'm led to believe) which came up with a vertical list. Once you selected an ite...
- Thu Oct 14, 2004 6:53 am
- Forum: Python
- Topic: Controlling the viewing camera
- Replies: 2
- Views: 2216
Controlling the viewing camera
G'day, I'm wanting to change the blender view window. Is there a way to access the transform, through which the viewport is viewed? i.e. as a person interacts with my script, it changes what they are viewing. (i.e. while modelling, not during rendering) also is there a way to lock the view, to stop ...
- Wed Mar 24, 2004 1:01 pm
- Forum: Python
- Topic: *new* - blend2java 1.1 Just released
- Replies: 2
- Views: 2080
*new* - blend2java 1.1 Just released
blend2java 1.1 has just been released, with support for textures. Now you can bring textured blender models across to your Java3D apps.
blend2java.sf.net
J.
blend2java.sf.net
J.
- Sat Mar 06, 2004 10:24 am
- Forum: Interface & Tools
- Topic: CAD
- Replies: 87
- Views: 48699
Donations
No, I'm wanting to donate specifically to this project.Al-Capone wrote:Since it's a Blender Cad, donate it to the Blender foundation.
J.
- Fri Mar 05, 2004 2:28 am
- Forum: Interface & Tools
- Topic: CAD
- Replies: 87
- Views: 48699
Donations
Is there a way that we can donate $ to this project?
J.
J.
- Thu Jun 05, 2003 4:45 am
- Forum: Foundation and Websites
- Topic: Feaure Request - Mozilla Tab
- Replies: 1
- Views: 4874
Feaure Request - Mozilla Tab
Some sites; gnomedesktop.org osnews.com etc. allow you to view all the headlines in a mozilla tab in mozillas sidebar.
I really like this.
Cool if blender.org had it too.
keep up the good work gang.
J.
I really like this.
Cool if blender.org had it too.
keep up the good work gang.
J.
- Mon Nov 11, 2002 2:04 am
- Forum: Python
- Topic: Trying to export mesh info.
- Replies: 3
- Views: 6148
um
I know the feeling hey, I spent hours guessing how to do it :) My script gets the first object selected; selectedObjects = Blender.Object.getSelected() currentObject = selectedObjects[0] #assumes it's a mesh mesh = currentObject.data faces = mesh.faces for face in faces #body of loop ===== in the lo...
- Sun Nov 03, 2002 7:11 am
- Forum: Python
- Topic: Blender to Java3D
- Replies: 4
- Views: 8051
Blender to Java3D
Haven't really known where else to announce this, so; Written a script for exporting Blender Objects to Java3D source code. I'm creating a SF project now, and should have it up in not too long. Fairly simple and dirty at the moment, only exports the geometry, not colour etc. info. Haven't been able ...
- Sun Nov 03, 2002 7:08 am
- Forum: Coding Blender
- Topic: Additional Exports
- Replies: 11
- Views: 11724
Blender to Java3D
Well, I've done it... Written a script for exporting Blender Objects to Java3D source code. I'm creating a SF project now, and should have it up in not too long. Fairly simple and dirty at the moment, only exports the geometry, not colour etc. info. Haven't been able to figure out how to do that con...
- Tue Oct 29, 2002 9:02 am
- Forum: News & Chat
- Topic: Blender's imports-exports
- Replies: 35
- Views: 18319
Java3D
I want it to write java .class file for use in Java3D.
I do have plans to write a plugin, once I find the python api
J.
I do have plans to write a plugin, once I find the python api
J.
- Tue Oct 29, 2002 8:56 am
- Forum: Documentation & Education
- Topic: blender python API
- Replies: 6
- Views: 9317
blender python API
Could we add the `Official Blender Python API' to the documentation.
I'm still looking for it myself... (The most up-to-date one that is)
J.
I'm still looking for it myself... (The most up-to-date one that is)
J.
- Tue Oct 29, 2002 8:45 am
- Forum: Python
- Topic: PYTHON API - Where is it?
- Replies: 6
- Views: 6942
sorry, I mean Blender Python API
I've got one that dates to early 2001 ithink... is that the most uptodate?
I assume it isn't, because
Blender.getCurrentScene()
makes the interpreter say 'invalid atttribute' or something like that.. and that's in that API and most of the tuts.
J.
I assume it isn't, because
Blender.getCurrentScene()
makes the interpreter say 'invalid atttribute' or something like that.. and that's in that API and most of the tuts.
J.
- Tue Oct 29, 2002 4:13 am
- Forum: Interface & Tools
- Topic: Should the GUI remain the same, or should it be changed???
- Replies: 53
- Views: 32452
applaus to Ron Tarrant
Ron speaks wisdom above. I was thinking a menu system (kind of like how right mouse clicking in most windows apps, brings up a context sensitive menu) but Blender has run out of mouse buttons... Rons suggestion is a good one. A menu system is a good way of showing users what's possible to do where. ...
- Tue Oct 29, 2002 3:22 am
- Forum: Python
- Topic: PYTHON API - Where is it?
- Replies: 6
- Views: 6942
PYTHON API - Where is it?
So does anyone know where to get the up-to-date Python API? I've looked everywhere. The official (most uptodate) one should reside somewhere on this site shouldn't it?
thanks.
J.
thanks.
J.
- Mon Oct 28, 2002 9:53 am
- Forum: Coding Blender
- Topic: Additional Exports
- Replies: 11
- Views: 11724
Java3D Export
I should like to write a Java3D export plugin once the plugin system is sorted out. (exporting .class files implementing Shape3D maybe?)
J.
J.