Hi, exporting custom properties is on my todo list.
/Nathan
Search found 1848 matches
- Mon Jun 27, 2011 4:57 pm
- Forum: Interface & Tools
- Topic: Custom properties export for Collada
- Replies: 9
- Views: 5244
- Thu Jun 16, 2011 10:54 pm
- Forum: Coding Blender
- Topic: Blender Addon with own qt gui
- Replies: 3
- Views: 3946
- Thu Feb 24, 2011 3:05 pm
- Forum: Coding Blender
- Topic: Registering New Object types like PowerUp,Armour, Spawns etc
- Replies: 1
- Views: 2434
Either use mesh objects or empty objects, and tag them with extra information (idprops or custom props). In your exporter you can then look for this extra info and export accordingly. See https://svn.blender.org/svnroot/bf-blender/trunk/blender/release/scripts/op/add_mesh_torus.py for an example how...
- Thu Feb 24, 2011 2:59 pm
- Forum: Coding Blender
- Topic: Building Blender 2.5 python zip error in blender.py
- Replies: 4
- Views: 4494
- Thu Feb 24, 2011 2:57 pm
- Forum: Coding Blender
- Topic: Completely Changing The Blender Interface
- Replies: 1
- Views: 1863
- Thu Feb 24, 2011 2:55 pm
- Forum: Coding Blender
- Topic: makesdna
- Replies: 1
- Views: 2569
- Wed Jan 26, 2011 2:03 pm
- Forum: News & Chat
- Topic: Stupid presentation idea or something interesting?
- Replies: 3
- Views: 2288
- Tue Jan 25, 2011 11:59 pm
- Forum: News & Chat
- Topic: Stupid presentation idea or something interesting?
- Replies: 3
- Views: 2288
- Mon Jan 24, 2011 1:12 pm
- Forum: Interface & Tools
- Topic: GUI scale is problematic when sub-windows (panels) are moved
- Replies: 13
- Views: 5432
- Mon Jan 24, 2011 10:34 am
- Forum: News & Chat
- Topic: startup problem... plz help
- Replies: 5
- Views: 4832
- Mon Jan 24, 2011 10:07 am
- Forum: Coding Blender
- Topic: Git Mirror?
- Replies: 7
- Views: 9467
Nice, JesterKing. At least yours are crap-free. 8) bf-extensions seems to have lower activity on it—only one update on Thursday (UTC), two on Wednesday, none on Tuesday, while a whole bunch came through on Friday. Is that what you’ve been seeing? Nah, I meant I forgot to reinstate (apparently) the ...
- Mon Jan 24, 2011 10:06 am
- Forum: Coding Blender
- Topic: 1.6 Million Lines Of Code
- Replies: 3
- Views: 4559
Odd, Ohloh’s figure is 3 million lines. Where do they get the extra 1.4 million from? Both bf-extensions trunk and bf-blender trunk/ (top-level) are included in the stats. bf-blender trunk includes also lib/windows and lib/win64, which both have Python libraries in source included. bf-extensions na...
- Fri Jan 14, 2011 8:49 pm
- Forum: Coding Blender
- Topic: No module named Blender!!
- Replies: 4
- Views: 15605
Re: DDDoooppppeee!!It's right in the Terminal print out!!
You can also find the information through the BPy API:thru2trot wrote:P.S. I also saw it on the blender splash screen picture
Code: Select all
bpy.app.build_revision
- Fri Jan 14, 2011 6:44 pm
- Forum: Coding Blender
- Topic: Looking for a bit of Guidance
- Replies: 12
- Views: 4889
Also remember to check the documentation in our wiki here: http://wiki.blender.org/index.php/Dev:Contents
/Nathan
/Nathan
- Fri Jan 14, 2011 6:41 pm
- Forum: Coding Blender
- Topic: How long to release Blender 2.5 with export .md2?
- Replies: 2
- Views: 2889