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-12-15Bugfix 21333Ton Roosendaal
2010-12-15replace debug popup function with call to generic function WM_operator_props_...Campbell Barton
2010-12-15Centralized operator UI drawing into a new function uiLayoutOperatorButs(),Campbell Barton
2010-12-15bugfix [#25230] Quick extrude Ctrl-LMB : wrong behaviour of 'RotateSource' op...Campbell Barton
2010-12-13fix for transform operator giving '<UNKNOWN>' enum value when logged, now pas...Campbell Barton
2010-12-13clipboard setting background check correction.Campbell Barton
2010-12-12Fix for compile on windows:Thomas Dinges
2010-12-12Fix #25177: Skeleton Sketching - deleted sketches don't disappear immediatelySergey Sharybin
2010-12-12- fix for rna show_brush variable shadowing its parent classes with a flag wh...Campbell Barton
2010-12-11Small fix: Ton Roosendaal
2010-12-11Fix for [#22967] UI stops updatingJanne Karhu
2010-12-11- ignore calls to WM_cursor_wait() in background mode (crashes saving blend f...Campbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-06[#25047] Deletion of any custom key map item remove always first oneMartin Poirier
2010-12-05use constant strings for outliner menus rather then sprint'ing them together.Campbell Barton
2010-12-04Maintenance, Campbell Barton
2010-12-04Give functions that use printf style formatting GCC format attributes so if i...Campbell Barton
2010-12-03Bugfix #24568Ton Roosendaal
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-12-03fix for some pedantic warnings.Campbell Barton
2010-11-30Add option for CMake to build libredcode, also use CODEC prefix for ffmpeg, q...Campbell Barton
2010-11-30misc small changes.Campbell Barton
2010-11-29From the todo:Ton Roosendaal
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-27python access to driver namespace, rather then have a textblock defined for d...Campbell Barton
2010-11-24fix for crash introduced r33257, also tag some vars as unused.Campbell Barton
2010-11-24Bugfix #24847Ton Roosendaal
2010-11-23partial fix for [#23532]Campbell Barton
2010-11-23use zero initializers instead of memset(), also change PointerRNA_NULL from a...Campbell Barton
2010-11-21- include pthreads for win32 globally (as with opengl).Campbell Barton
2010-11-20- smoke wasn't closing the file of loading a tile had the wrong length.Campbell Barton
2010-11-19bugfix [#24796] Drivers are ineffective on Text & Curve obj. geometry parametersCampbell Barton
2010-11-18Feature fixTon Roosendaal
2010-11-18bugfix [#22615] Opening a blend file in python (bpy.ops.wm.open_mainfile() (r...Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-16Removing unnecesary print "draw swap exchange"Ton Roosendaal
2010-11-15Bugfix #24726Ton Roosendaal
2010-11-15bugfix [#24708] World Notifier ProblemsCampbell Barton
2010-11-12Getting BLF to work with the Blenderplayer.Mitchell Stokes
2010-11-12Revert the reversal :)Nathan Letwory
2010-11-12Revert r33023Joshua Leung
2010-11-11System console toggling for MinGWSergey Sharybin
2010-11-11Fix for definitions checking. Now it should work with MinGW.Sergey Sharybin
2010-11-11Also !defined(FREE_WINDOWS) on appending operator.Nathan Letwory
2010-11-11== filebrowser ==Andrea Weikert
2010-11-11wrong language :°Nathan Letwory
2010-11-11For now have console toggling only when compiled with MSVC.Nathan Letwory
2010-11-11Apply patch [#24579] Fix for Win; Show/hide consoleNathan Letwory
2010-11-11move report/operator view out of the 'Console' into the 'Info' space (file me...Campbell Barton