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
2011-08-28== Sequencer ==Peter Schlaile
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-08-27remove deprecated & unused sequencer transform varsCampbell Barton
2011-08-25sanity checks on operator exec/modal/invoke return values.Campbell Barton
2011-08-25Committing patch #25675 "Make "Cast Buffer Shadows" option work in viewport a...Mitchell Stokes
2011-08-24fix [#28340] Can't set image depth, quality from image saveCampbell Barton
2011-08-22glsl and render support for derivative mapsMorten Mikkelsen
2011-08-20use ghash for DNA_struct_find_nr(), gives ~18% speedup on loading sintel lite...Campbell Barton
2011-08-14fix [#28225] Solidify Modifier creates wrong results when vertex group is att...Campbell Barton
2011-08-07stricter NDOF guards for Windows (forgot in earlier commit)Mike Erwin
2011-08-06KEYMAP REFACTORINGBrecht Van Lommel
2011-08-04remove append to cursor code, wasnt used and made some naive assumptions abou...Campbell Barton
2011-08-04UserPref/Node editor feature: Change the level of noodle curving.Jeroen Bakker
2011-08-03ndof changes: turned off 3D mouse during transform, removed timing bug in ima...Mike Erwin
2011-07-29svn merge -r38753:38813 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Nathan Letwory
2011-07-27svn merge -r38558:38752 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Nathan Letwory
2011-07-26experimental onscreen rotation guideMike Erwin
2011-07-25added option to invert axes for orbiting (part 1 of 2)Mike Erwin
2011-07-22tweaked ephemeral ndof data typesMike Erwin
2011-07-21svn merge -r37276:38555 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Nathan Letwory
2011-07-21fix/workaround [#28040] float images reduced to 256 levels per channel upon saveCampbell Barton
2011-07-19cleanup of scene->gamedata DNADalai Felinto
2011-07-15Fix for [#26712] Particle group instance 'Use Count' value gets reset on file...Janne Karhu
2011-07-14introduce variables for ndof settingsMike Erwin
2011-07-08Fix #26962: softbody collision doesn't respect subsurf+displace modifiers.Brecht Van Lommel
2011-07-04Current situationJeroen Bakker
2011-06-28make drawing faces in the UV editor an image space option, re-using the mesh ...Campbell Barton
2011-06-23More flexible size options for particle billboards. This adds scale factors f...Lukas Toenne
2011-06-18throw an error if preprocessor definitions are used for DNA array lengths (pr...Campbell Barton
2011-06-17fix [#25598] projection surface snap issueCampbell Barton
2011-06-16directory only filesel for operators which don't have a filepath or filename ...Campbell Barton
2011-06-15Committing patch #25676 Anisotropic filtering in viewport and BGE by me.Mitchell Stokes
2011-06-15Code cleanup: remove reference to workob global that no longer exists.Brecht Van Lommel
2011-06-15Fix #27654: vertex parenting not working with constructive modifiers.Brecht Van Lommel
2011-06-13BGE Patch: [#27425] Allow to change the damping of the camera actuatorDalai Felinto
2011-06-13Elbeem / Fluidsim update:Daniel Genrich
2011-06-11fix for recent commit, this stops makesdna from working right:Campbell Barton
2011-06-11remove backbuf from internal struct's (unused in 2.5x)Campbell Barton
2011-06-10fix [#27607] Scene's render.filepath gets cropped to 159 charactersCampbell Barton
2011-06-07draw sequences with invalid effect frame ranges pink to highlight they are in...Campbell Barton
2011-06-06fix [#27572] Mirror Shapekey and Mirror vertex Group not working for Lattice.Campbell Barton
2011-06-06Bake from multires meshSergey Sharybin
2011-06-04Code holiday commit:Ton Roosendaal
2011-05-31cmake maintenanceCampbell Barton
2011-05-23remove unused code, comment some that may be useful (maintainers can remove).Campbell Barton
2011-05-23fix [#27459] Flymode moves parentCampbell Barton
2011-05-20make api functions for converting rv3d->camzoom, so the odd logic for this is...Campbell Barton
2011-05-18there wasn't a good way to know if a RegionView3D was perspective or not (wit...Campbell Barton
2011-05-17fix for warningCampbell Barton
2011-05-16code cleanup: icon creationAndrea Weikert