Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 4504 / 5574

November 23, 2009, 13:58 (GMT)
Splash screen, implemented by Matt.

* Now has documentation links and recent files.
* Click on image or outside splash to make it go away.
* Still has old image, new one will be committed later.

November 23, 2009, 13:52 (GMT)
shaded mode isnt working in 2.5, comment for now
November 23, 2009, 13:35 (GMT)
copying a pose didnt copy its ID props, both poses would reference the same pointer (made proxy on objects with ID-prop pose channels fail)
November 23, 2009, 13:19 (GMT)
Typo, it's called Skim, not Skin. reported by Oxben. Thanks!
November 23, 2009, 13:06 (GMT)
- made properties in the view3d panel only show when there are some properties available since this the option to add props isnt in this panel
- remove print on startup
Revision 78b76cc by Joshua Leung
November 23, 2009, 11:58 (GMT)
Auto-Keyframing and Clear Transform Operators:

Clear Location/Rotation/Scale (Alt-G/R/S) now insert keyframes when Auto-Keyframing is enabled.
November 23, 2009, 11:49 (GMT)
2.5 internal bugfix: remove modal handlers before exiting the screen,
since these may be using it.

November 23, 2009, 11:43 (GMT)
more ui api changes.
- remove functions such as operator_int(), operator_enum(), operator_string
this mixed with keyword arguments in a way that made them hard to read.
Instead, have operator() always return properties rather then needing an argument.

- rename prop_pointer() --> prop_object(), pointer is more a C thing.

- missed item_enumR(), rename to prop_enum()
Revision c6dbbde by Joshua Leung
November 23, 2009, 09:47 (GMT)
Various bugfixes:
* Tweaked the code for operator buttons so that only those operator buttons in the toolbar have their text left-aligned. This is done at layout-block level

* Silenced "file_init" print when opening the file browser

* Disabled animateability of the "active_shape_key_index" for Objects, since this property behaves in a very unpredictable manner, leading to problems with users trying to keyframe shapekey values and ending up keying the list.

* Remove some unnecessary RNA wrapping code
November 23, 2009, 09:28 (GMT)
fix for py errors and missing return
Revision 8224dff by Joshua Leung
November 23, 2009, 02:27 (GMT)
Bugfix - Hook Operators:

These now work for curves, nurbs, and lattices in addition to meshes again.
November 23, 2009, 01:10 (GMT)
epydocs for bge pre/post render callbacks
November 23, 2009, 00:56 (GMT)
temp hack to make the popup show wider when running the edit description operator
November 23, 2009, 00:27 (GMT)
rna UI api rename...
note: this aims to follow pep8 however I chose to use 'prop/props' rather then 'property/properties' because it would make function names too long.

itemR() --> prop()
items_enumR() --> props_enum()
item_menu_enumR() --> prop_menu_enum()
item_pointerR() --> prop_pointer()
itemO() --> operator()
item_enumO() --> operator_enum()
items_enumO() --> operator_enums()
item_menu_enumO() --> operator_menu_enum()
item_booleanO() --> operator_boolean()
item_intO() --> operator_int()
item_floatO() --> operator_float()
item_stringO() --> operator_string()
itemL() --> label()
itemM() --> menu()
itemS() --> separator()

batch script used http://www.pasteall.org/9345
Revision 6555eca by Joshua Leung
November 23, 2009, 00:03 (GMT)

Revision 215acdd by Matt Ebb
November 22, 2009, 23:57 (GMT)
* Changed default shortcut key for 'center view to cursor' to ctrl numpad .
Revision c4a7179 by Joshua Leung
November 22, 2009, 23:11 (GMT)
Bugfixes:

* Restored Center View to 3D Cursor. For now, I've mapped this to QKEY since all other nice combinations of CKEY have been taken now.

* Fixed bug introduced in commit last night where parenting lattice to armatures with deforms would no longer work.
November 22, 2009, 22:42 (GMT)
Repair display of iTaSC IK constraint. Fix crash in GE with high priority action overwriting low priority action.
Revision 042f52b by Matt Ebb
November 22, 2009, 22:23 (GMT)
* Fix for [#19941] File Browser : inability to select multiple files

Added border select on LMB tweak by default, and added shift-lmb to select multiple
November 22, 2009, 22:09 (GMT)
needed to assign some values as bool's
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021