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
2009-10-06Material buttons now view the active node material shading settings.Campbell Barton
2009-10-06* Remember, C-style declarations at the *beginning* of a scope, not C++ style...Nathan Letwory
2009-10-06new operator - bpy.ops.wm.call_menu(name="SOME_MT_menu")Campbell Barton
2009-10-06Last fix still failed to link under mingw.Andre Susano Pinto
2009-10-06Bone Selections: Ability to set bones as unselectableJoshua Leung
2009-10-06sculpt was checking if multires was the last modifier,Campbell Barton
2009-10-06*Added memset's to make sure counters start on zeroAndre Susano Pinto
2009-10-06One last try - this should fix the remaining issues:Joshua Leung
2009-10-06Some more compile fixes for jaguarandi's commit, this time for msvc+sconsJoshua Leung
2009-10-06* Cmake fix for raytrace accel, still not 100% but getting there...Matt Ebb
2009-10-06Attempts at some compile fixes for jaguarandi's code:Joshua Leung
2009-10-06Several fixes:Joshua Leung
2009-10-06Merged Soc 2009 - raytrace optimization [0]Andre Susano Pinto
2009-10-06* Added 'set object as camera' operatorMatt Ebb
2009-10-06svn merge -r 23528:23646 https://svn.blender.org/svnroot/bf-blender/trunk/ble...soc-2009-jaguarandiAndre Susano Pinto
2009-10-06Added #ifdef __SSE__ so it can still build when SSE is disabled at compile timeAndre Susano Pinto
2009-10-06blibvh safe for 64bitsAndre Susano Pinto
2009-10-06Small fix for some old files crashing in particle drawing.Janne Karhu
2009-10-06[#19535]Martin Poirier
2009-10-06[#19542] Martin Poirier
2009-10-05edge loop delete, should be a c macro but they cant do settings atmCampbell Barton
2009-10-05VBO:Brecht Van Lommel
2009-10-05VBO:Brecht Van Lommel
2009-10-05VBO: disable VBO's by default. Not sure why this was not done, weBrecht Van Lommel
2009-10-05Raytrace Acceleration: small tweak to RNA and UI, hiding buttonsBrecht Van Lommel
2009-10-05Fixed [#19539] Texture > RGB Factor property doesn't appear in the UIThomas Dinges
2009-10-05General particle bug fixes + few small goodiesJanne Karhu
2009-10-05Cocoa port :Damien Plisson
2009-10-05normals were updated incorrectly in buffers when sculpting. Still not perfect.Lukas Steiblys
2009-10-05remove unused defines, cant check every case but from grepping the souece it ...Campbell Barton
2009-10-05* changes/additions to volume lightingMatt Ebb
2009-10-04* update default physics settings for jahkaNathan Letwory
2009-10-04Added some test_break during the build process.Andre Susano Pinto
2009-10-04VBOs weren't fully turned off in edit mode. Fixed thatLukas Steiblys
2009-10-04mathutils: bugfix for matrix * vectorDalai Felinto
2009-10-03SVN maintenance.Guillermo S. Romero
2009-10-03sculpt mode crash fix when VBOs disabledLukas Steiblys
2009-10-03imbusy GSoC'09 branch merge (Vertex Buffer Object support)Lukas Steiblys
2009-10-03UI: BugfixesJoshua Leung
2009-10-03UI tweaksWilliam Reynish
2009-10-03Keying Sets UI:Joshua Leung
2009-10-03F-Modifiers: Fix for Function Generator's "type" field not workingJoshua Leung
2009-10-03Quick Animation Editors Bugfix:Joshua Leung
2009-10-03Fixed [#19506] Missing buttons : Curve Guide.Thomas Dinges
2009-10-02* due to the setup of headers in mingw 4.4.0, includes could mess up. Making ...Nathan Letwory
2009-10-02Fix for [#19524] Lamp icons are not updated in outliner. Thomas Dinges
2009-10-02Smoke:Daniel Genrich
2009-10-02Anim Bugfixes:Joshua Leung
2009-10-02Smoke:Daniel Genrich
2009-10-02Move Inverse Kinematics panel to Constraint context. Make iTaSC parameter pan...Benoit Bolsee