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
2011-08-02svn merge -r38814:38905 https://svn.blender.org/svnroot/bf-blender/trunk/blen...merwin-spacenavMike Erwin
2011-07-30bpy fix for crash/assert on running dir() on a non collection property + some...Campbell Barton
2011-07-27svn merge -r38558:38752 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Nathan Letwory
2011-07-25removed old ndof transform stuff, added experimental ndof nav during transfor...Mike Erwin
2011-07-22fix [#28052] PET: Shift-O cycling skips "random falloff"Campbell Barton
2011-07-05Fix #27846: time extend / E key not work in sequence editor.Brecht Van Lommel
2011-06-07fix for edge slide snapping values being incorrect (reported by Nether Hound).Campbell Barton
2011-05-21view3d function naming, no functional changes.Campbell Barton
2011-05-20use consistant arguments to ED_view3d_win_* funcs, a single float vector rath...Campbell Barton
2011-05-20function rename to give clearer meaning that they change from window to 3d co...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
2011-05-05alternative to joe's commit r36451.Campbell Barton
2011-05-03=trunk=Joseph Eagar
2011-05-01Style CleanupCampbell Barton
2011-04-29corrections for redundant null checks & transform printing a string into its ...Campbell Barton
2011-04-21pass even mouse coords value as const so its not edited, view3d_get_view_alig...Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-21Bugfix [#27095] B-Bone doesn´t resize correctly with numeric inputJoshua Leung
2011-04-05Bugfix [#26792] blender crash when scaling action strip in NLAJoshua Leung
2011-04-03replace while loops with angle_wrap_rad()Campbell Barton
2011-03-28transform: floats were being implicitly promoted to doubles, adjust to use fl...Campbell Barton
2011-03-28[#26622] Blender crashes when calling transform operatorMartin Poirier
2011-03-22- support transform operators running in backgruond mode (was crashing)Campbell Barton
2011-03-07From the OFTL:Ton Roosendaal
2011-03-04Bugfix #26270Ton Roosendaal
2011-03-03use NULL instead of 0 for pointers, (editors)Campbell Barton
2011-03-03Bugfix [#26269] Initiating a duplication with shift D and cancellingJoshua Leung
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-21Fix for [#26105] Key mapped Rotate equals crash (Windows/MSVC only)Janne Karhu
2011-02-17clear some unused warningsCampbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-12- fix leak on STL loading if realloc fails.Campbell Barton
2011-02-07Todo/feature requestTon Roosendaal
2011-01-14Transform tweak:Joshua Leung
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-10edit to Ton's recent commit, r34177, only use the far clipping as PET max whe...Campbell Barton
2011-01-08Bugfix, IRC reportTon Roosendaal
2011-01-08Proportional editing:Ton Roosendaal
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-06Bug fix: Ton Roosendaal
2011-01-06Todo item:Ton Roosendaal
2011-01-05Todo item: brought transform texture space back.Ton Roosendaal
2010-12-24Bugfix: (Mario Kishalmi patch)Ton Roosendaal
2010-12-22Bugfix #25348Ton Roosendaal
2010-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-12-07Added an assert() check for normalized quats which exposed a number of bugs w...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton