Revision 8346268 by Joshua Leung August 30, 2010, 01:57 (GMT) |
Bugfix #23551: FMODIFIERS: Steps "Use End Frame" doesn't enable One old property name was missed during the renaming madness, so the 'active' poll always failed there. |
Revision 1f2bc7b by Joshua Leung August 30, 2010, 01:07 (GMT) |
Bugfix #23575: Hook modifier don't update name of bone acting as the controller when the name of that bone is changed |
Revision 88f657f by Joshua Leung August 30, 2010, 00:49 (GMT) |
scons compiling fix: When "svnversion" can't be found (as is usual for anyone running TortoiseSVN), build_revision info will be "", which breaks compiling. Worked around this for now by using "<UNKNOWN>" as this |
Revision 57e0d67 by Mitchell Stokes August 30, 2010, 00:18 (GMT) |
Committing patch [#23489] add method getEventStatus() to PythonKeyboard and PythonMouse by Geoff Gollmer (gomer) This patch makes SCA_PythonKeyboard.events and SCA_PythonMouse.events return a dictionary of all inputs (including inactive) instead of a list of active inputs. Example usage: import bge if bge.logic.keyboard.events[bge.events.SPACEBAR] = bge.logic.KX_INPUT_JUST_ACTIVATED: print("Spacebar pressed!") A couple of changes to the patch: * Wrap python stuff in #ifndef DISABLE_PYTHON * Clear and decref m_event_dict in the destructors A couple of things not related to the patch: * Made member variables private * Removed a commented out (and no longer used) method (SCA_PythonMouse.show()) |
Revision cb786f0 by Nathan Letwory August 29, 2010, 21:53 (GMT) |
Remove unnecessary ''s. This cleans up also printouts in splash and bpy.app (no more unnecessary quotes). |
Revision c29b5df by Nathan Letwory August 29, 2010, 21:49 (GMT) |
Changing representation, so there's no space between the words. |
Revision 37b5428 by Nathan Letwory August 29, 2010, 21:38 (GMT) |
Fix indentation errors |
Revision 6c113b5 by Nathan Letwory August 29, 2010, 20:52 (GMT) |
Finally change SConscript tabs to spaces. |
Revision 999bb69 by Nathan Letwory August 29, 2010, 19:47 (GMT) |
Properly set build type: Release or Debug |
Revision 57aee2e by Nathan Letwory August 29, 2010, 19:44 (GMT) |
Tell what platform and its bitness in BUILD_PLATFORM |
Revision de2e58c by Campbell Barton August 29, 2010, 15:53 (GMT) |
fix for the weight range for curve set weight operator |
Revision 69949d7 by Campbell Barton August 29, 2010, 15:40 (GMT) |
added animation data update to the help menu as discussed in last meeting. |
August 29, 2010, 04:48 (GMT) |
Tweaks to ASC-CDL colour balance formula to exactly match the spec. |
Revision ad70072 by Benoit Bolsee August 28, 2010, 20:56 (GMT) |
BGE patch #22623 applied: new bound type: Capsule. |
Revision bc7fcc5 by Tamito Kajiyama August 28, 2010, 15:10 (GMT) |
RNA fix/addition: Made scene render freestyle_settings.linesets consistent with recent changes in the trunk revision 31570 for adding scene render layers' active and active_index properties. |
Revision 76918e6 by Thomas Dinges August 28, 2010, 15:04 (GMT) |
Timeline Notifier Listener: * Added ND_FRAME_RANGE to the header listener, changing frame range in Properties Window didn't update it in the timeline, reported by Hardworker in IRC. Thanks! * Main Area Listener doesn't listen to all NC_SCENE Notifiers now, only selected ND Notifiers, like the header does. This is more efficient. If there is a reason to let it listen to all NC_SCENE notifiers, please tell me. :) |
Revision 12f9a5d by Tamito Kajiyama August 28, 2010, 14:30 (GMT) |
Merged changes in the trunk up to revision 31630. |
Revision d8b2d19 by Tamito Kajiyama August 28, 2010, 13:52 (GMT) |
Documentation updates: Added a class hierarchy that shows inheritance relationships among the classes defined in the Freestyle module. |
Revision f28b5e6 by Campbell Barton August 28, 2010, 12:34 (GMT) |
python/utf8 compatibility fixes. (as discussed on the mailing list) - user input gets non utf8 chars stripped all text input other then file paths. - python has the same limitations, it will raise an error on non utf8 strings except for paths use unicode escape literals so its possible to deal with saving to these file paths from python. - new string functions BLI_utf8_invalid_byte(str, len) returns the first invalid utf8 byte or -1 on on success. BLI_utf8_invalid_strip(str, len) strips non utf-8 chars. |
Revision 7a7076c by Campbell Barton August 28, 2010, 12:15 (GMT) |
obj export fix for meshes with no UV textures |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021