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
2010-03-03tagging for 2.52v2.52Martin Poirier
2010-03-03Make object stat consistent with the rest of counters (selected-total).Guillermo S. Romero
2010-03-02Splash for testbuild update...Ton Roosendaal
2010-03-02Blender internal number upped to 252, so it matches testbuildTon Roosendaal
2010-03-02fairly horrid feature so Colin can see at a glance what cameras are enabled f...Campbell Barton
2010-03-02Ctrl+RMB on markers selects their cameras tooCampbell Barton
2010-03-02convert to mesh (Alt+C), was failing in cases when MDef was used. make the me...Campbell Barton
2010-03-02fix for OBJ exporting Texface imagesCampbell Barton
2010-03-02Info Header: Non-blocking Info MessagesJoshua Leung
2010-03-02bugfix for displaying ID propertiesCampbell Barton
2010-03-02patch from Sergey Sharybin (nazgul), use buildinfod for the player.Campbell Barton
2010-03-01Replace the >>why is this here?? comment by some hard-earned experience with ...Erwin Coumans
2010-03-01MSVC projectfiles_vc9:Andrea Weikert
2010-03-01Fix #21227, #21346 and #21336: image texture wasn't centered correctlyBrecht Van Lommel
2010-03-01allow display lists for dupli objects within a dupli list, significant speedu...Campbell Barton
2010-03-01bugfix [#21405] Error on loading of thumbnails from network renderer [27204]Campbell Barton
2010-03-01Delete keyframe API method now takes array_index = -1 to delete keyframes fro...Joshua Leung
2010-03-01parts of the Python API are unstable, big discalmer in API docs main page, AP...Campbell Barton
2010-03-01Missed a spot when renaming the API functions for adding Keying Set pathsJoshua Leung
2010-03-01Bugfix #21262: Loading Alpha 0 project crash in Alpha 1Joshua Leung
2010-03-01Bugfix #21384: Bone Driven Shapekeys Child Evaluation ProblemJoshua Leung
2010-03-01Bugfix #21398: Renaming sequencer strip disables F-Curves Joshua Leung
2010-03-01replace operator options bl_undo and bl_register with bl_optionsCampbell Barton
2010-03-01remove netrender reference from rigifyCampbell Barton
2010-03-01patch from Clark Gaebel, use const char * for buildinfo strings, also updated...Campbell Barton
2010-02-28comparing Vector(-2, 0, 0) and Vector(2, 0, 0) was returning true, this bug i...Campbell Barton
2010-02-28Revert back debuging code that made drawing transform constraints only work o...Martin Poirier
2010-02-28[#19918] edit mode with mesh only having edges without faces+face select modeMartin Poirier
2010-02-28update for .B.blendCampbell Barton
2010-02-28remove so-called security patch,Campbell Barton
2010-02-28make BGL and BLF modile names lowercaseCampbell Barton
2010-02-28examples for autogenerated docs are now implicit and used when available.Campbell Barton
2010-02-28include BLF in automated doc generationCampbell Barton
2010-02-28python BLF module for drawing text, updated template to draw text in the 3D v...Campbell Barton
2010-02-28Partial Fix: [#21085] Sequencer file selector for movies is strangeAndrea Weikert
2010-02-28soundfile loading: fix crash with long path to the sound file (was 160 only a...Andrea Weikert
2010-02-28MSVC projectfiles_vc9 maintenanceAndrea Weikert
2010-02-28- template with an example of a modal operator drawing with opengl (draw a li...Campbell Barton
2010-02-28Bug in OpenAL backend returning wrong playback position.Joerg Mueller
2010-02-28Fix for crash in imbuf code under certain circumstances on linux.Joshua Leung
2010-02-28Fix include path for GHOST include.Guillermo S. Romero
2010-02-28bugfix [#21381] Wrong negative separated unitsCampbell Barton
2010-02-28bugfix [#21247] Controls holding numbers are not zeroed when empty string val...Campbell Barton
2010-02-28patch from Andy Braham with some modificationsCampbell Barton
2010-02-28NetRender: Use threading mixin for master server. See if it solves latency is...Martin Poirier
2010-02-27System dependent standard directory retrieval functions update : return const...Damien Plisson
2010-02-27Patch #21267 by Sergey Sharybin Ton Roosendaal
2010-02-27fix in commit today using strnlen, which is only available for gcc.Ton Roosendaal
2010-02-27utility function pyrna_enum_value_from_id for getting the enum from a string ...Campbell Barton
2010-02-27store vars in py operators in the instance rather then the operator classes.Campbell Barton