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
2010-01-07Branch for Replacement of MoTo by Eigen2 in the BGEge_eigen2Benoit Bolsee
2010-01-07Make scene optional in BKE_write_ibuf (only used for stamping)Martin Poirier
2010-01-07group instance still didnt work in some cases, now tag ID flag when linking a...Campbell Barton
2010-01-07last commit didnt work properly, all groups were added. Tested to work with e...Campbell Barton
2010-01-07option to instance groups when linking or appending.Campbell Barton
2010-01-07fix for painting bug added since 25391 (own fault)Campbell Barton
2010-01-07Fix for eyedropper not calling proper updates. Silly!Matt Ebb
2010-01-07Fix [#19820] linking material nodes in node editor doesn't update the materia...Matt Ebb
2010-01-07Fix for Color Picker Eyedropper crash. Thx Matt :)Thomas Dinges
2010-01-07Fix [#19664] updating key in graph editor doesn't update value for Matt Ebb
2010-01-07OpenGL anti-aliasing for 3D view, user selectableDamien Plisson
2010-01-07Color Picker work:Matt Ebb
2010-01-07PyDoc updated for Rasterizer setEyeSeparation and setFocalLength + blenderpla...Dalai Felinto
2010-01-07Attempt to fix build error on WindowsMatt Ebb
2010-01-07Replaced lasso gesture filling code with scanfill, not 100% as nice, but simp...Matt Ebb
2010-01-07fix for own but in recent driver optimization [#20580] Driver Crasher rev [25...Campbell Barton
2010-01-07- leg_quadruped_generic missing importsCampbell Barton
2010-01-07RNA API: image.save(path)Martin Poirier
2010-01-06Keymaps:Thomas Dinges
2010-01-06netrender: Ctrl-C correctly stops master in background mode (low level select...Martin Poirier
2010-01-06Renderer: Change default test_break function to check G.afbreek to work corre...Martin Poirier
2010-01-06netrender:Martin Poirier
2010-01-06Disable OpenGL anti-aliasing by default for now.Damien Plisson
2010-01-062 small view navigation features stolen from other apps :)Matt Ebb
2010-01-06fix for crash when setting a shapekeys name in rna, (probably other propertie...Campbell Barton
2010-01-06Fix #20519: shrinkwrap modifier doesnt work with subsurface modifier.Brecht Van Lommel
2010-01-06Particle edit: optimization for combing, was computing hair space too often,Brecht Van Lommel
2010-01-06OpenGL Anti-aliasing implementation for blender windowsDamien Plisson
2010-01-06add operator icon for shape key transfer in panel,Campbell Barton
2010-01-06missing check for shape keyCampbell Barton
2010-01-06patch from Kevin Roy (kiniou), [#20584] get the image size in pixels in Pytho...Campbell Barton
2010-01-06write our to a shorter path, was failing unless you made the path manually si...Campbell Barton
2010-01-06Cocoa: small potential issue remained from fullscreen ancient ages in the Win...Damien Plisson
2010-01-06Bullet: rework softbody raytest patch after approval by Erwin.Benoit Bolsee
2010-01-06BGE: KX_GameObject.rayCast() to return 5-tuple in case of no hit when poly=2 ...Benoit Bolsee
2010-01-06*Disabled filled lasso drawing on Windows for now, was causing some strange p...Matt Ebb
2010-01-06Fix for keymap rna, wasn't updated for doubleckickMatt Ebb
2010-01-06Small tweaks to gesture drawing to show the filled selectable area.Matt Ebb
2010-01-06MSVC compile fixMatt Ebb
2010-01-06Node editor tweaksMatt Ebb
2010-01-06Fix for PROP_MATRIX auto UI layoutMatt Ebb
2010-01-06Restored Compositor 're-render single layer' functionality (buttons on render...Matt Ebb
2010-01-06fix for [#20352] Crash when rendering viewportCampbell Barton
2010-01-05netrender: UI layout reorganization and prettifying. Also better operator des...Martin Poirier
2010-01-05Description attributes for macros tooMartin Poirier
2010-01-05Increased minimal value for Point Density Texture "Radius" from 0.01 to 0.001. Thomas Dinges
2010-01-05Python descriptions were not getting used in tooltips.Campbell Barton
2010-01-05Broke DNA yesterday (stupid sdna can't use macro for length).Martin Poirier
2010-01-05sanity check that prevents crashing when syncing poses,Campbell Barton
2010-01-05MSVC 9 projectfiles Andrea Weikert