Revision 9c45fed by Campbell Barton March 2, 2011, 18:59 (GMT) |
Change RNA weakref code to use a ghash rather then a PyList, removing items from the list was far too slow. |
Revision 356fb25 by Janne Karhu March 2, 2011, 17:49 (GMT) |
Tsk! glGetFloatv() gives alpha too for GL_CURRENT_COLOR, so a four long vector is needed! |
Revision e6a5715 by Janne Karhu March 2, 2011, 17:32 (GMT) |
Fix for [#25326] FCurve rotate gives strange results. * The fcurve points changed their order when rotating, but the transform data wasn't updated properly for this change so some curve handle pointers got lost. * Also found a second bug while fixing this: The fcurve handle type pointers weren't updated at all when the order changed, so some auto handles could turn into aligned handles even if the transform was canceled (no undo possible in this case!). |
Revision 415e8df by Campbell Barton March 2, 2011, 16:56 (GMT) |
simplify rna internal weakref use. |
Revision dd2c7fa by Ton Roosendaal March 2, 2011, 16:52 (GMT) |
Bugfix #26226 ImageWindow: hotkey "P" for Scopes was in conflict with Pinning. Remapped it to "T" for time being, although it's not a toolbar... |
Revision 0abffe2 by Campbell Barton March 2, 2011, 16:22 (GMT) |
align weakref list for rna (properties were using wrong pointer) |
Revision 4453439 by Lukas Toenne March 2, 2011, 14:13 (GMT) |
Removed tests for existing node pointers in RNA function for new links. Group node sockets don't have any specific node they belong to, so no node pointers are found. |
Revision 361b801 by Ton Roosendaal March 2, 2011, 14:09 (GMT) |
From the OFTL (old fart todo list) Right Mouse on area edges has menu to Split or Join. Works like 2.4. Code needed cleanup and upgrade; operators were hardcoded tied to using the area corner widgets only. In theory this is getting py ready even, but that might need some additional testing. :) |
Revision 7159bc0 by Campbell Barton March 2, 2011, 06:56 (GMT) |
minor fixes to weakref validation before making bigger changes |
Revision 54b654c by M.G. Kishalmi March 2, 2011, 06:47 (GMT) |
March 2, 2011, 05:06 (GMT) |
SVN maintenance. |
Revision 3c3997f by Campbell Barton March 2, 2011, 05:05 (GMT) |
replace references to old arithb library |
Revision e2304a4 by Campbell Barton March 2, 2011, 04:51 (GMT) |
move anim functions out of bpy_rna.c, its getting too big. |
Revision 2106788 by Campbell Barton March 2, 2011, 04:16 (GMT) |
update for changed exception type |
Revision 4a48bb3 by Dalai Felinto March 2, 2011, 01:42 (GMT) |
Logic Editor: "Python Controller" NOT "Python Script Controller" The "Script" was added in the original rna commit but for no apparent reason the controller was renamed from the original 2.49 name. Spotted/reverted in time. |
Revision 299d155 by Nathan Letwory March 1, 2011, 21:55 (GMT) |
Remove superfluous () |
Revision 0e8d313 by Sergey Sharybin March 1, 2011, 17:58 (GMT) |
Fix #26218: texture paint - Added option "Fixed Texture" to the UI. Because of strange reason, this feature was implemented but hidden from users. Would be cool, if somebody familiar with 2d texture paiting check. - Fixed some issues in existing code of fixed texture paiting. It now handles brush radius and curve correct. - Also fixed issue with paiting with texture from node tree - it used to be painted with regular brush color instead of texture. |
Revision f2f52a5 by Campbell Barton March 1, 2011, 17:32 (GMT) |
UV layout export: EPS format Pass an iterator function rather then the iterator its self, allows to loop over the faces twice without making a list. |
Revision 2be3a33 by Campbell Barton March 1, 2011, 17:22 (GMT) |
fix [#26257] Colored UV-Map on export - EPS now exports material colors and face fill doesn't overwrite edges (draw in 2 passes). - added opacity option for EPS/SVG/PNG |
Revision d23a757 by Ton Roosendaal March 1, 2011, 17:00 (GMT) |
Bugfix #26243 Not sure if it fixes the bug, but an RNA boolean was read as int... Related to default for "Blend from Shape" tool. |
|