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
2012-10-30BGE: Adding support for Bullet's collision masks. Each object now has a colli...Mitchell Stokes
2012-10-30Usability: Logic editorTon Roosendaal
2012-10-30minor improvement to vector api use, replace add, multiply by 0.5 with mid_v3...Campbell Barton
2012-10-30when an invalid subtype is passed to a property, a list of valid subtypes is ...Campbell Barton
2012-10-30rename subtype FILENAME --> FILE_NAME to match FILE_PATH, DIR_PATHCampbell Barton
2012-10-30style cleanupCampbell Barton
2012-10-30add in assert's to double check the line lenth is never <0Campbell Barton
2012-10-30fix for selection offset with indentation in the python console.Campbell Barton
2012-10-30Cycles: optimization to not compile shaders and load images that are notBrecht Van Lommel
2012-10-30minor changes to select similar,Campbell Barton
2012-10-30Fix for own r51737.Bastien Montagne
2012-10-30Fix build for recent bmo commit (gcc wants a return value in any case! ;) ).Bastien Montagne
2012-10-30bad naming, the bmesh operator only tags, not selects.Campbell Barton
2012-10-30code cleanup: move select-similar bmesh operators into their own file since t...Campbell Barton
2012-10-30add the option to select Equal/Greater/Less when selecting similar.Campbell Barton
2012-10-30add option to select face by matching number of sides.Campbell Barton
2012-10-30correct assertionCampbell Barton
2012-10-30Disallow collection add/remove/clear/move when drawing. - similar to how writ...Campbell Barton
2012-10-30Removing BLENDER_GAME from the COMPAT_ENGINES set for the sun lamp's Sky & At...Mitchell Stokes
2012-10-29Fix: wrong brush drawn in image painting, image editor if uv sculpt is on. No...Antony Riakiotakis
2012-10-29Bugfix:Ton Roosendaal
2012-10-29fix [#33011] "System" tab empty in OSX - file browserAndrea Weikert
2012-10-29Buildbot: hopefully fix for missed sound on glibc2.11 slavesSergey Sharybin
2012-10-29YACBSF. Yet Another Classic Blenderplayer Stub Fix.Antony Riakiotakis
2012-10-29To keep my commit rate high! :)Ton Roosendaal
2012-10-29Yet another hanging variable in event code - code cleanup woes.Ton Roosendaal
2012-10-29Bugfix #33004Ton Roosendaal
2012-10-29Complete fix for [#33002] Wrong vertex color.Bastien Montagne
2012-10-29Buildbot: use proper archive name for glibc2.11 archivesSergey Sharybin
2012-10-29style cleanup: also quiet harmless compiler warning.Campbell Barton
2012-10-29Fix to make NDoF work again.Ton Roosendaal
2012-10-29Buildbot: tweaks for glibc2.11 build environmentSergey Sharybin
2012-10-29Added compositor graph functions for removing socket connections explicitly i...Lukas Toenne
2012-10-29New woes in event system :) Ton Roosendaal
2012-10-29fix [#33010] image editor - scope handles resizeCampbell Barton
2012-10-29Tweak for Group channels using Custom Bone ColorsJoshua Leung
2012-10-29A last (I hope) tweak for double click detection.Ton Roosendaal
2012-10-29Bugfix #32996Ton Roosendaal
2012-10-29fix [#32998] Decimate modifier - PlanarCampbell Barton
2012-10-29correct use_fast_update for vertex painting, it wasn't swapping red/blue as i...Campbell Barton
2012-10-29py api: add mathutils.Matrix adjugate(d) methods, also add adjoint_m2_m2() to...Campbell Barton
2012-10-29style cleanupCampbell Barton
2012-10-28Removed the initial HIDDEN flag from the UI sidebar region in node editor. Th...Lukas Toenne
2012-10-28Fix for freeing node trees that are part of other data blocks (material, worl...Lukas Toenne
2012-10-28Buildbot: keem sm_13 disabled for new buildbot tooSergey Sharybin
2012-10-28Buildbot: add glibc2.11 configuration files and build rulesSergey Sharybin
2012-10-28Buildbot: add glibc2.11 slaves, not online yetSergey Sharybin
2012-10-28Buildbot: copy master.cfg from builder.blender.orgSergey Sharybin
2012-10-28fix for extruding edges giving incorrect (swapped) loop data for new faces.Campbell Barton
2012-10-28code cleanup: minor changes before committing functional changes.Campbell Barton