Blender Git Commits

Blender Git "master" branch commits.

Page: 3347 / 5574

December 29, 2012, 10:24 (GMT)
user-preferences for addons. currently unused, example & docs still to come.
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.
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.
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.
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.
December 29, 2012, 03:19 (GMT)
set line endings to native & mime type to text/plain for .app/Contents/MacOS/xxx files.
December 29, 2012, 02:57 (GMT)
code cleanup
December 29, 2012, 01:57 (GMT)
Cycles Hair:
* Implemented the Hair Info Node for OSL.
December 29, 2012, 01:54 (GMT)
style cleanup
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
December 28, 2012, 22:20 (GMT)
Fix encoding (from ISO 8859-15 to utf8).
December 28, 2012, 20:32 (GMT)
i18 Spell check:
* Wrong comma sequence in spell_check_utils.py
December 28, 2012, 20:21 (GMT)
Another mega (literally :p) code clean-up patch by Bastien Montagne, thanks again!
December 28, 2012, 19:26 (GMT)
Hrm... replacing

MAC_OS_X_VERSION_MAX_ALLOWED
with
MAC_OS_X_VERSION_MIN_REQUIRED


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.

December 28, 2012, 18:21 (GMT)
Fix OSL distance() of point to line segment function not being available,
implemented now in stdosl.h.
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.
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!

By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021