Revision 79c2571 by Campbell Barton December 29, 2012, 10:24 (GMT) |
user-preferences for addons. currently unused, example & docs still to come. |
Revision 18f1343 by Mitchell Stokes December 29, 2012, 10:22 (GMT) |
BGE: Adding a jumpCount to KX_CharacterWrapper. This can be used to have different logic for a single jump versus a double jump. For example, a different animation for the second jump. |
Revision 7d6ea8c by Mitchell Stokes December 29, 2012, 09:44 (GMT) |
Finally fixing the issue where the bezier curve drawn while creating a link between two logic bricks doesn't match the mouse cursor location. The issue was the last line segment for the bezier curve was not getting drawn. This is why the error increased as the curve got longer. |
Revision ed71380 by Lukas Toenne December 29, 2012, 08:46 (GMT) |
Fix for the NODE_OT_add_node operator. The way python classes were subclassed does not work with the registration mechanism. Combined both node_add and node_add_move operators into a single general operator with a flag. When use_transform is set, the operator will start transform on the new nodes after inserting. |
Revision 0cb07bc by Mitchell Stokes December 29, 2012, 08:36 (GMT) |
BGE: An off-by-one error when setting up the viewport for 2D filters caused a blurring effect when using 2D filters. This is now fixed. |
Revision 7d68b37 by Mitchell Stokes December 29, 2012, 04:03 (GMT) |
BGE: Fix for [#33685] "2D Filters Partially Offset" reported by Josiah Lane (solarlune). This bug was caused by me in a recent change to clean up the 2D filters a bit. I forgot that canvas->SetViewPort already handles some viewport calculations, and thus I ended up doubling up on calculations, which caused the offset. |
Revision bc9ad12 by Campbell Barton December 29, 2012, 03:19 (GMT) |
set line endings to native & mime type to text/plain for .app/Contents/MacOS/xxx files. |
Revision c157f81 by Campbell Barton December 29, 2012, 02:57 (GMT) |
code cleanup |
Revision 6b05c88 by Thomas Dinges December 29, 2012, 01:57 (GMT) |
Cycles Hair: * Implemented the Hair Info Node for OSL. |
Revision 4a427d8 by Campbell Barton December 29, 2012, 01:54 (GMT) |
style cleanup |
Revision 6b211ba by Thomas Dinges December 29, 2012, 01:14 (GMT) |
Fix for last commit, hair settings panel should also check on psys. |
Revision 19c4ae5 by Dan Eicher December 28, 2012, 23:30 (GMT) |
Add datafiles/locale/languages to blender.spec.in for CPack |
Revision 4e5e541 by Bastien Montagne December 28, 2012, 22:20 (GMT) |
Fix encoding (from ISO 8859-15 to utf8). |
Revision f098407 by Thomas Dinges December 28, 2012, 20:32 (GMT) |
i18 Spell check: * Wrong comma sequence in spell_check_utils.py |
Revision e5791cf by Tamito Kajiyama December 28, 2012, 20:21 (GMT) |
Another mega (literally :p) code clean-up patch by Bastien Montagne, thanks again! |
Revision 01fe30f by Ton Roosendaal December 28, 2012, 19:26 (GMT) |
Hrm... replacing MAC_OS_X_VERSION_MAX_ALLOWED with MAC_OS_X_VERSION_MIN_REQUIRED |
Revision 4e24bcf by Ton Roosendaal December 28, 2012, 19:10 (GMT) |
Testing commit for OS X trackpad and scroll events. Now: - code is wrapped for OS X releases (10.6 and 10.7) - It now detects scrollwheel (old mouse) and gesture strokes (mighty mouse or trackpad). If you have 10.6, things will work as for release. Next todo for tomorrow: make trackpad work actually smooth and not with steps. Will also try to figure out the device type, to handle mighty mouse differently. |
Revision cfd0b3c by Brecht Van Lommel December 28, 2012, 18:21 (GMT) |
Fix OSL distance() of point to line segment function not being available, implemented now in stdosl.h. |
Revision 81b371a by Thomas Dinges December 28, 2012, 16:25 (GMT) |
Cycles Hair UI: * Code cleanup, removed some unneeded code * Moved "Cycles Hair Rendering" panel above "Cycles Hair settings" * "Cycles Hair settings" panel is only visible when hair rendering ("use_curves") is enabled. |
Revision 357b02f by Ton Roosendaal December 28, 2012, 16:11 (GMT) |
Reversion of previous fix for Mac OS X scrollwheel, it appears I used 10.7+ options, fails for 10.6. Back to drawing board! |
|