Blender Git Commits

Blender Git "master" branch commits.

Page: 4649 / 5574

Revision 576a642 by Joshua Leung
July 11, 2009, 03:23 (GMT)
NLA SoC: Merge from 2.5

21470 to 21512

Next up, NLA-branch to 2.5 :)
Revision 1105ee7 by Joshua Leung
July 11, 2009, 03:09 (GMT)
NLA SoC: Quick commit of skeleton of auto-blending setting code to be completed later...
Revision 66a81a4 by Joshua Leung
July 10, 2009, 23:25 (GMT)
NLA SoC: Names for NLA Strips

In order to be able to better identify NLA Strips (and to reduce the complexity of the text on them), I've implemented a name property for the strips. The names are made to be unique within the AnimData block the strip comes from, though this may not always happen if not enough relevant context info is present to validate this.
July 10, 2009, 22:16 (GMT)
Allow the user set which style to use for the kerning value.

This are freetype2 options:
Unfitted - Scaled but un-grid-fitted kerning distances
Default - Scaled and grid-fitted kerning distances

We always use Unfitted, but the "Default" style give better result here,
so please test and if nobody complain we can set this style as the default.

July 10, 2009, 21:49 (GMT)
July 10, 2009, 20:43 (GMT)
2.5:

* Default panel zoom level user preference, when creating
new button windows or pressing home-key to reset. Patch
by Matt D., thanks!

July 10, 2009, 20:18 (GMT)
Yes!! a nice font again!!

Matt, I found the problem in one of my previous commit, so I revert
all my changes and now the font look good again.

Also remove all the options (kerning, overlap and user kerning), I want
to make this a little better.

July 10, 2009, 19:56 (GMT)
RNA

* Enums can now be dynamically created in the _itemf callback,
using RNA_enum_item(s)_add, RNA_enum_item_end. All places asking
for enum items now need to potentially free the items.
* This callback now also gets context, this was added specifically
for operators. This doesn't fit design well at all, needed to do
some ugly hacks, but can't find a good solution at the moment.
* All enums must have a default list of items too, even with an
_itemf callback, for docs and fallback in case there is no context.

* Used by MESH_OT_merge, MESH_OT_select_similar, TFM_OT_select_orientation.
* Also changes some operator properties that were enums to booleas
(unselected, deselect), to make them consistent with other ops.

July 10, 2009, 19:52 (GMT)
2.5 file browser
* bugfix: set the directory to the default root when directory button is empty
July 10, 2009, 19:19 (GMT)
2.5 filebrowser
* bugfix: don't allow parent dir to go beyond root
* bugfix: only attempt to change directory if it exists

New (WIP) feature: autocomplete for directory
* works on TAB
* so far only one level (in current directory)
July 10, 2009, 19:11 (GMT)
2.5 Buttons:
Small fixes:

* Removed Particle System Context header
* Lamp Type is a menu now, better for small displays.
July 10, 2009, 18:10 (GMT)
2.5:

* Fix missing update when browsing to different text.
* Fix wrong spacing in font size 15 drawing in the text editor.
* Fix numbers not updating in color picker buttons.

July 10, 2009, 18:09 (GMT)
Use python subtypes so bpy.types.Mesh is a subtype of bpy.types.ID

This means checks like this work.
isinstance(bpy.data.meshes[0], bpy.types.ID)

bpy.types.Mesh.__base__ == bpy.types.ID

July 10, 2009, 17:41 (GMT)
SUN and HEMI lights back as trunk (i think)
July 10, 2009, 17:26 (GMT)
2.5 file browser
* buttons for increment/decrement number in filename
Patch provided by Johannes Meng, many thanks!
July 10, 2009, 17:05 (GMT)
2.5 file browser
* directory button enabled again, c code for now, can later become nicer operator
* filename button enabled (pattern match for selection)
* RNA completed (title, file and directory)
* some unused code removal.
July 10, 2009, 16:56 (GMT)
2.5

UI script for setting render output

July 10, 2009, 16:55 (GMT)
2.5

Render usability:

- Option back to render to imagewindow, or fullscreen.
The latter is default. Setting is stored in Scene.
- Added button in output panel, the option "to new window" will follow!
- F11 again toggles render view
(moved MS Windows "full screen" to shift+F11 for now)

July 10, 2009, 16:42 (GMT)
*rtbuild now stores BB
*fix in ray/bb hit tests inside instances
July 10, 2009, 15:43 (GMT)
Should improve mirror rays (copy past error: was losing dive first heuristic sometimes)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021