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
2010-10-07misc fixes found with clang's static checker.Campbell Barton
2010-10-07SVN maintenance.Guillermo S. Romero
2010-10-07COLLADA: Split EffectsExporter into separate files.Nathan Letwory
2010-10-07bugfix [#24158] Object text fields immediately search based on existing contentCampbell Barton
2010-10-07remove calls to WM_event_add_mousemove r22031, from view2d operators since it...Campbell Barton
2010-10-07SVN maintenance.Guillermo S. Romero
2010-10-07bugfix [#24168] verts[] was replaced with vertices[] but gives the old info t...Campbell Barton
2010-10-07bugfix [#23988] The Maya preset as defaultCampbell Barton
2010-10-06COLLADA: Split ImagesExporter into separate files.Nathan Letwory
2010-10-06remove unused vol_get_density() call.Campbell Barton
2010-10-06minor edits so traceray() uses less stack memory, also remove memset() usage,...Campbell Barton
2010-10-06bugfix [#23311] Half a colour picker appearsCampbell Barton
2010-10-06GCC fixes for r32346Nathan Letwory
2010-10-06COLLADA: Split MaterialsExporter into separate files.Nathan Letwory
2010-10-06Assorted GCC fixes for OpenCOLLADA supportNathan Letwory
2010-10-06COLLADA: Split ArmatureExporter, InstanceWriter and TransformWriter into sepa...Nathan Letwory
2010-10-06Fix for [#22236] Seg Fault when rendering sequence with speed effect, [#24160...Janne Karhu
2010-10-06[#24063] Error in RNA naming in SequenceCrop.min_x/y ;Campbell Barton
2010-10-06COLLADACOLLADA exporter: split geometry export into own files.Nathan Letwory
2010-10-06Fix for [#24134] pointcache memory error (crash)Janne Karhu
2010-10-06COLLADA exporter: split camera and light export into own files.Nathan Letwory
2010-10-06Campbell requested that I remove one of the bge.events.RETKEY aliases, so I'm...Mitchell Stokes
2010-10-06Unhide confirm on release property (otherwise, it's not easily modifiable in ...Martin Poirier
2010-10-06remove some unused code and reduced the scope if some vars (no functional cha...Campbell Barton
2010-10-05rename Command key to OSKey, Window manager already called it the OSKey but i...Campbell Barton
2010-10-05Updating the bge.types docs to note which KX_GameObject attributes return mat...Mitchell Stokes
2010-10-05bugfix [#24148] unable to get keyboard mappings to work in the text windowCampbell Barton
2010-10-05patch [#24125] Fix for Slider Widget (UI)Campbell Barton
2010-10-05patch [#24146] UV layout selection menu in UV editor ala CTRL+TAB in edit modeCampbell Barton
2010-10-05bugfix [#24122] Shift-C doesn't work in "Camera View"Campbell Barton
2010-10-05Fix #24135: Material modification not immediately updated in OutlinerSergey Sharybin
2010-10-05bugfix [#23506] Bevel Modifier display problemCampbell Barton
2010-10-05- fix for crash when drawing a subsurf after a modifier that lost original in...Campbell Barton
2010-10-05build-fix [#24142] path changes break osxCampbell Barton
2010-10-05Fix for [#24107] Hair/General particle glitch- PresetsJanne Karhu
2010-10-05Fixed own typo in last commit to curve RNASergey Sharybin
2010-10-05TextureCoordinateBinding.getName() -> TextureCoordinateBinding.getSemantic();...Nathan Letwory
2010-10-05A bit of bge.events work:Mitchell Stokes
2010-10-05SVN maintenance.Guillermo S. Romero
2010-10-05Reorganisation of COLLADA import code. Classes have been split into their own...Nathan Letwory
2010-10-05Update stubs for recent changes (BKE_utildefines.h and header printing).Nathan Letwory
2010-10-04bugfix [#24133] r32303, Mirror Modifier + EditMode + VBO's Problem.Campbell Barton
2010-10-04[#22825] Copy Scenes with Audio Strip Crash.Campbell Barton
2010-10-04fix for copy in the console (wasnt taking the prompt into account)Campbell Barton
2010-10-04Recalc knots when toggling nurb cyclic flagsSergey Sharybin
2010-10-04Fix for [#24118] Hair particles can not be editedJanne Karhu
2010-10-04COLLADA exporter fix: do not create a duplicate <polylist> if an object has N...Arystanbek Dyussenov
2010-10-04- use own string conversion function over PyUnicode_FromString when convertin...Campbell Barton
2010-10-04fix for building over samba /w cmake+mingwCampbell Barton
2010-10-04typo in function prefix.Campbell Barton