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-12-19DPI: fix wrong scaling of editor type choosing buttons, and for menu arrowsBrecht Van Lommel
2012-12-18Icons now draw good again!Ton Roosendaal
2012-12-18Various minor fixes to i18n code (mostly, translation of enum items' tooltips...Bastien Montagne
2012-12-18Made motion tracking data aware of DPI in clip editor.Sergey Sharybin
2012-12-18Multires baker: made octree aware of user-defined resolution in performance p...Sergey Sharybin
2012-12-18Ambient occlusion baker from multi-resolution meshSergey Sharybin
2012-12-18Move multires baker into own file in render/Sergey Sharybin
2012-12-18make sure color picker and color swatch buttons have rnaindex of -1.Campbell Barton
2012-12-18changing RNA properties now prints python script in the info view.Campbell Barton
2012-12-18Blender icons now are in the 21st century too!Ton Roosendaal
2012-12-18Fix region expander (+) drawing too narrow.Brecht Van Lommel
2012-12-18Fixes for ctrl+click on panel header:Brecht Van Lommel
2012-12-18Nicer function for drawing text in 3d window:Ton Roosendaal
2012-12-18some speedup by avoiding translation on entire enum arrays, and just translat...Campbell Barton
2012-12-18fix for include and use break statement (may as well not loop more then needed).Campbell Barton
2012-12-18Fix #33599: VBO textured draw mode did not update correctly when an image fil...Brecht Van Lommel
2012-12-18Correction for own commit r53006, removed some ndof keymaps, bad!Campbell Barton
2012-12-18fix [#33580] Masking keyframes disappear from dope sheet when using undo.Campbell Barton
2012-12-18fix for own error in recent commit with active pose mode, depended on an unin...Campbell Barton
2012-12-18add support for active-element in pose mode and armature editmode.Campbell Barton
2012-12-18code cleanupCampbell Barton
2012-12-18fix [#33575] Manipulator showing incorrect local axes in armature pose mode.Campbell Barton
2012-12-18style cleanupCampbell Barton
2012-12-18style cleanupCampbell Barton
2012-12-18Fix #33487: game engine did not convert objects with rotation modes other thanBrecht Van Lommel
2012-12-18Minor tweaks to some UI messages...Bastien Montagne
2012-12-18uv edge based stitch. Useful to disambiguate betwen islandsAntony Riakiotakis
2012-12-17Fix [#33590] The Screw Tool in Edit Mode isn't calculating the correct angle ...Bastien Montagne
2012-12-17UI fixes:Ton Roosendaal
2012-12-17fix [#33581] Vertex Color LayerCampbell Barton
2012-12-17fix/workaround [#33493] checker de-select and edge loopsCampbell Barton
2012-12-17Bug fix, IRC report.Ton Roosendaal
2012-12-17Bugfix 33560Ton Roosendaal
2012-12-17Small tweak for using transparent+overlapping regions:Ton Roosendaal
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-17code cleanup: use 'const float *' when getting the 3d cursor and not editing it.Campbell Barton
2012-12-17missed this recent commit, while drawing grease pencil, draw if 'Render Only'...Campbell Barton
2012-12-17don't draw the sequencer grease pencil panel when in the channel view or scopes.Campbell Barton
2012-12-17fix [#33501] Grease pencil in OpenGL renderCampbell Barton
2012-12-17Fix knife cut-through bug #33571.Howard Trickey
2012-12-16Test print in bugfix...Ton Roosendaal
2012-12-16fix for bevel using the wrong property name when shift was held.Campbell Barton
2012-12-16Bug fix 33563Ton Roosendaal
2012-12-16Bugfix #33458Ton Roosendaal
2012-12-16Cycles: add "Textures" panel in particle properties, to make it possble to addBrecht Van Lommel
2012-12-16Fix region overlap drawing over render info text in image editor and 3d view.Brecht Van Lommel
2012-12-16replace strcpy with BLI_strncpy or memcpy when the size is known.Campbell Barton
2012-12-16Bugfix #33541 - Deleting all keyframes leaves dangling action groupsJoshua Leung
2012-12-16error in 53006, moved into another keymap rather then just re-ordering.Campbell Barton
2012-12-16Reverting rev 53044 because it broke something and was wrong.Ove Murberg Henriksen