Revision 145a441 by Martin Poirier March 28, 2009, 20:46 (GMT) |
Correctly cancel operator is there's no transform data. Don't access RegionView3D if region is of the wrong type. Correctly draw extra transform stuff (like snap and pet circles) in multiple 3d regions. |
March 28, 2009, 19:31 (GMT) |
Moved EXR settings to OS related zone. It had its own "which OS" conditionals, so please check the moving did change the result. |
Revision a5f3271 by Martin Poirier March 28, 2009, 16:45 (GMT) |
Remove exception for sequencer in after_trans by rewriting the update code. Please don't start adding exceptions like that in transform without asking first. |
Revision ce6c77b by Martin Poirier March 28, 2009, 16:25 (GMT) |
Sequencer crashed when trying to draw waveform because of commented out failsafe. |
Revision e42070d by Campbell Barton March 28, 2009, 11:44 (GMT) |
- made epydoc generator write a list of words used in descriptions - fix spelling mistakes in rna docs (and some comments) |
Revision fdc6df9 by Andrea Weikert March 28, 2009, 11:09 (GMT) |
game engine compile fix for MSVC, game engine team might want to check. |
Revision 6b3935f by Campbell Barton March 28, 2009, 10:52 (GMT) |
- Added the Nurb struct as well as collections for BPoints and BezTriples - Added nurb collection for curve objects |
Revision 6fd597b by Campbell Barton March 28, 2009, 05:51 (GMT) |
removed unneeded arg from makeknots() and replaced some numbers with defines |
Revision f61ce66 by Campbell Barton March 28, 2009, 04:25 (GMT) |
Tooltip fix, there is no such thing as "Tadius interpolation" |
Revision afec404 by Benoit Bolsee March 27, 2009, 22:11 (GMT) |
BGE API Cleanup: GameActuator (patch from Andre) |
Revision 059c2a1 by Benoit Bolsee March 27, 2009, 21:54 (GMT) |
BGE API cleanup: AddObject, DeleteObject and Scene actuator added. |
March 27, 2009, 16:27 (GMT) |
Fixed a couple of null issues spotted by coverity. CIDS: 42 and 470 Kent |
Revision 607d861 by Campbell Barton March 27, 2009, 06:06 (GMT) |
* sequencer transform needs t->data not to be freed by postTrans so special_aftertrans_update can use it. * text header needs a static char* so text is not rendered as gibberish. (until labels own their own strings) * epy_doc_gen.py - write out a graphviz representation of the data api. |
Revision 2c585ae by Campbell Barton March 26, 2009, 20:17 (GMT) |
remove ODE, build systems and BGE are ignoring it already. |
March 26, 2009, 18:45 (GMT) |
Some small cleanups and reorganization. |
Revision b68aced by Brecht Van Lommel March 26, 2009, 14:05 (GMT) |
2.5: Remove OOPS code from the outliner space, as discussed this can be brought back as a new space if someone decides to work on it. This also fixes remaining issues with the outliner tree open and close buttons not working sometimes. |
Revision 1eaff73 by Brecht Van Lommel March 26, 2009, 13:56 (GMT) |
RNA: particle wrapping is a bit more complete now. |
Revision c7d82ec by Joshua Leung March 26, 2009, 11:12 (GMT) |
F-Curve Modifiers: Experimental 'Additive' option for Generator Modifiers This setting means that instead of blindly replacing the existing values, the generator modifier will instead apply its effects on top of any existing modifiers (and/or curve data). Thus, it is now possible to apply effects such sin/cos-based oscillations on top of keyframed motion. |
Revision bba2bdf by Campbell Barton March 26, 2009, 01:42 (GMT) |
Added attributes for Ipo Actuator settings (replacing all methods) |
Revision c53577a by Dalai Felinto March 25, 2009, 23:09 (GMT) |
scons+msvc update for the FFMpeg recent updates |
|