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-06fixed copy/paste bug in physicscontroller applyforce, and crashing radar sensorErwin Coumans
2006-01-06removed extra charactersErwin Coumans
2006-01-06disable game engine and gameplayer for all platforms except windows.Erwin Coumans
2006-01-06Added current directory to includes so it could find some headers.Kent Mein
2006-01-06Headerfile had wrong Capatalization.Kent Mein
2006-01-06Sorry to break the cvs-closed status, so if you really need to make a new 2.4...Erwin Coumans
2006-01-06Scene.c - Removed redraw when in non UI mode.Campbell Barton
2006-01-06Lots of stupid warning fixes:Kent Mein
2006-01-05I added {}'s around an if block of code to prevent gcc from sayingKent Mein
2006-01-05Bugfix for Toni: Ipo_addCurve() needed to call set_icu_vars() in order toKen Hughes
2006-01-05Changed so all errors raise an excepton. - As per Toni's suggestions.Campbell Barton
2006-01-05Three minor fixes:Nils Thuerey
2006-01-04[ #3661 ] resize4x4 in Matrix class doesn't set ones on the diagonalJoseph Gilbert
2006-01-04Fix for CrazySpace correction. (Special request of our Argentinan birdTon Roosendaal
2006-01-04Added some notes regarding Object.GetSelected() - it uses the last localview.Campbell Barton
2006-01-04[ #3712 ] Calling makeEditable() and update() on an armature twice duplicates...Joseph Gilbert
2006-01-04Gave an example of changing lamp modes in epydocs. - answers a q on elysuin.Campbell Barton
2006-01-03Bugfix #3646Ton Roosendaal
2006-01-03Bugfix #3643Ton Roosendaal
2006-01-03Bugfix #3673Ton Roosendaal
2006-01-03Bug #3681 The never ending bump mapping saga!Ton Roosendaal
2006-01-03*bpy fixJoseph Gilbert
2006-01-03*warnings fixesJoseph Gilbert
2006-01-03replaced more M_Object_Get for the faster Object_CreatePyObject.Campbell Barton
2006-01-03made scene.getChildren() a heap faster. 983.3 times faster in my test.Campbell Barton
2006-01-03Adds a boarder around the oops, usefull to know where the oops bounds end wit...Campbell Barton
2006-01-03Moved Object.Join() into a function of an object.Campbell Barton
2006-01-03Small commit, hopefully the last Duplicate change.Campbell Barton
2006-01-02Changed adduplicate() to take the dupflags as an argument. so faking the Alt ...Campbell Barton
2006-01-01Bugfix #3652: material.setSpecCol() only accepted a tuple, not separateKen Hughes
2006-01-01Created local function check_NMeshLists(), which performs checking onKen Hughes
2006-01-01Bug fix #3671: Blender.Beztriple.New() did not accept sequences as parameters,Ken Hughes
2006-01-01Two bug fixes for mesh.faces.extend() method; fix a error checking forKen Hughes
2006-01-01Fix boolean modifier crash; if boolean code cannot do the operation on theKen Hughes
2006-01-01Some rigidbody dynamics fixes (scaling again) to make Happy 2006 domino simul...Erwin Coumans
2006-01-01more game engine bug-fixes, hooked up 'formfactor' as inertia tensor tweaker,...Erwin Coumans
2005-12-31Fixed several bugs: python refcounting related and Bullet related (basic add/...Erwin Coumans
2005-12-30Added a python hook to Joining objectsCampbell Barton
2005-12-30Ooops 2 tipos in the epydocs...Campbell Barton
2005-12-30Added the function Duplicate to the object module.Campbell Barton
2005-12-30for Mesh_getFromObject made Mesh and Surf types copy the material list to the...Campbell Barton
2005-12-29*crash fixJoseph Gilbert
2005-12-29Fixed a python segfault when linking a new object to a scene that had no data...Campbell Barton
2005-12-29Just added some comments about face material incides and the material list.Campbell Barton
2005-12-29Added some details to the Object documentation, some parts were a big vague..Campbell Barton
2005-12-27Fix crash in EXPP_(int|obj)Error. These functions are redundant;Yann Vernier
2005-12-27Some compilers don't like it when you initialize the fields in aChris Want
2005-12-24Fixing a bit of horrible code in Armature.c (BonesDict_repr).Alexander Ewering
2005-12-21Fix typo in epydocs for Mesh exampleKen Hughes
2005-12-21Tinsy wee little commit!Ton Roosendaal