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-08A few fixes:Joshua Leung
2009-10-08Fixed #19571Andre Susano Pinto
2009-10-08Smoke:Daniel Genrich
2009-10-08separate material lost all materials for the new meshCampbell Barton
2009-10-08- object.selected is now editable (uses update function to flag the scene base)Campbell Barton
2009-10-08Keying Sets - Bugfixes + Auto-KeyframingJoshua Leung
2009-10-08Bugfix #19576: Auto keyframing does not record rotations on object level anim...Joshua Leung
2009-10-08Fixed remaining bugs with animating rotation modes:Joshua Leung
2009-10-08Rotation Modes Bugfix:Joshua Leung
2009-10-08Node Bugfixes:Brecht Van Lommel
2009-10-08WM: test with context-less add notifier. Notifiers are oneBrecht Van Lommel
2009-10-08- made ungrab a second function - WM_cursor_ungrabCampbell Barton
2009-10-08[#19354] Second press of axis key didn't do local orientation when global was...Martin Poirier
2009-10-07Makefile: Add missing raytrace directory.Diego Borghetti
2009-10-07copy icon in the material buttons list view so you can copy the current set o...Campbell Barton
2009-10-07Transform Mirror:Brecht Van Lommel
2009-10-07Making new faces (fkey, scanfill etc) didnt create faces with the active mate...Campbell Barton
2009-10-07Preview Render:Brecht Van Lommel
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