Revision 02d72b5 by Campbell Barton December 25, 2011, 21:27 (GMT) |
include BLO_sys_types in customdata header rather than stdint directly. |
Revision a063585 by Thomas Dinges 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. |
Revision 67effc8 by Campbell Barton December 25, 2011, 11:36 (GMT) |
use docstrings for mathutils getset's, also some formatting edits, no functional changes. |
Revision f3ac865 by Campbell Barton December 24, 2011, 13:26 (GMT) |
picky formatting of mathutils |
Revision 84c8fde by Antonis Ryakiotakis 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. |
Revision 856208d by jens verwiebe December 24, 2011, 08:03 (GMT) |
OSX/gcc-4.6, fix for typedef uin64_t |
Revision 2cb8b12 by Campbell Barton 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. |
Revision 2a80368 by Campbell Barton 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. |
Revision 28a5549 by Campbell Barton December 24, 2011, 06:13 (GMT) |
fix for error with matrix access and negative indices with recent row/col swap. |
Revision b42497b by Campbell Barton December 24, 2011, 04:58 (GMT) |
mathutils get/set function rename + minor changes to matrix functions (no functional changes) |
Revision eb3beca by Campbell Barton December 24, 2011, 03:03 (GMT) |
replace u_int64_t with cc99's uint64_t as suggested by Nicholas Bishop. |
Revision 33bd38e by Campbell Barton 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. |
Revision b21a0f4 by Campbell Barton December 24, 2011, 02:37 (GMT) |
formatting edits 120 line length |
Revision 2707406 by Campbell Barton December 24, 2011, 02:32 (GMT) |
Formatting edits <120 length lines |
Revision 6bfbb26 by Tamito Kajiyama December 24, 2011, 01:22 (GMT) |
Fix for line style names not being made unique after a new name is set. |
Revision 9bb0303 by Thomas Dinges 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. |
Revision ddcf563 by Campbell Barton 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 |
Revision 5df049f by Campbell Barton December 23, 2011, 20:26 (GMT) |
fix [#29683] OpenEXR Output Appears to be broken own error with moving image settings. |
Revision 217a7d1 by Brecht Van Lommel 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. |
Revision 0f283e5 by Brecht Van Lommel December 23, 2011, 13:53 (GMT) |
Fix test key conflict operator error, due to missing scripts window. |
|
|
|


Master Commits
MiikaHweb | 2003-2021