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-30Last bunch of minor fixes before merge.Joerg Mueller
2011-08-29* Reverting Titlecard commit r37537Joerg Mueller
2011-08-29BGE Animations: Various changes to make code reviewers happy:Mitchell Stokes
2011-08-28armature object animation bug fix.Sukhitha Prabhath Jayathilake
2011-08-28* Removing mocap GSoC (is an addon already).Joerg Mueller
2011-08-28Assorted comment clarification in response to code review notesJoshua Leung
2011-08-27fix for bug with all rotation modes being treated as euler by the BGE, this b...Campbell Barton
2011-08-26code review fixesSukhitha Prabhath Jayathilake
2011-08-23Bugfix: Removing a sound from a speaker resulted in a crash.Joerg Mueller
2011-08-23Merging trunk up to r39637.Joerg Mueller
2011-08-22Missed a file in last commit.Joerg Mueller
2011-08-22glsl and render support for derivative mapsMorten Mikkelsen
2011-08-22Update rules for linux cross and mingw: list of DLLs for FFmpeg should be def...Sergey Sharybin
2011-08-22fix for buildinfo changes with blenderplayerCampbell Barton
2011-08-22Forgot this in previous commitSergey Sharybin
2011-08-223D Audio GSoC:Joerg Mueller
2011-08-22actually, this if is still marginally good to haveMorten Mikkelsen
2011-08-22FFmpeg library update:Sergey Sharybin
2011-08-22properly escape chars for pythons bpy objects __repr__Campbell Barton
2011-08-22rename NAN_BUILDINFO --> WITH_BUILDINFOCampbell Barton
2011-08-22buildinfo is now quoted from the build systems, avoids stripping quotes on st...Campbell Barton
2011-08-22remove workaround for bug in python 3.2.0 loading web pages on *nixCampbell Barton
2011-08-22Bugfix [#28217] Moving multiple selected action strips causes stripsJoshua Leung
2011-08-22pep8 edits and change '!= None' to 'is not None'Campbell Barton
2011-08-22patch [#28320] Small change to trunk needed for Motion Capture Addon - GSoC 2...Campbell Barton
2011-08-22Bugfix: "Filters" toggle was being shown in Action Editor too, whereJoshua Leung
2011-08-22Reshuffling DopeSheet filter icons so that they appear more obviouslyJoshua Leung
2011-08-22Rearrange anim channels - quick hotkey tweakJoshua Leung
2011-08-22Improved hotkeys for frame/keyframe/jumpingJoshua Leung
2011-08-22fix [bf-blender-Patches][27924] Redundant applying of SetNetworkDeviceCampbell Barton
2011-08-22name mandatory driver for OSX NDOF compile - testcommit same timeJens Verwiebe
2011-08-21Armature object animations export.Sukhitha Prabhath Jayathilake
2011-08-21export animations if a bone is in a deform group. ( on hold )Sukhitha Prabhath Jayathilake
2011-08-21Fix #28154: linux3-config.py doesn't existSergey Sharybin
2011-08-21Bugfix [#28309] pose lib too many keyframes in automatic keyframingJoshua Leung
2011-08-21Small fix, report in IRC by Olivier:Ton Roosendaal
2011-08-21new cmake doesn't consider CLang == GNUCC, set flags for clang explicitly.Campbell Barton
2011-08-21fix for out of bounds array access for shaded drawing in the UI, remove alpha...Campbell Barton
2011-08-21Bugfix [#28308] Crashes when individual channels are moved in ActionJoshua Leung
2011-08-20floats were being promoted to doubles in quite a few cases (using gcc's -Wdou...Campbell Barton
2011-08-20small fixes and refactoring.Sukhitha Prabhath Jayathilake
2011-08-20use ghash for DNA_struct_find_nr(), gives ~18% speedup on loading sintel lite...Campbell Barton
2011-08-20fix for crash when loading a file from a script, and executing user modules i...Campbell Barton
2011-08-20remove over zealous undo's on operators that don't need it.Campbell Barton
2011-08-19py style change only - make property definitions consistentCampbell Barton
2011-08-19warning cleanup for -Wdouble-promotionCampbell Barton
2011-08-19Animation exporter matrix source param fix.Sukhitha Prabhath Jayathilake
2011-08-19minor speedup to python/rna api keyword argument lookups.Campbell Barton
2011-08-19minor style changeCampbell Barton
2011-08-19Export only objects on visible layers. This ensures we can hide for instance ...Nathan Letwory