Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 4142 / 5574

January 9, 2011, 12:38 (GMT)
use PySequence_Fast for matrix slice assignment to speed up assignment.
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
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.

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.
January 9, 2011, 09:16 (GMT)
cleanup for mathutils multiplication functions, a little faster in some cases, raise more informative exceptions.
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.
Revision 76a762a by Matt Ebb
January 9, 2011, 07:07 (GMT)
Fix typo in particle rna
January 9, 2011, 02:43 (GMT)
stubs.c updates provided by Kupoman.
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.
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.
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!

January 8, 2011, 18:46 (GMT)
Bugfix, IRC report

Texture space transform, SHIFT+R crashed

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)

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 :)

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.

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.

January 8, 2011, 12:43 (GMT)
remove unused code & variables.
January 8, 2011, 12:22 (GMT)
fix for crash when converting sequencer profiles with non-float buffers.
January 8, 2011, 11:08 (GMT)
fix for using freed memory with animation/group/ungroup code.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021