Blender Git Commits

Blender Git "master" branch commits.

Page: 2787 / 5574

September 10, 2014, 05:01 (GMT)
Partial fix T41749

2d & 3d cached text now draws pixel aligned now.
September 10, 2014, 03:38 (GMT)
Partial fix for T41749

Tool-tips and header-text used a different pixel alignment from the rest of the UI.
This causes blurry text with multi-sample with NVidia.

Other text still needs the issue resolved (View3d info for eg)
September 10, 2014, 03:37 (GMT)
WM: Add utility wmOrtho2_*** funcs

Currently there are inconsistencies with pixel alignment.
but this commit has no functional changes.

- wmOrtho2_region_ui for UI/Text.
- wmOrtho2_region_pixelspace for 2D drawing.
- wmOrtho2_pixelspace - when the region isn't used.
September 10, 2014, 01:11 (GMT)
Fix for rna2xml

- follow references to Bone, Sequence, Node (non ID types) by name only.
was causing infinite recursion.
- add support to skip individual class properties.

This can now write an entire blend-file.
September 10, 2014, 00:48 (GMT)
Curve: Remove assert in BKE_curve_bevelList_make

Failed on any cyclic poly line.
September 9, 2014, 17:55 (GMT)
Usual UI messages fixes...
September 9, 2014, 12:07 (GMT)
Fix crash reading ParticleEdit.is_editable
September 9, 2014, 12:07 (GMT)
Add flag for bmesh docs
September 9, 2014, 08:54 (GMT)
Fix T41445: Inset creates separated UV's
September 9, 2014, 07:17 (GMT)
Cleanup: const correctness, no change to generated code.
September 9, 2014, 02:21 (GMT)
remove invalid comments
September 8, 2014, 15:44 (GMT)
Warn when --engine arg isn't found
September 8, 2014, 15:44 (GMT)
CMake: Add missing WITH_OPENIMAGEIO define
September 8, 2014, 14:36 (GMT)
Fix crash happening with external engines and dependent objects in an invisible layers
September 8, 2014, 11:25 (GMT)
Fix T41744: Hidden keymap properties uneditable

For UI & operator toolbar this makes sense,
but for keymaps - hidden props can make an important difference.
September 8, 2014, 10:28 (GMT)
Fix T41573: Compositing reroute converts floats to red color

At compo level, only skip data type conversion if both ends of a link do not require it.

Thanks to Lukas for advices and review.
September 8, 2014, 09:49 (GMT)
Fix T41703: Blender crashes trying to load character file.

Core of the issue is that pointcache handling in depsgraph were (re-) tagging
for update some objects on hidden layers, when all their dependencies remained
untag.

Since we do not want to update objects on hidden layers, take this data into account
when flushing pointcache.

Investigations and org patch by self, reviews, advices and final patch by sergey, many thanks! :)
September 8, 2014, 08:29 (GMT)
Attempt to fix compilation error on ubuntu linux
September 8, 2014, 08:03 (GMT)
Fix T41746: WPaint: gradient+mirror fails
September 8, 2014, 01:22 (GMT)
Fix building as Python module (manpage-generation)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021