Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 4113 / 5574

February 14, 2011, 16:06 (GMT)
First modifiers with deformMatrices callback used to be applied twice when
building crazytspace. Not sure why this worked.
February 14, 2011, 11:30 (GMT)
comments for how py-rna calls api new classes. small speedup for StructRNA.__new__(...) used for creating new classes and corrected exception type.
February 14, 2011, 08:14 (GMT)
improve py/rna exception messages.
February 14, 2011, 07:26 (GMT)
py rna api: turn class.is_register into a class property rather then a class method.
eg:

if MySybclass.is_registered:
...
February 14, 2011, 06:15 (GMT)
convenience targets for makefile
clean, test, package_debian, package_pacman
February 14, 2011, 06:04 (GMT)
Revert incorrect fix for 26062 made in svn rev34828.
Revision 7b201c7 by gsr b3d
February 14, 2011, 04:47 (GMT)
SVN maintenance.
February 14, 2011, 04:15 (GMT)
python api renaming and added headers for some files which didnt have one, no functionality change.
Revision 54190dd by Joshua Leung
February 14, 2011, 03:43 (GMT)
Bone Colour Sets (theme ones) can now be edited from the User
Preferences UI again
February 14, 2011, 03:36 (GMT)
Active spline number should also be stored/restored by undo stack.
It could point to nowhere otherwise.
February 14, 2011, 03:15 (GMT)
misc small changes:
- rename rna collection structs Main prefix to BlendData: eg, MainObjects --> BlendDataObjects
- printing python collection now prints its type (when available)
- renamed shadowed vars in bpy_rna.c.
- when making functions static I also made debugging/test functions static, reverse and add definitions to headers instead.
Revision 35abb67 by Joshua Leung
February 14, 2011, 03:04 (GMT)
Forgot NLA Editor support for this...
Revision b8a19d3 by Joshua Leung
February 14, 2011, 02:50 (GMT)
Graph Editor part of the changes in the previous commit...
Revision 52525a0 by Joshua Leung
February 14, 2011, 02:30 (GMT)
DopeSheet: Add menu entries and hotkeys to select all keyframes
left/right to current frame in dope sheet

This commit separates out this selection functionality out of the
click-selection operator into a separate operator, so that hotkeys and
menu entries can be assigned to it.

This is based on an idea+patch (#23738) submitted by Torsten Rupp
(rupp), though I've ultimately decided not to go with the suggested
implementation as I don't think this fits that well under the "column"
select operator.

Todo: Graph Editor support will be coming shortly...
February 14, 2011, 01:31 (GMT)
fix for string copy error in own recent commit
February 13, 2011, 23:47 (GMT)
Merged changes in the trunk up to revision 34828.

Conflicts resolved:
source/blender/makesrna/RNA_enum_types.h
February 13, 2011, 19:47 (GMT)
Fix #26062: build_debian.sh gives unappropriate deb version

Added subverison number to debian package version. Quick tests run ok,
but haven't checked if deb version comparation also goes fine.
February 13, 2011, 19:04 (GMT)
Fix #26072: ctrl+LMB on an empty curve make Blender crash

Crash was caused by keeping active segment index even when this
segment had been deleted. Fixed this and also changed behaviour
of creating new CV for case nothing is selected: new segment with
BEZIER type would be created.
February 13, 2011, 15:02 (GMT)
warning cleanup.
- fix mistake with grease pencil UI (&& was intended but & used).
- use (void) rather then () across _all_ blenders code.
- a few minor edits, don't shadow stack variables in roll calculation & avoid running memset() for VBO vertex map.
February 13, 2011, 14:55 (GMT)
Patch 26068

Fast-gauss node didn't respond to socket-input "Size" factor.
Thanks Philipp Oeser for the fix!

Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021