Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2009-12-24* register operators like other classesCampbell Barton
2009-12-24support for registering operators using the same internal rna api as panels, ...Campbell Barton
2009-12-24Reverted the addition of the f-curve sound modifier (was added in revision 24...Joerg Mueller
2009-12-24minor pyapi changesCampbell Barton
2009-12-24Removed a few operators that were just used to generate popup menus and repla...Matt Ebb
2009-12-24pedantic naming: wmKeyMapItem wasnt called 'kmi' in some cases.Campbell Barton
2009-12-24Key map related things:Matt Ebb
2009-12-23crash fix for sculpt when loading some filesCampbell Barton
2009-12-23fix for a crash when running blender in debug mode (-d arg), was registering ...Campbell Barton
2009-12-23key shortcits for sculpt backCampbell Barton
2009-12-23Fix compilation of carbon quicktime & complete use of report mechanism instea...Damien Plisson
2009-12-23Bugfix #20463: In graph editor bone channels cannot be selected with 'A' or '...Joshua Leung
2009-12-23BGE: fix more transpose bug when MathUtils is not used.Benoit Bolsee
2009-12-23BGE: fix more matrix transpose bugs in assignement to game object matrices.Benoit Bolsee
2009-12-22Missing angle_v3v3 definition (it was declared)Martin Poirier
2009-12-22BGE: update for new soft body helpers API.Benoit Bolsee
2009-12-22select nth (face/edge/vertex) - depending on which was last selected, useful ...Campbell Barton
2009-12-22BGE: fix bug with rigid body joint constraint target name: skip OB letter.Benoit Bolsee
2009-12-22select linked and select linked pick working again (wth shift for extend)Campbell Barton
2009-12-22- make ToolSettings.mesh_selection_mode into an array of 3 bools rather then ...Campbell Barton
2009-12-22Attempt to fix compilation of quicktime after reporting changesBrecht Van Lommel
2009-12-22Reports: writing movies now uses the reports mechanism to throw errors.Brecht Van Lommel
2009-12-22Fix #20433: make single user doesn't work from menu. Popup menus forBrecht Van Lommel
2009-12-22clone and stencil layer access added, renamed mask to stencil layer internallyCampbell Barton
2009-12-22Assorted F-Curve/Keyframe API stuff (for use with some Sequencer editing):Joshua Leung
2009-12-22quite a few python panels (10 or so) had names longer then the PanelType allo...Campbell Barton
2009-12-22BGE bug #20446: revert to orignal code, the problems comes from misunderstand...Benoit Bolsee
2009-12-22zoom to mouse for 2D viewCampbell Barton
2009-12-22increasing camera lens limit to 172.85 (same as 2.49xx)Dalai Felinto
2009-12-22[#20446] mathutils: bugfix for matrix * matrix - patch by Paul Parchenko (par...Dalai Felinto
2009-12-21Missing file in previous commit.Martin Poirier
2009-12-21Sequence Slide transformation (easier to do special sequence code there than ...Martin Poirier
2009-12-21removing sequence strip overlap didnt adjust the animation key timeCampbell Barton
2009-12-21Multires: added back Reshape function, to copy vertex locationsBrecht Van Lommel
2009-12-21[#20441] 3D manipulator widget problemMartin Poirier
2009-12-21- camera switching didnt work for openGL renderCampbell Barton
2009-12-21* Rest length parameter for harmonic force springs. Implementation is a sligh...Janne Karhu
2009-12-21Fix #20432: object.layers did not do correct update, could miss depsgraph reb...Brecht Van Lommel
2009-12-21Fix #20442: opening .blend file with hanging temp screens could crash,Brecht Van Lommel
2009-12-21Makefiles: fix CFLAGS for OS XStefan Gartner
2009-12-21OS X: added support for building with Cocoa to MakefilesStefan Gartner
2009-12-21Solidify rim faces now get face data from the faces they extrude from, (UV an...Campbell Barton
2009-12-21Animation Editors - Durian Request - Selection Syncing:Joshua Leung
2009-12-21solidify modifier - rim faces now copy values from the faces they extrude fro...Campbell Barton
2009-12-21Quicky Loopcut patch:Joshua Leung
2009-12-21Missing id assignment for kmi creation function (2 out of 3 isn't good enough).Martin Poirier
2009-12-21Solidify modifier for Durian (allow cloth sim on single layer and make solid ...Campbell Barton
2009-12-20BGE fix: 3DDview not redrawing when exiting BGEDalai Felinto
2009-12-20Fix do_version for new preview region (for real this time).Martin Poirier
2009-12-20Fixes for memory leaks when exiting Blender while still in WeightPaint Mode.Joshua Leung