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
2013-12-18View3D: small optimization for smoke drawingCampbell Barton
2013-12-18Fix T37675: blender internal viewport render not updating properly with volumes.Brecht Van Lommel
2013-12-18Revert fix for T37705: it's messing up the panel order in another place.Brecht Van Lommel
2013-12-18Fix T37705: texture panel order wrong when switching from cycles to blender r...Brecht Van Lommel
2013-12-18Fix T37843: area split widget missing in python console editor.Brecht Van Lommel
2013-12-18Fix T37837: mirror modifier merge does not place vertices at the center.Brecht Van Lommel
2013-12-18Fix T37842: missing 3D view redraw when editing group layers and offset.Brecht Van Lommel
2013-12-18Color management: added utility function to apply processor on a pixelSergey Sharybin
2013-12-18Error in recent commitCampbell Barton
2013-12-18Color management: get rid of original byte buffer partial updateSergey Sharybin
2013-12-18Fix for button selection offsetCampbell Barton
2013-12-18BLF: debug function to print a fonts stateCampbell Barton
2013-12-18Code Clenaup: use const for button checking functionsCampbell Barton
2013-12-18Fix artifact in partial buffer update after recent changesSergey Sharybin
2013-12-18UI: more fixes for text clippingCampbell Barton
2013-12-18Style Cleanup: minor edits in recent changesCampbell Barton
2013-12-18Style CleanupCampbell Barton
2013-12-18Game Engine: Level of detail support and toolsDaniel Stokes
2013-12-18Fix compile on MSVC, we don't use "isfinite" anywhere else inside source/blen...Thomas Dinges
2013-12-18Fix issue with right aligned number buttons overlapping the labelCampbell Barton
2013-12-17Code Cleanup: comment unused functionsCampbell Barton
2013-12-17UI: Theme Colors for Info spaceSv. Lockal
2013-12-17Changes to partial update during renderingSergey Sharybin
2013-12-17Fix T37718: Texture compression missingSergey Sharybin
2013-12-17Code Cleanup: comment unused defineCampbell Barton
2013-12-17Fix compile after last commit, casting to (bArmature *), kudos to JesterKingJens Verwiebe
2013-12-17'Transform' Python Function for armature, curve and lattice.Campbell Barton
2013-12-17Fix bplayer broken in own rB51f5c994e9f0.Bastien Montagne
2013-12-17Fix T37103: Keyframing custom properties issue (FCurve would not reflect Cust...Bastien Montagne
2013-12-17Fix for crash in toolbar tabs with only one tab definedCampbell Barton
2013-12-17Partial fix for T37604: Deadlock when stopping rendered viewport (Blender Int...IRIE Shinsuke
2013-12-17Fix crash in freestyle vector parsing (hard to believe nobody noticed)Campbell Barton
2013-12-17Fix for obscure freestyle crash when attempting to negate INT_MINCampbell Barton
2013-12-17Py API: use direct access to list/tuple size when type is knownCampbell Barton
2013-12-17Fix for possible NULL pointer use in brush image samplingCampbell Barton
2013-12-17UI: don't attempt to draw with the menu-key when only drawing right alignedCampbell Barton
2013-12-16Fix for out-of-bounds memcpy() when adding a materialCampbell Barton
2013-12-16UserDefaults: disable orbit around object center and region-overlapCampbell Barton
2013-12-16UI: Tabs categories for panels (D75)Campbell Barton
2013-12-16Better fix for previous commitSergey Sharybin
2013-12-16Fix possible crash when cleaning cache with some ibufs removed by the memory ...Sergey Sharybin
2013-12-16Color management: use fallback mode if there're no displays/viewsSergey Sharybin
2013-12-16Add optional 'frame' argument to scene.timeline_markers.new(name)Dalai Felinto
2013-12-16Motion tracking: use PROP_PIXEL for pixel RNA valuesSergey Sharybin
2013-12-16Disable region overlap in movie clip editorSergey Sharybin
2013-12-16UI: use BLF_width_to_strlen for efficient text clippingCampbell Barton
2013-12-16BLF API: Add BLF_width_to_strlen,rstrlen gives a byte offset from a string widthCampbell Barton
2013-12-16Fix T37826: Opening a new image in the image editorSergey Sharybin
2013-12-16Make compression in IMB_allocImBuf match other placesSergey Sharybin
2013-12-16Missing NULL-pointer check in BKE_image_free_anim_ibufsSergey Sharybin