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
2012-01-24Misc picky edits to UI messages.Bastien Montagne
2012-01-23BLI_array_reserve from bmesh.Campbell Barton
2012-01-23Fix #29970: Crash trying to track disabled markerSergey Sharybin
2012-01-23Fix #29934: New Carve library can't execute boolean operations in some casesSergey Sharybin
2012-01-23In order to maintain consistency with other uses of .remove(), these function...Andrew Hale
2012-01-23modifier Apply as Shape is now Apply as Shape Key. Was confusing some usersDaniel Salazar
2012-01-23Cloth: Add "velocity damping" to damping options. This will help with the "cl...Daniel Genrich
2012-01-23Fix for "[#29911] Crash on reading BL_ActionActuator.channelNames"Mitchell Stokes
2012-01-23Ocean Modifier UI fixes:Thomas Dinges
2012-01-23Committing patch "[#27676] Change window size/resolution in realtime" by me.Mitchell Stokes
2012-01-23restrict stitching of same island uvs to only midpoint, without snapping caseAntony Riakiotakis
2012-01-22minor edit for operator error macro so it can return different values.Campbell Barton
2012-01-22error in outliner parent patch - was using set string on an enum property.Campbell Barton
2012-01-22Add weight preview to WeightVG modifiers, and first, simple/basic refactor of...Bastien Montagne
2012-01-22Quiet warnings in text editorCampbell Barton
2012-01-22use inline BLI_math functions for dot product and length calculation.Campbell Barton
2012-01-22Fix #29935: missing cycles update/crash when removing world datablock form sc...Brecht Van Lommel
2012-01-22Bugfix for r.43592Joshua Leung
2012-01-22Patch [#27790] Drag and drop parenting in outlinerJoshua Leung
2012-01-22Fix a crasher in WeightVG modifiers.Bastien Montagne
2012-01-22Patch [#28608] Add search match colour to theme settingsJoshua Leung
2012-01-22Committing patch "[#29763] Adding an active_events property to SCA_PythonKeyb...Mitchell Stokes
2012-01-22Bugfix [#29869] NLA editor keeps resetting my extrapolation mode every time IJoshua Leung
2012-01-22Bugfix [#28468] Cannot enter "Tweak mode" on mutiple objects at the same time,Joshua Leung
2012-01-22fix for own error in recent paint refactor, subtract mode was broken.Campbell Barton
2012-01-22Bugfix [#29822] Driver's target field doesn't update on Bone renameJoshua Leung
2012-01-22Fluidsim - Restoring simulation speed control (ZanQdo request)Joshua Leung
2012-01-22reduce operator lookups in the UI (could do 4 hash lookups per button).Campbell Barton
2012-01-22cucumber merge: world scaling + video texture constantsDalai Felinto
2012-01-22fix for 'next' being set twice in the for loop from r43588Campbell Barton
2012-01-22patch: 'set the right Action Actuator when duplicating an object' by Daniel M...Dalai Felinto
2012-01-22fix for memory leak displaying shortcuts to buttons which use allocated strin...Campbell Barton
2012-01-22style chang, made mainly because I wanted to be able to add breakpoints to ME...Campbell Barton
2012-01-21Fix for missing NULL check in socket default_value free function. Some socket...Lukas Toenne
2012-01-21change filepath limit from 240 to 1024Campbell Barton
2012-01-21Better api use for paths.Campbell Barton
2012-01-21Added DNA_DEPRECATED attribute to some old data in bNodeSocket. DNA_DEPRECATE...Lukas Toenne
2012-01-21formatting edits (<120 line length), remove invalid 'defaults' keyword arg fr...Campbell Barton
2012-01-21Fix [#29940] Stretch To constraint breaks scaling in Transform constraint.Bastien Montagne
2012-01-21formatted snapquats table so entries line up, rounded to 7 significant digits...Mike Erwin
2012-01-21tidy up ndof handling code -- whitespace, comments, ndof->rvec[0] to ndof->rx...Mike Erwin
2012-01-21quiet warnings and possible NULL checking crash fix for indentation functions.Campbell Barton
2012-01-21modify number button copy/paste to work as if you enter the button, select te...Campbell Barton
2012-01-21fix 2 bugsCampbell Barton
2012-01-20Skip subsurf normal allocation/calculation when not needed.Nicholas Bishop
2012-01-20Try fixing modifier keys not working correctly for uv sculpting.Antony Riakiotakis
2012-01-20Minor fix for socket default value conversion. The switch statement would not...Lukas Toenne
2012-01-20comment some dead assibnment and set dummy values for image profile conversio...Campbell Barton
2012-01-20quiet warnings for using uninialized color var in ED_image_draw_info().Campbell Barton
2012-01-20Cleanup of default_value handling in node sockets.Lukas Toenne