Revision a825df9 by Campbell Barton January 9, 2011, 12:38 (GMT) |
use PySequence_Fast for matrix slice assignment to speed up assignment. |
Revision 2f24124 by Campbell Barton January 9, 2011, 12:09 (GMT) |
py matrix api - bugfix for printing matrices (row/col mixup) - replace cumbersome loop sequence parsing with calls to mathutils_array_parse |
Revision abcdd03 by Ton Roosendaal January 9, 2011, 12:08 (GMT) |
Bugfix #25551 Transform crash on autokey during animplay. Transform event handling requires Context, for inserting keys. Marked it with XXX warning; we have to be more careful with which API calls require context; like inserting keys shouldn't need it? Originally Context was meant for operators; to define user level or scripted context, not for underlying APIs to work. |
Revision 02aab49 by Campbell Barton January 9, 2011, 11:54 (GMT) |
quiet zombie python class warning. bug remains but its not useful to print out so many errors when this wont be fixed for a while. |
Revision d31ebbe by Campbell Barton January 9, 2011, 09:16 (GMT) |
cleanup for mathutils multiplication functions, a little faster in some cases, raise more informative exceptions. |
Revision ca89269 by Campbell Barton January 9, 2011, 07:46 (GMT) |
Remove py mathutils Euler.unique() method - this just toggled between different rotations, I can't find any references to this as a common operation to have with eulers. - wasn't working at all nobody noticed, not used by any blender scripts/addons either. |
Revision e32bbef by Janne Karhu January 9, 2011, 07:41 (GMT) |
Fix for [#25544] Blender crashes when changing the particles emission amount * I've getting bad feelings about the point cache index_array for a while (cause for this bug too), so from now on memory cache uses a simple binary search directly on the index data to handle queries to specific data points. * This is a bit slower than just checking from a dedicated array, but it's much less error prone, uses less memory and makes the code more readable too, so it's not a tough choice. |
January 9, 2011, 07:07 (GMT) |
Fix typo in particle rna |
Revision cac2c01 by Mitchell Stokes January 9, 2011, 02:43 (GMT) |
stubs.c updates provided by Kupoman. |
Revision 70a828d by Campbell Barton January 9, 2011, 01:17 (GMT) |
remove unused vars, comment some which look like they could be useful still. have makesrna.c omit unused _data definitions for rna funcs with no args. |
Revision c0bae16 by Martin Poirier January 8, 2011, 19:42 (GMT) |
netrender Downloading results for jobs from blender now uses the current output settings, it doesn't just download the multilayer exr as it used to. Render output panel now visible under the jobs panel in client mode. |
Revision 17e733a by Ton Roosendaal January 8, 2011, 19:12 (GMT) |
Bugfix #25525 Duplicating viewer node crashed in cases; bad ID was given to a function. Fix provided by Alexander Kuznetsov. Thanks! |
Revision 16e7a26 by Ton Roosendaal January 8, 2011, 18:46 (GMT) |
Bugfix, IRC report Texture space transform, SHIFT+R crashed |
Revision ac56fef by Ton Roosendaal January 8, 2011, 18:37 (GMT) |
Todo items: - Outliner: new scroll operator, PageUp PageDown scroll entire page now. - 2D views (like buttons) PageUp PageDown now also scroll entire page. (they used same step as scrollwheel before) |
Revision 5e8b877 by Ton Roosendaal January 8, 2011, 17:47 (GMT) |
Crash fix, IRC report. Python console crashed on opening. Too quick code cleaning for "unused variables" caused a complete line of code to disappear that was needed anyway :) |
Revision 6594b59 by Ton Roosendaal January 8, 2011, 16:54 (GMT) |
Proportional editing: - Proportional circle size is printed in header Allows you to find out if you make it smaller when it's large - Proportional size is clipped with view3d clip-end now - Added the size to rna, so you can inspect values via UI and py. |
Revision 17dd29c by Ton Roosendaal January 8, 2011, 15:35 (GMT) |
Bugfix, own collection New displist code for curves/text copied display lists without checking for freeing existing ones. Caused some memleaking. |
Revision 3b74074 by Campbell Barton January 8, 2011, 12:43 (GMT) |
remove unused code & variables. |
Revision 988e537 by Campbell Barton January 8, 2011, 12:22 (GMT) |
fix for crash when converting sequencer profiles with non-float buffers. |
Revision 39e7848 by Campbell Barton January 8, 2011, 11:08 (GMT) |
fix for using freed memory with animation/group/ungroup code. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021