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-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
2011-09-01BGE Animations: The return type for KX_GameObject.getActionFrame() was an int...Mitchell Stokes
2011-08-31patch [#28218] During-render callback functionalityCampbell Barton
2011-08-31COLLADA: Take parent bone length and direction instead of using bone pointing...Nathan Letwory
2011-08-31BGE: Adding two new functions to bge.render to allow users to change the anis...Mitchell Stokes
2011-08-31typo fix: end of lines ;; --> ;Campbell Barton
2011-08-31fix [#28430] Image with Stampinfo does not get saved correctly with alphaCampbell Barton
2011-08-31fix for error in my recent change to image save.Campbell Barton
2011-08-31catch exception and report an error when failing to write exr files - was cra...Campbell Barton
2011-08-30SVN maintenance.Guillermo S. Romero
2011-08-30Check for potential crasher.Nathan Letwory
2011-08-30Fix #28427: smooth faces flash momentarily when extruded using "extrude and m...Sergey Sharybin
2011-08-30Fix for [#28425] when user prefs -> editing -> align to == "view" newly inser...Thomas Dinges
2011-08-30minor edits, pep8 - also correct float -> double promotion for blf.Campbell Barton
2011-08-30Fix for [#25062] Sound Actuator - Positional Audio.Joerg Mueller
2011-08-30Fixes for snprintf usage:Brecht Van Lommel
2011-08-30fix for some warnings with the recent merge, also tag unused args.Campbell Barton
2011-08-30Merging pepper to trunk at revision 39791.Joerg Mueller
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-30Last bunch of minor fixes before merge.Joerg Mueller
2011-08-29Fix #28295 Outliner, mouse button on menu's pass through.Sergey Sharybin
2011-08-29Fix #28347: VBO's highlights wrong faces when Mirror modifier is in useSergey Sharybin
2011-08-29* Reverting Titlecard commit r37537Joerg Mueller
2011-08-29Fix player build error after envmap commit.Brecht Van Lommel
2011-08-29BGE Animations: Various changes to make code reviewers happy:Mitchell Stokes
2011-08-29bge bugfix: [#28362] Controllers names appear incorrectly with a python queryDalai Felinto
2011-08-29clear some warnings with new proxy code.Campbell Barton
2011-08-29SVN maintenance.Guillermo S. Romero
2011-08-29patch [#28355] Better Environment Map scriptingCampbell Barton
2011-08-29SVN maintenance.Guillermo S. Romero
2011-08-29fix [#28401] OpenGL render option disables border clippingCampbell Barton
2011-08-28== Sequencer / proxies ==Peter Schlaile
2011-08-28Missed notifier was found when looking at #28393Sergey Sharybin
2011-08-28armature object animation bug fix.Sukhitha Prabhath Jayathilake
2011-08-28== Sequencer ==Peter Schlaile
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-28RNA_property_as_string now escapes the string (so operator redo can include s...Campbell Barton
2011-08-28- use static vars and functions where possible.Campbell Barton