Blender Git Commits

Blender Git "render25" branch commits.

Page: 22 / 29

March 23, 2010, 16:12 (GMT)
fix for mistake in own recent commit.
March 23, 2010, 16:04 (GMT)
fix for crash on loading some files with composite nodes.
March 23, 2010, 15:20 (GMT)
workaround for compositor threading copying actions every time.
March 23, 2010, 15:18 (GMT)
error when reordering function
March 23, 2010, 14:58 (GMT)
Fix makesrna crash due to missing object_type_curve_items sentinel.

March 23, 2010, 13:52 (GMT)
re-order some args to be more consistant with the previous commit
March 23, 2010, 12:42 (GMT)
rna/py-api fix.
C functions and python used different argument order, this relied on mapping non-keyword arguments to 'REQUIRED' arguments but meant that you could not have an optional, non-keyword argument.

next commit will make order of arguments consistant (currently only changed order that rna wrapped).
March 23, 2010, 11:38 (GMT)
Render Branch: lamp distance drawn in 3d view now takes into account
color management so that the cutoff is really at 0.01 of the intensity.

March 23, 2010, 10:44 (GMT)
report an error parsing args, will try fix properly but this involves many changes so do this for now.
March 23, 2010, 09:19 (GMT)
fix for parsing python args to rna functions, was using allocated size as argument count.
March 22, 2010, 17:46 (GMT)
March 22, 2010, 17:25 (GMT)
py/rna functions for adding and removing curve data.
March 22, 2010, 17:24 (GMT)
getting an item from a collection wasnt being checked correctly.
March 22, 2010, 16:13 (GMT)
bugfix for loading objects saved with the dupli pointer set.
March 22, 2010, 09:55 (GMT)
March 20, 2010, 16:25 (GMT)
functions for adding curve points
eg.
curve.splines[0].points.add()
curve.splines[1].bezier_points.add(10)

March 19, 2010, 15:10 (GMT)
pyrna api
curve.splines.active
curve.splines.new(type='POLY')
curve.splines.remove(spline)

- Added BLI_remlink_safe() since in with script input we cant be sure where the data comes from, it may not be apart of the list.
- Added flag defines for flagu and flagv, were using numbers.
March 19, 2010, 11:57 (GMT)
shell script for building and uploading html and pdf reference doc
March 19, 2010, 09:22 (GMT)
fix for warning
March 19, 2010, 09:12 (GMT)
option to set the openexr directory for cmake
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021