Blender Git Commits

Blender Git "master" branch commits.

Page: 3923 / 5574

August 26, 2011, 18:48 (GMT)
correct missing bpy doc references.
August 26, 2011, 18:32 (GMT)
added a section to gotcha's python bpy docs about unicode encoding problems.
August 26, 2011, 17:55 (GMT)
fix for crash when running a python script in a non utf8 blend path, inspecting the exception for the path assumed utf8.
August 26, 2011, 16:38 (GMT)
Fix #28301: Sculpting a object with rotational have desface

Patch from Juha Maki-Kanto

- initgrabz was called with local space coord.
- Brush radiu was multiplying by 2.0 for grab and snake brushes.
Not sure why this was needed. Made some tests and didn't notice
any regressions without this multiplication.
August 26, 2011, 15:16 (GMT)
code review fixes
August 26, 2011, 14:36 (GMT)
fix crash when exporting .obj and no materials; added rna access 'append' for material so import obj script doesn't fail
August 26, 2011, 11:35 (GMT)
Fix #28370: border select for curve and metaball did not update number of
selected vertices in info header. Patch by Julien Duroure, thanks!

August 26, 2011, 11:28 (GMT)
update depsgraph after collapse; fixes a crash and a display problem when subsurf modifier active
August 26, 2011, 06:22 (GMT)
when applying armature object transform now transform the bone roll too.

This means you can import a BVH, rotate 90d and apply the rotation, the animation will still work as expected - thanks to Benjy's script for showing how obvious it is that this works :)
August 26, 2011, 04:00 (GMT)
document some of the pitfalls in the blender python api (taken from frequent mails and bug reports)
August 26, 2011, 01:32 (GMT)
file-selector: when converting operator arguments to the file selector, wasnt making paths absolute (abs paths are made relative when converting the other way).
August 25, 2011, 17:59 (GMT)
executing operators that changed the context from the console wasnt returning an operator set/flag.
August 25, 2011, 17:54 (GMT)
error when a python operator gave an incorrect return value was near useless, re-raise a more comprehensive error which includes the operator name.
August 25, 2011, 17:01 (GMT)
bpy-rna - simplify enum string/set parsing.
August 25, 2011, 16:47 (GMT)
Cleaned up unused variables
August 25, 2011, 16:42 (GMT)
sanity checks on operator exec/modal/invoke return values.
August 25, 2011, 16:41 (GMT)
Fix for [#28304]

Show A: and B: drives in Windows file browser.
August 25, 2011, 15:49 (GMT)
picky style edits with screen/view/drawing, also remove own bad example doc.
August 25, 2011, 15:18 (GMT)
ups, syntax error, missing :
August 25, 2011, 15:12 (GMT)
OSX: refine logic for NDOF, if WITH_BF_3DMOUSE is disabled also never do weak-link framework, existing or not
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021