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-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
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-30bugfix [#24974] "select all" in weight paint -> face selection mode selects a...Campbell Barton
2010-11-28minor changes to the python api.Campbell Barton
2010-11-21[#22854] Objects lag behind mouse pointer when transformed (translated)Martin Poirier
2010-11-21[#24827] Crash when auto-keyframing while playing animationMartin Poirier
2010-11-20Cancel edge slide on invalid selection.Martin Poirier
2010-11-19patch from Shane Ambler, free memory when failing to create slide verts.Campbell Barton
2010-11-16bugfix [#24509] UV/Image Editor: selected elements move not as specifiedCampbell Barton
2010-11-14Move rotOrder to proper transform data structureMartin Poirier
2010-11-03bugfix [#24505] Python command bpy.ops.transform.rotate(...) does not follow ...Campbell Barton
2010-11-02fix for compiling with the c90 standard, support for non-static variable init...Campbell Barton
2010-11-02Patch [#24497] Fix for [#24484] Right Ctrl for snapping by Alexander Kuznetso...Thomas Dinges
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-24bugfix [#21097] Rotating multiple bones with non-local location behaves incor...Campbell Barton