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
2006-01-17after much suffering, got GE build and work almost cleanly on Os XJean-Luc Peurière
2006-01-16fixed a runtime problem with stl container usage, as reported on bf-committer...Erwin Coumans
2006-01-16clean up some warnings in bpy codeStephen Swaney
2006-01-16*fixes global redefinitionsJoseph Gilbert
2006-01-16Alligned bone pose copy buttons (noticed in orange screenshot)Campbell Barton
2006-01-16* Tiny tweak to button alignment after Campbell's commit.Matt Ebb
2006-01-16BPython:Willian Padovani Germano
2006-01-16Fixed Window.Editmode(0) so that it only calls undo_push_mesh() whenKen Hughes
2006-01-15Removed printfs in setPoints(), add proper exception handling.Ken Hughes
2006-01-15last of the cosmetic fixes with aligning buttons in the path setting/info win...Campbell Barton
2006-01-15Aligned all remaining non-aligned header buttons, (was looking yuck with roun...Campbell Barton
2006-01-15more graphics patches from Snailrose,Erwin Coumans
2006-01-15Bugfix #3731: User reported that cyclic IPO curves reported the wrong valueKen Hughes
2006-01-14Bug fix: #3684Martin Poirier
2006-01-14fix previously fixed error msg.Stephen Swaney
2006-01-14Object.Get( name ) was throwing an AttributeError.Stephen Swaney
2006-01-13Cam Barton discovered the setter for me.faces[i].col was missing.Ken Hughes
2006-01-13* [ #3746 ] Calling getPose on a mesh object generates "RuntimeError: Pose - ...Joseph Gilbert
2006-01-13*head/tail additionJoseph Gilbert
2006-01-13*bone.children fixJoseph Gilbert
2006-01-13Bugfix as provided by 'stealth apprentice' on the bf-comitters list.Ton Roosendaal
2006-01-13Another bug fix for reference counting in extend methods.Ken Hughes
2006-01-13Subsurf UV crasher fix - thanks Malefico and Matthew for test files.Brecht Van Lommel
2006-01-13make clear that 'concave mesh' is really for static triangle mesh. too many p...Erwin Coumans
2006-01-13bugfix: #3738 Armature bones returns none instead of key errorStephen Swaney
2006-01-12Fixed a segfault in zooming out on long wave files- 6min+Campbell Barton
2006-01-12Clean-up of some reference counting issues with delete() methods. AlsoKen Hughes
2006-01-12renamed some variables to make the timing in the game engine less confusing+m...Erwin Coumans
2006-01-12overlooked IMB_imbuf.h was already included inside an extern "C" section.Erwin Coumans
2006-01-12uncommented include "IMB_imbuf.h", it is needed?Erwin Coumans
2006-01-12BPy: Mathutils fix: bug #3737Martin Poirier
2006-01-12re-enable game engine by default, for 2.41 preparationErwin Coumans
2006-01-12Scons fix:Martin Poirier
2006-01-12remove Constraint.h since it doesn't exist.Kent Mein
2006-01-12- override the temporary disabling of KETSJI and OPENAL for FreeBSD.Hans Lambermont
2006-01-11Forgot the pose file.... :pJoseph Gilbert
2006-01-11*pose docsJoseph Gilbert
2006-01-11- sanitize spacings and tabs a bit. It's still not completely clean though.Hans Lambermont
2006-01-11Probably need these....Joseph Gilbert
2006-01-11*pose code for pythonJoseph Gilbert
2006-01-11At least FreeBSD needs to know where to find gl.hHans Lambermont
2006-01-11A few Mesh fixes:Ken Hughes
2006-01-11Exclude labels from grouping. - Clever numbuts look nicer with rounded theme.Campbell Barton
2006-01-11attempt to avoid nameclashes (although it is already in a namespace) -> exten...Erwin Coumans
2006-01-11Fixed bug in do_clever_numbuts not displaying tooltips.Campbell Barton
2006-01-10MSVC compile error fix for subsurf UV.Brecht Van Lommel
2006-01-10Apply Subsurf to UV's.Brecht Van Lommel
2006-01-10applied patch from snailrose, related to multi-platform OpenGL extensions.Erwin Coumans
2006-01-10Fixed bug in convert function with Mesh objects.Campbell Barton
2006-01-10added prototypes for bottom_sel_action and friends.Kent Mein