From BlenderWiki
An quick exert about me from Blender Conference 2008 + updates:
Dalai Felinto, who is currently living in Rio de Janeiro, Brazil, has been using Blender since the beginning of his graduate study in Architecture and Urban Studies back in 2003. His participation in the Blender Community includes a paper and a tutorial presented at the 2007 Blender Pro Brazil in Porto Alegre, an image published in a Blender magazine in Brazil, co-hosting of the first Vancouver Blender Workshop in 2008, a work presented with Mike Pan at the 2008 Blender Conference in Amsterdam, two talks at the 2009 Che Blender in Córdoba, Argentina and a number of contributions to Blender code since 2.47.
His past professional experiences with Blender includes the implementation of a dome rendering mode for the Blender Game Engine sponsored by the art school SAT: Society for Arts and Technology of Montreal in 2009, a 3 month job experience as game developer and technical artist for the Entertainment Arts Research's production of a third person action thriller game (Twilight22) and a two month production as a digital artist for the Fisheries Center at the University of British Columbia, Canada, for a 7 minute long digital documentary about the life in Chesapeake Bay.
He's currently involved with a marine ecosystem visualization project at the University of British Columbia in Canada using and developing the Blender Game Engine as an interactive tool. www.lenfestoceanfutures.org
http://blenderecia.orgfree.com
(omg, I'm getting fancy :p)
[edit] Complement SDNA
- Notes about pointers
When adding pointers as structure elements there is one more step you need to do. All pointers are stored in the Blender files with their original address. When the file is loaded, Blender needs to readdress the pointer to the new address of the element. This happens in the readfile.c.
Therefore there is three functions you may need to change to set your pointer. As an example if you want to add an actuator (they are part of the object global list), you you need to edit the readfile.c in three parts:
- In expand_object() do a expand_doit()
- In lib_link_object() you do a newlibadr_us()
- In direct_link_object() ???????
And in writefile.c you will need to write the structure for your pointer. Find the right write_function (eg write_actuators) and call properly writestruct();
For more information check the Blender Architecture.
[edit] Step Render Frame
Blender allow you to do faster animation renders skipping some Frames. You can set the step in the Render Panel as you can see in the picture.
Once you have your video file rendered, you can play it back in the real speed (fps). For that you just need to set the same Step parameter you used to render it.
If you play the stepped video in a normal speed in an external player, the general speed will be *Step* times faster than a video rendered with all the frames (eg. a video with 100 frames rendered with Step 4 @ 25 fps will have only 1 second. The same video rendered with Step 1 (the default value) will have 4 seconds of length).
If you want to use this parameter for rendering through command line you can use -j STEP, where STEP stands for the number of steps you want to use.
If you want to use this parameter for playing video files through the command line, you need to use the parameter -j STEP following the -a (which stands for the playback mode).
./blender -a -s 1 -e 100 -p 0 0 -f 25 1 -j 4 "//videos/0001.jpg"
- Rendered stepped frames with output video format such as FFMpeg (always) or AVI Jpeg (sometimes) produce a corrupted video (missing end frames). in Blender 2.48a. Therefore the rendered video can't be played-back properly.
Therefore I suggest to work with the video output format of JPG, it works fine all the time.
[edit] Blender Conference Architecture Round Table Minute draft
Right now I will write here the minutes of the Blender for Architecture Round Table (This still is a rough, I will clean this later)
Milanov – Architecture
How we can improve Blender to “make the 1st 3D Open Source application”. -a tool not only for presentation, but a project tool
-3d sketchs from the beggining. -sections
Precision (more than 32 bits float precision) Repetition / modules
[Blender -a // playback animation] - curiosity, off-topic but awesome
Offset / trim / extend cross sections Shell
IGES – Nurbs format
FEATURES / ISSUES: -exporter
DXF – Drawing Exchange Format fbx nurbs formats (??) [.x3d .DAE (Collada)] - my addition
Photo matching system (e.g. SketchUp PhotoMatch)
-measuring, summed length values -uvmap, extending the current UV system for simple tasks as paint an UV based in the neighbor faces). -snapping(thanks theeth), more snaps(e.g. center, ...) -precision – render merging problems (when the distance is too small for some distances it results in imprevisible results).
APPENDIX 01 – CAD Commands:
(These are my personal list of most required cad commands. I created it to provide a feature request list to the project Archimedes).
It's interesting to see that the only commands Blender can't do were cited in the roundtable. They are: Offset, Distance, Fillet, Trim, Extend.
List:
_____line _____circle =====offset _____polyline _____move _____copy _____mirror _____rotate _____scale _____explode _____match properties _____block _____break =====distance _____scale _____divide =====fillet =====trim =====extend _____arc _____stretch
_____boundary (bo)
_____align (al)
_____draworder (dr)
_____pedit (pe)
_____write block (w)
_____insert raster image
_____paperspace
[edit] BGE develop meeting notes
Blender Conference 20008 - 01 – Blender Game Engine future
Blender Game Engine Web Plugin
The web plugin was abandoned since 200????. Recently in this year we have some developers trying to ressucite it to the most diferent platforms. Until now the new plugin is working only for unix systems.
- no bad level calls in 2.50
rewrite
The trend (in Apricot) is to implement all Blender features (Constraints, Drivers, …) in BGE.
However there is no budget, no payed BGE developer. Things are changing though.
game engine as a plugin?
Tree data and memory managed to Blender interface converted to BGE objects. This is fine when BGE owrk inside Blender. However outside Blender it doesn't work fine (pointers present risk in memory assignment).
BGE use part of Blender code (IPO, Bone structure) licensing is an issue. Option: separate the data and the code. The game can be released as a blendfile cryptografed and the Game Player (i.e. BlenderPlayer).
WebPlugin Blender Game Engine.
security problem. Python problems. Differences of security levels/issues in network applications or local ones. It is not desired to associate Blender name with the risk of insecure web applications. It is needed a company willing to support the plugin development to stick on that.
SandBoxing issues Blender sand boxing bad python calls
A company should show progress: - Huge companies: Google, Nvidia, IBM - documentation - support maintaince / bugs, features, … It is a lot of work for the company and for the Blender Foundation. Reviewing patches developed for third parts isn't so easy (or exciting)
ISSUES: trusty, cappacity rely








![[]](/skins/blender/open.png)
