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
AgeCommit message (Expand)Author
2012-10-10Merge from trunk r51234-r51251soc-2012-fried_chickenDaniel Genrich
2012-09-19code cleanup: marker transform was doing some redundant/misleading assignment...Campbell Barton
2012-08-26style cleanup: whitespaceCampbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-27code cleanup: remove unneeded 'struct' qualifiers Campbell Barton
2012-07-21use fabsf when using floats.Campbell Barton
2012-07-09style cleanupCampbell Barton
2012-05-25style cleanupCampbell Barton
2012-05-21code cleanup: remove some old commentsCampbell Barton
2012-05-08style cleanup: view3dCampbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-17Fix #30977: error loading modal keymaps from keyconfiguration presets.Brecht Van Lommel
2012-04-02style cleanupCampbell Barton
2012-04-02patch [#30721] Fly Operator Stack CorruptionCampbell Barton
2012-03-26style cleanup: mostly whitespace around operatorsCampbell Barton
2012-03-24code cleanup: use zero_v3Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-11style cleanup: + some warning fixes, also remove unused metaelem extern.Campbell Barton
2012-03-10style cleanup: fly mode.Campbell Barton
2012-03-10change fly mode behavior to address issue raised in [#30508] - there being no...Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-02-25style cleanup, use { on newline after function definition.Campbell Barton
2012-02-22code cleanyp - no functional changes.Campbell Barton
2012-01-19style edits - < 120 line widthCampbell Barton
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-11-07replace VECCOPY with copy_v3_v3, same for 2d copy, also added vec copy functi...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-23use defines for keying set names to avoid confusing them with text and having...Campbell Barton
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-09-26workaround/fix for [#28379] Shift+F problem when using Ortho CameraCampbell Barton
2011-09-25fix [#28459] Fly mode problem: "Precision enable" not working in 2.59Campbell Barton
2011-08-19warning cleanup for -Wdouble-promotionCampbell Barton
2011-08-02no functional changes.Campbell Barton
2011-08-02add back timer based redraw, not sure why this was removed r38908.Campbell Barton
2011-08-02Made wmNDOFMotionData use a vector rather then xyz members, makes it nicer to...Campbell Barton
2011-07-31fix for immobile camera (NDOF_SHOULD_ROTATE etc.) -- should revisit laterMike Erwin
2011-07-31improved ndof fly: precision mode, camera position, camera animationMike Erwin
2011-07-26experimental onscreen rotation guideMike Erwin
2011-07-22tweaked ephemeral ndof data typesMike Erwin
2011-07-20ndof fly: better sharing of control between 2D and 3D mouse, compile fix for ...Mike Erwin
2011-07-19translated ndof menu from C to Python, enabled helicopter fly modeMike Erwin
2011-07-19switched off ndof fly logging (receiving end)Mike Erwin
2011-07-15more consistent and modal-friendly ndof events, fly mode v1Mike Erwin
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-23fix [#27459] Flymode moves parentCampbell Barton
2011-05-23fix view3d_persp_mat4, which gave incorrect translation, rename to ED_view3d_...Campbell Barton
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton