Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 4253 / 5574

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
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())
August 29, 2010, 21:53 (GMT)
Remove unnecessary ''s. This cleans up also printouts in splash and bpy.app (no more unnecessary quotes).
August 29, 2010, 21:49 (GMT)
Changing representation, so there's no space between the words.
August 29, 2010, 21:38 (GMT)
Fix indentation errors
August 29, 2010, 20:52 (GMT)
Finally change SConscript tabs to spaces.
August 29, 2010, 19:47 (GMT)
Properly set build type: Release or Debug
August 29, 2010, 19:44 (GMT)
Tell what platform and its bitness in BUILD_PLATFORM
August 29, 2010, 15:53 (GMT)
fix for the weight range for curve set weight operator
August 29, 2010, 15:40 (GMT)
added animation data update to the help menu as discussed in last meeting.
Revision c2e43d7 by Matt Ebb
August 29, 2010, 04:48 (GMT)
Tweaks to ASC-CDL colour balance formula to exactly match the spec.
August 28, 2010, 20:56 (GMT)
BGE patch #22623 applied: new bound type: Capsule.
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.
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. :)
August 28, 2010, 14:30 (GMT)
Merged changes in the trunk up to revision 31630.
August 28, 2010, 13:52 (GMT)
Documentation updates: Added a class hierarchy that shows
inheritance relationships among the classes defined in the
Freestyle module.
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.
August 28, 2010, 12:15 (GMT)
obj export fix for meshes with no UV textures
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021