[Soc-2010-dev] Weekly Status Report - 9 July

Joshua Leung aligorith at gmail.com
Sun Jul 11 05:45:27 CEST 2010


== This week ==
* I spent Monday tracking down and fixing some bugs in the tracker at last.
There are still a few more important ones that need attention (namely
tracking down a rather fiddly crash with GraphEdit handle transforms), which
I might need to give priority to fixing given the current plans for
wednesday 2.5-beta tagging...

* Manipulator API
On Tuesday, I put together design doc for this (link posted on blog). After
discussion with Martin, I've rethought the system with updated doc (not yet
uploaded to web). Coding currently in progress...

* Bullet/Simulation Stuff
- Hooked up a few more properties for the simulation and started first round
of tweaks to the UI.
- Implemented Convex-Hull support for 'Mesh' collision shapes. The demo
video I posted of this seems to have gathered quite a bit of interest.

* Constraints
I started setting up the constraints API on the Bullet side, but ran into
some roadblocks considering what parameters/methods to expose.

Investigating the "Rigid Body Joint" constraint (which is in Blender
already) for clues and hoping to reuse it left me a bit confused. There
seems to be some fairly dodgy stuff going on here with the two object
references, "Target" and "Child" but only one of them really seems properly
supported. When comparing to 2.49, "Target" is really the "toChild" field,
but yet in the code, there are checks for both of them. Hrmf!

Also, while scoping this out, I had a few second thoughts about the original
workflow here as mentioned in the design doc, as
1) Flipping between Constraints and Physics panels (Constraints comes before
Physics, though these constraints are more subsidary to the Physics
settings) isn't actually that great. It breaks some of the organisation
principles behind the Properties editor, and also is not that obvious.
2) Making sure that everything will still be stable/valid under this
approach is tricky, though we still wouldn't want to

As a result, I'm currently re-evaluating the approach here... Progress here
will continue only when I have clearly mapped out and resolved all lingering
issues surrounding this.

* Pointcache Support
I didn't get around to working on this yet this week.

>From preliminary investigations, it looks like the most direct option is to
extend the PTCacheData to include 4x4 matrix dumps (as I'm currently using
to get data out of the physics engine without worrying about coordinate
system stuff + less conversions to and fro). That will bloat the size of
pointcache files though, so more investigations pending :)

Linking into this, I did a few experiments into handling duplis (which I'd
previously postponed work on to get things working). However, I still wasn't
really satisfied with aspects of the approach yet (confusing setup
requirements being one of them :/), so I stopped work on that, saving out a
half-finished patch to look into again with some fresh ideas later.


== Next Week ==
Lectures start again next week :(

Targets for this week will be mostly the same as the last week - i.e.
working on the main fronts listed here. Having said this, I think I'll
concentrate coding efforts on getting the Manipulator API up and running,
and work on getting making sure we have solid approaches for the other
issues pending.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.blender.org/pipermail/soc-2010-dev/attachments/20100711/311e6f84/attachment-0001.htm 


More information about the Soc-2010-dev mailing list