Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 3784 / 5574

December 25, 2011, 21:27 (GMT)
include BLO_sys_types in customdata header rather than stdint directly.
December 25, 2011, 13:34 (GMT)
Cycles Test App:
* Added some new integrator parameters to the xml reading.
* Added ability to specify window width/height, if not set it uses film/camera width/height.
* Added back the xml exporter script from cycles branch, with modifications to hock up into the UI. To use it, copy the script into 2.61/scripts/startup.

Note: This is intended for developers for now, but the standalone Cycles app has potential to be used as benchmark for example.
December 25, 2011, 11:36 (GMT)
use docstrings for mathutils getset's, also some formatting edits, no functional changes.
December 24, 2011, 13:26 (GMT)
picky formatting of mathutils
December 24, 2011, 11:56 (GMT)
Re-enable CYCLES and OpenEXR since they work for MInGW. IMPORTANT: Only use the latest MinGW to compile blender.
December 24, 2011, 08:03 (GMT)
OSX/gcc-4.6, fix for typedef uin64_t
December 24, 2011, 07:11 (GMT)
update bpy_extras.view3d_utils for matrix changes

AFAIK all trunk scripts are now updated for changes to matrix row/col.
December 24, 2011, 07:03 (GMT)
mathtils, convenience attributes added 'row' and 'col', this makes the row/col swap a lot easier to deal with, since
now you can still use column access

previously...
mat[2] = 1, 2, 3

needed to be converted into...
mat[0][2] = 1
mat[1][2] = 2
mat[2][2] = 3

but with column access you can do...
mat.col[2] = 1, 2, 3


Having 'row' attribute is a bit redundant since direct indexing on a matrix uses row but included for completeness.

December 24, 2011, 06:13 (GMT)
fix for error with matrix access and negative indices with recent row/col swap.
December 24, 2011, 04:58 (GMT)
mathutils get/set function rename + minor changes to matrix functions (no functional changes)
December 24, 2011, 03:03 (GMT)
replace u_int64_t with cc99's uint64_t as suggested by Nicholas Bishop.
December 24, 2011, 02:47 (GMT)
minor edits to cycles c/python module

- rename 'bcycles' --> '_cycles', since this is the python convention when a py module uses a C module internally.
- use macros for returning None
- make with_osl an attribute rather then a function.
- changes methods METH_VARARGS --> METH_O when single args are used.
December 24, 2011, 02:37 (GMT)
formatting edits 120 line length
December 24, 2011, 02:32 (GMT)
Formatting edits <120 length lines
December 24, 2011, 01:22 (GMT)
Fix for line style names not being made unique after a new name is set.
December 23, 2011, 22:07 (GMT)
Bugfix for [#29684] Output video presets messed up
* This was caused ny the ImageType refactor.
* Problem persisted with Quicktime too, could not test that, but should fix presets there too.
December 23, 2011, 20:30 (GMT)
change customdata mask from an 'unsigned int' to an 'u_int64_t', since BMesh branch has run out of bits
December 23, 2011, 20:26 (GMT)
fix [#29683] OpenEXR Output Appears to be broken

own error with moving image settings.
December 23, 2011, 13:53 (GMT)
UI: small further tweak to last region expand/collapse fix, when moving the
operator redo panel up now it no longer hides the region, just stops it at
max size.
December 23, 2011, 13:53 (GMT)
Fix test key conflict operator error, due to missing scripts window.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021