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
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-16replace TypeError with Value error for matrix operations where the type is ri...Campbell Barton
2012-12-16add Matrix.normalized(), handy for transforming normals.Campbell Barton
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
2012-12-16Fixing name of a function to be consistent with the rest of the code.Ove Murberg Henriksen
2012-12-16Changed some comments to make more sense.Ove Murberg Henriksen
2012-12-16Bugfix: [#33513] Transfer weights mixing up.Ove Murberg Henriksen
2012-12-15Pure style cleanup.Ove Murberg Henriksen
2012-12-15Bugfix, IRC submitted:Ton Roosendaal
2012-12-15Attempted fix #33546: GPU mipmap generation is not working on some ATI cards,Brecht Van Lommel
2012-12-15Cleanup:Ton Roosendaal
2012-12-15minor edits with recent commits, also avoid calling BKE_mesh_from_object() in...Campbell Barton
2012-12-15Finished themes for transparent Button regions in Blender.Ton Roosendaal
2012-12-15use struct type for VPaintData.vertexcosnos rather then float*.Campbell Barton
2012-12-15move pbvh into BKE, it used many BKE bad level includes.Campbell Barton
2012-12-15move bpath module from BLI to BKE, it was making many bad level calls into BKE.Campbell Barton
2012-12-15OSX/availability: use of the numerical value instead of the symbol in the #if...Jens Verwiebe
2012-12-15Graah! Not using brains for quick fixes...Ton Roosendaal
2012-12-15Classical mistake - fix a bug in 1 feature, but don't test the related ones :/Ton Roosendaal
2012-12-15Bugfix, irc collection:Ton Roosendaal
2012-12-15avoid using strlen() for comparisons in for loops. for expanding whitespace i...Campbell Barton
2012-12-15prevent the text 3d cursor from z-fighting with the text.Campbell Barton
2012-12-15remove modifiers_indexInObject(), just call BLI_findindex directly.Campbell Barton
2012-12-15add checks to style checker script for 'a . b' and 'a []'Campbell Barton
2012-12-15style cleanup: stop the style checker script from complaining about '!*ptr'Campbell Barton
2012-12-15Hi there, it has been a while, just curious if my SVN account still works :)Erwin Coumans
2012-12-15Restoring default theme made the panel regions opaque again.Antony Riakiotakis
2012-12-15initialize static island colour display on reverting to default themeAntony Riakiotakis
2012-12-15Fix #33539: shift+numpad 2/4/8 shortcuts for zoom in image and clip editorBrecht Van Lommel
2012-12-15Fix #33497: seting object scale to 0 on one axis made moving verts in edit modeBrecht Van Lommel
2012-12-14Bug fix, irc submitted:Ton Roosendaal
2012-12-14use UI_view2d_getscale() to get the scale for image cursor drawing and ED_mas...Campbell Barton
2012-12-14code cleanup and move alternate shell calculation method into its own functio...Campbell Barton
2012-12-14workaround for ndof events showing in view3d menu items. (add before other ke...Campbell Barton
2012-12-14Fixes for correct UI scaling display:Ton Roosendaal
2012-12-14Blender Internal / Texture UI:Thomas Dinges
2012-12-14Fix #33532: vertex paint subtract mode was broken, always resulting in black.Brecht Van Lommel
2012-12-14Fix #33530: Blender Crash when selecting "Point select mode" in Particle Mode...Sergey Sharybin
2012-12-14add back a key to access view-cursor (alt+home)Campbell Barton
2012-12-14Fix #33526: Bezier Curve Tilt in transform panel does not work beyond 360 deg...Sergey Sharybin
2012-12-14Fix #33525: Mask points are add offset for the mouse when adding on viewer no...Sergey Sharybin
2012-12-14correct scrollbars not working properly with DPI in the console/info view.Campbell Barton
2012-12-14tweaks to text selection and highlight drawing.Campbell Barton
2012-12-14code cleanup: minor edits to the console.Campbell Barton
2012-12-14Adding a new SPH solver that is more physically accurate. See patch #29681Alex Fraser
2012-12-14style cleanupCampbell Barton
2012-12-14UV Warp Modifier:Campbell Barton
2012-12-14add assert if both args to invert_m4_m4 are the same.Campbell Barton