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
2009-10-07'Add Group' back in the add object menuCampbell Barton
2009-10-07Option to copy the data path of an RNA buttonCampbell Barton
2009-10-07Updated descriptions from Ron WalkerCampbell Barton
2009-10-07* More fixes post-raytrace commitMatt Ebb
2009-10-07Check if the object is in editmode with (ob->mode==OB_MODE_EDIT) rather then ...Campbell Barton
2009-10-07Bugfix: move to layer was not assigned to M key yet.Brecht Van Lommel
2009-10-07own mistake in last commitCampbell Barton
2009-10-07Fix compile warning, function does not return anything (void function).Daniel Genrich
2009-10-07- rna path lookup crashed if the string was null (reported by Cessen with an ...Campbell Barton
2009-10-07Experimental option to allow moving the mouse outside the view, "Continuous G...Campbell Barton
2009-10-07own warnings added last commitCampbell Barton
2009-10-07* Add numpad enter as an alternative key to confirm/execute file browserMatt Ebb
2009-10-07* notifier fix to redraw upon changing lamp shadow typeMatt Ebb
2009-10-07* Fix for previous 'set object as camera' operator - now properly sets the sc...Matt Ebb
2009-10-07* Fix for crash with new raytreeMatt Ebb
2009-10-06Bugfix: IK constraint pole angle range was not correct.Brecht Van Lommel
2009-10-06Add raytrace subdir to Makefiles.Guillermo S. Romero
2009-10-06Cocoa port : First pure Cocoa version !Damien Plisson
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