Blender Git Commits

Blender Git "master" branch commits.

Page: 3776 / 5574

January 1, 2012, 13:09 (GMT)
use `props` all over for operator properties vars
January 1, 2012, 10:27 (GMT)
__func__ define for msvc since its not c99 compat
January 1, 2012, 10:05 (GMT)
rna_xml module - write colors as hexadecimal values, also swap import/export order of key config buttons, since they didnt match other uses where import is first.
January 1, 2012, 09:39 (GMT)
rna api - set hard min/max for colors which are float properties but internally use chars to 0/1.
January 1, 2012, 09:19 (GMT)
use __func__ for makesrna.c error prints rather then the function name (no functional changes)
January 1, 2012, 08:52 (GMT)
pep8 edits
January 1, 2012, 08:12 (GMT)
theme import/export - uses generic rna_xml py module.
January 1, 2012, 08:09 (GMT)
add the ability to read from XML into RNA for rna_xml module
January 1, 2012, 04:37 (GMT)
initial rna <> xml module, copied from dump_rna2xml.py, not yet functional
December 31, 2011, 21:12 (GMT)
Merged changes in the trunk up to revision 43040.
December 31, 2011, 21:09 (GMT)
Merged changes in the trunk up to revision 43038.

Conflicts resolved:
source/blender/makesdna/DNA_material_types.h
source/blenderplayer/bad_level_call_stubs/stubs.c
December 31, 2011, 17:46 (GMT)
Fix blenderplayer build (by adding missing bad level call stubs)

December 31, 2011, 17:15 (GMT)
Openexr path change for scons (win)
December 31, 2011, 15:18 (GMT)
Cycles code refactoring: change displace kernel into more generic shader
evaluate kernel, added background shader evaluate.
December 31, 2011, 15:10 (GMT)
Fix [#29728] Explode Modifier Causes Crash.

The problem was in fact in recent BLI_edgehash changes: a typo in the new macro EDGE_ORD made v0 > v1, instead of v0 < v1. This caused the bug in explode modifier, which (ab)uses that ordering feature a bitâ?¦
December 31, 2011, 12:58 (GMT)
remesh now working for bmesh
December 31, 2011, 12:03 (GMT)
svn merge ^/trunk/blender -r43009:43033
December 31, 2011, 11:08 (GMT)
Fix for compilation error when compiling dualcon with mingw
December 31, 2011, 11:03 (GMT)
Code cleanup: do not use check for nan when doing check for finite due to
finite() would be FALSE in case of nan to.

Thanks to Campbell for this information.
December 31, 2011, 10:46 (GMT)
Fix: Material "Vertex Color Light" option didn't apply vertex alpha.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021