Blender Git Commits

Blender Git "master" branch commits.

Page: 3359 / 5574

December 18, 2012, 16:52 (GMT)
fix for crash in own commit - happend when changing userprefs.
December 18, 2012, 16:20 (GMT)
use 'bpy.context' when printing properties in the info window.
December 18, 2012, 15:44 (GMT)
Fix part of #33469: cloth preroll had a wrong tooltip and low limit of 200 frames.
December 18, 2012, 15:22 (GMT)
changing RNA properties now prints python script in the info view.

next will add context so bpy.data.xxx[id] are not used for all references.
December 18, 2012, 15:10 (GMT)
Blender icons now are in the 21st century too!

Default size for bitmap now is 32x32 pixels. Code change for higher densities is easy,
all under review. Let's first check this!

December 18, 2012, 14:55 (GMT)
Fix region expander (+) drawing too narrow.
Revision 615d90b by Lukas Toenne
December 18, 2012, 14:49 (GMT)
Class method 'get_node_type' for node RNA types. This can be used to map RNA types and Python classes to the associated node type by means of the node type identifier.
December 18, 2012, 14:46 (GMT)
Fixes for ctrl+click on panel header:
* It collapsed panels in other tabs too
* Ctrl + click next to the panel header still caused panels do be collapsed
* Ctrl + Return over panel header now works as well
December 18, 2012, 14:11 (GMT)
functions to make a string representation of a property & assignment.
December 18, 2012, 14:05 (GMT)
Fix #33600: copying objects with point caches did not copy the external,
disk cache and lib path settings.
December 18, 2012, 13:59 (GMT)
Nicer function for drawing text in 3d window:

ED_region_visible_rect(ar, rect)
Returns the visible rect inside a region, subtracting the overlapping UI regions.

Added with minimal overhead, only called once per region draw.

Also fixes the 'Auto Key' warning print in 3d window (was behind properties)

December 18, 2012, 13:46 (GMT)
some speedup by avoiding translation on entire enum arrays, and just translate the single name that ends up being used.
December 18, 2012, 13:25 (GMT)
fix for include and use break statement (may as well not loop more then needed).
December 18, 2012, 13:21 (GMT)
add index argument to RNA_property_as_string() - currently unused.
December 18, 2012, 12:42 (GMT)
Fix #33599: VBO textured draw mode did not update correctly when an image filepath
was changed to an invalid one. Also fixed Object Color not being displayed correctly
with VBO's.

The way it has to clear the VBO buffers here is quite poor though and slow, we
really need textures and materials in the depsgraph to do this quicker.
December 18, 2012, 12:14 (GMT)
Bug fix, IRC collection. (Fix for recent commit)

On saving new files (after loading startup.blend), the user prefs were included.
G.fileflags again...

December 18, 2012, 11:17 (GMT)
fix [#33598] Regression in 2.65 while opening a 2.64 file

VBO's were using a material limit half the size of the rest of blender.
December 18, 2012, 10:57 (GMT)
Correction for own commit r53006, removed some ndof keymaps, bad!
Revision fa617f1 by luke frisken
December 18, 2012, 10:43 (GMT)
Fixed operator_modal_view3d_raycast.py template so that it uses hit points in world space to give correct selection. Also set selected object to active.
December 18, 2012, 09:13 (GMT)
Adding Amharic (i.e. ethiopic) language.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021