Blender Git Commits

Blender Git "master" branch commits.

Page: 4058 / 5574

April 8, 2011, 06:47 (GMT)
fix [#26803] Libs paths are case sensitive in windows
another case was exposed by this report, making relative paths wasn't case insensitive on windows.
April 8, 2011, 05:03 (GMT)
can't include titles in function examples.
April 8, 2011, 03:56 (GMT)
for thumbnail generation only scale the byte buffer. (was scaling float & byte).
April 8, 2011, 03:53 (GMT)
fix for own assert with image scaling, wasnt working with float images.
April 8, 2011, 02:21 (GMT)
fix [#26830] Blender crashes when opening this file
was linking NLA fcurve modifiers as fcurves (wrong function call).
April 8, 2011, 01:40 (GMT)
change to fcurve keyframe coords broke simplify addon since the property
was no longer wrapped by python as a vector. now fixed size float arrays
with PROP_NONE subtype are wrapped as vectors since its convenient to
have x/y access.
April 7, 2011, 15:48 (GMT)
Bugfix #26812

On anim-render, a click in timeline stopped render completely.

The reason for this was a bit wacko code to cope with frame-step
feature (steps of multiple frames).

I thought of fixing that, but instead decided to block any operator
in Blender to change a frame while a render is in progress.
Both render engine and UI are accessing (writing to) the same
data then, which is a bad conflict.

Still a serious weakness of threaded render, but I'll keep
trying to allow this as far as possible :)

April 7, 2011, 13:14 (GMT)
Bugfix #26748

Boolean modifier should be restricted to Mesh objects only.

April 7, 2011, 12:36 (GMT)
Minor fix, own collection.
Knife cut operator was using int_get where enum_get was meant.

April 7, 2011, 08:54 (GMT)
add margin access [#26806] Missing pack margin for pack islands in UV editor
April 7, 2011, 08:23 (GMT)
fix [#26816] P(separate) an object messes up logic brick links
April 7, 2011, 07:53 (GMT)
Sphinx RNA API changelog generator.
- lists added and removed functions and properties.
- lists renamed properties (does fuzzy comparison using min/max, description, type)
- lists functions with arguments changed.

Committed change log from 2.56 -> 2.57:
http://www.blender.org/documentation/250PythonDoc/change_log.html
April 7, 2011, 04:00 (GMT)
Updating BGE dynamic loading docs:
* Adding load_action and verbose keyword args for LibLoad()
* Adding LibList()
April 6, 2011, 22:03 (GMT)
build fix after commit 36036 reported by Tom Edwards over mailing list
April 6, 2011, 12:54 (GMT)
Fix for Image.pixels set, buffer was not tagged as modified, patch by Domino Marama.

April 6, 2011, 12:30 (GMT)
Name unification commit for console toggling operator.

Requested by Dalai, approved by Campbell. Other requested from Dalai
changes were rejected by our Python Departament.
April 6, 2011, 07:24 (GMT)
Fixed incorrect RNA access when changing type of sequencer view
April 6, 2011, 06:47 (GMT)
dfelinto noticed text editor section was missing.
April 6, 2011, 06:29 (GMT)
include needed for windows
April 6, 2011, 06:11 (GMT)
cmake/windows, temporarily build without winblender.rc until its fixed, was giving linking error with msvc2010 and isn't essential info.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021