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
2011-09-06Add parser error handler.Nathan Letwory
2011-09-05Code cleanup: remove context from RNA update functions, only one left.Brecht Van Lommel
2011-09-05Code cleanup: warning fixes.Brecht Van Lommel
2011-09-05Fix #28404: certain keyboard shortcuts not shown in menus, e.g. move operatorsBrecht Van Lommel
2011-09-05Fix #28394: clouds texture error with high noise depth and blender originalBrecht Van Lommel
2011-09-05Fix #28389: UILayout.menu function didn't emboss menu button correct in theBrecht Van Lommel
2011-09-05Left debug print accidently enabled.Nathan Letwory
2011-09-05Fix #28504: lib linking errors were not shown when opening a file fromBrecht Van Lommel
2011-09-05Partial revert commit 39878 "Fix #28280: Insert Hook wrong index"Sergey Sharybin
2011-09-05Adding noise module by default in driver_namespaceDaniel Salazar
2011-09-05Remove NULL-checks, as they might cause infinite loops while reading a DAE co...Nathan Letwory
2011-09-04Fix #28503: Selecting a Grease Pencil from the Properties panel does not upda...Sergey Sharybin
2011-09-04[#27884] Collada import: materials mismatch when 2 instance_geometry referenc...Nathan Letwory
2011-09-04Fix #28500: Reshape in multires modifier makes blender crashSergey Sharybin
2011-09-04Fix #28423: Screw-modifier crash in cunjunction with subsurf modifierSergey Sharybin
2011-09-04Prevent potential crasher, commonEffects could be empty.Nathan Letwory
2011-09-04BGE animations: fixing initialization order issues for BL_ActionActuator and ...Mitchell Stokes
2011-09-04BGE animations: Fixing a potential crash when using camera IPOs. The IPOs wer...Mitchell Stokes
2011-09-04Fix [#28322] COLLADA imports messed up UVsNathan Letwory
2011-09-04Some whitespace changesNathan Letwory
2011-09-04BGE animations: Adding a separate list to KX_Scene for animated objects. This...Mitchell Stokes
2011-09-03BGE animations: Fixing a crash that would happen if the property for a proper...Mitchell Stokes
2011-09-03warning fixesCampbell Barton
2011-09-03minor edits to build on openbsdCampbell Barton
2011-09-03== CustomData ==Nicholas Bishop
2011-09-03PyC_ExceptionBuffer is now threadsafe, used for converting exceptions into re...Campbell Barton
2011-09-03fix [#28462] Tiled textures and 2D filters don't mixCampbell Barton
2011-09-03whitespace editsCampbell Barton
2011-09-02Fix for grid lines drawing outside of histogram widget.Sergey Sharybin
2011-09-02Add missed notifier when toggling object's force field.Sergey Sharybin
2011-09-02Fix crash caused by recently added assert about if string was set properly.Sergey Sharybin
2011-09-02Fix #28280: Insert Hook wrong indexSergey Sharybin
2011-09-02Fix #28467: Crash while deleting objects in outliner too fastSergey Sharybin
2011-09-02Bugfix [#28435] Key Visual transform and Parenting not workingJoshua Leung
2011-09-02paranoid check that RNA string functions set the string, would have helped so...Campbell Barton
2011-09-02Partial fix for #28441: Tab width in texteditor ignored if used tabs as spacesSergey Sharybin
2011-09-02patch [#28473] Outliner Simple TodoCampbell Barton
2011-09-02fix [#28460] SEGFAULT when trying to make empty display as imageCampbell Barton
2011-09-02tweak to WM_operatortype_find to perform better when called with empty string...Campbell Barton
2011-09-02fix for keymap search, was using uninitialized memory when the keymaps operat...Campbell Barton
2011-09-02fix for error in recent commit, when audaspace is enabledCampbell Barton
2011-09-02Credits generator which cross references with the patch tracker to credit the...Campbell Barton
2011-09-02minor warning fixes, also correct some float -> double promotions in shadeout...Campbell Barton
2011-09-02BGE animations: This is an attempt to help smooth out some more compatibility...Mitchell Stokes
2011-09-01BGE: Undoing r39729 and applying a simpler fix (ensuring that the viewport is...Mitchell Stokes
2011-09-01use a fixed 32byte buffer for getting an rna string from python. gives a slig...Campbell Barton
2011-09-01fix for building without audaspace, since pepper mergeCampbell Barton
2011-09-01whitespace bge editsCampbell Barton
2011-09-01spaces -> tabs (configure you're editors right!)Campbell Barton
2011-09-01fix for error in patch from r39821.Campbell Barton