Revision d9a70ce by Brecht Van Lommel May 8, 2012, 19:57 (GMT) |
Fix 31370: light falloff node linear output not working code. Fix part of thread safety issue, there's still something else wrong. |
Revision 7b3beec by Ove Murberg Henriksen May 8, 2012, 19:49 (GMT) |
Revision 81255ca by Campbell Barton May 8, 2012, 18:29 (GMT) |
style cleanup: gpencil & metaball |
Revision f605679 by Campbell Barton May 8, 2012, 18:05 (GMT) |
style cleanup: nla |
Revision 855c11f by Campbell Barton May 8, 2012, 16:02 (GMT) |
style cleanup: space action |
Revision 80a766c by Campbell Barton May 8, 2012, 15:55 (GMT) |
style cleanup: view3d |
Revision facc976 by Campbell Barton May 8, 2012, 15:43 (GMT) |
style cleanup: screen |
Revision f9d07ff by Campbell Barton May 8, 2012, 15:30 (GMT) |
style cleanup: animation + buttons |
Revision 817d308 by Lukas Toenne May 8, 2012, 15:14 (GMT) |
Fix #31350, by Sergey Sharybin. This happens because of how output node index is initializing in assign_index function: itterator goes to the beginning of the nodes list using node->prev and then reviews the whole node list to find first unused index. The problem is that node's initialization now is getting called before node was added to node tree, so all output nodes have got equal index. |
Revision e20bff4 by Lukas Toenne May 8, 2012, 14:58 (GMT) |
Fix #31363. Group interface sockets don't have a parent node, so the API function has to check that before making the update call. |
Revision 6f20ef6 by Campbell Barton May 8, 2012, 14:58 (GMT) |
optimize ngon angle calculation in solidify modifier (was doing prev/next vector subtract and normalize for every vertex). now store the previous normalized vector for re-use. also add BKE_mesh_poly_calc_angles() which is mostly a reference for now. |
Revision 16d93f3 by Sergey Sharybin May 8, 2012, 13:01 (GMT) |
Revision d7bc2c7 by Campbell Barton May 8, 2012, 11:48 (GMT) |
style cleanup: misc editor changes. |
Revision 17c48e7 by Campbell Barton May 8, 2012, 11:42 (GMT) |
style cleanup: editcurve |
Revision 7a95d43 by Daniel Genrich May 8, 2012, 11:39 (GMT) |
Fix reseting of particle lifetime and unborn feature when adding smoke - reported by blendernation |
Revision ba7d245 by Sv. Lockal May 8, 2012, 11:18 (GMT) |
fix for own mistake for ctrl+left/right movement and code cleanup for txt_jump_left/right |
Revision 7a4ad3a by Campbell Barton May 8, 2012, 09:31 (GMT) |
style cleanup: seqeffects |
Revision 670916d by Sergey Sharybin May 8, 2012, 09:10 (GMT) |
Fix #31332: VSE drag and drop onto timeline buggy |
Revision 673e261 by Sergey Sharybin May 8, 2012, 07:31 (GMT) |
Fix #31344: MovieClip python custom properties are reset when reopen the file |
Revision 243304a by Mike Erwin May 8, 2012, 05:04 (GMT) |
ndof: restored support for older serial port 3D mice on Linux (R45951 broke it, oops) |
|