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
2012-11-11code cleanup:Campbell Barton
2012-11-11BGE: fix for 2 uses of uninitialized memory - property-sensor and object-colo...Campbell Barton
2012-11-11replace 0 and 1 with FALSE and TRUE in BLF_global_font_init in blf.cJason Wilkins
2012-11-11Code de-duplication in imageprocess.c -- made it use interpolation functions ...Sergey Sharybin
2012-11-11Fix #32398: Mirror modifier with "Merge" enabled producing pairs of facesBen Batt
2012-11-11bge mesh conversion speedup, avoid calling ConvertMaterial() on every face.Campbell Barton
2012-11-11game engine material conversion: don't use the material to convert vertex col...Campbell Barton
2012-11-11code cleanup: bge - rename 'type' to 'use_mcol' in material conversion.Campbell Barton
2012-11-11- property sensor was converting floating point values to text then back to f...Campbell Barton
2012-11-10Removed determineDependingAreaOfInterest from movie distortion nodeSergey Sharybin
2012-11-10Movie clip: display stabilization border even if current frame failed to loadSergey Sharybin
2012-11-10Solved issue with distorted compositor results in some casesSergey Sharybin
2012-11-10Bevel: patch from Thomas Beck fixes numeric offset input and adds wheel input...Howard Trickey
2012-11-10Added UI support to set OpenGL MultiSample.Ton Roosendaal
2012-11-10add argument so recent bge function mesh.transform_uv() so you can optionally...Campbell Barton
2012-11-10add 2 new utility functions to the BGE mesh py api.Campbell Barton
2012-11-10Cycles: correction to how device of lists is exposed to blenderSergey Sharybin
2012-11-10code cleanup: some warnings and formatting for PyMethodDef's in the BGE.Campbell Barton
2012-11-10Fix for wrong usage of RE_engine_freeSergey Sharybin
2012-11-10Updated stubs to make blender player compilableSergey Sharybin
2012-11-10Fixes for movie distortion nodeSergey Sharybin
2012-11-10BGE: Committing patch [#32697] "New BGE gravity API" by HG1.Mitchell Stokes
2012-11-10Fix part of #31080: missing UV editor redraw after edge slide with correct UVs.Brecht Van Lommel
2012-11-10Fix #33084: lock camera to view + view smooth disabled incorrectly moved theBrecht Van Lommel
2012-11-10simple optimization for library loading, just reduce pointer indirection and ...Campbell Barton
2012-11-10fix for crashes running the BGE without colorspace enabled.Campbell Barton
2012-11-10Fix part of #33132: render resoltuion refresh issues after persistent imagesBrecht Van Lommel
2012-11-10code cleanup: bge static functions & use C++ guarded alloc for the character ...Campbell Barton
2012-11-10Cycles OSL: auto update script node sockets when setting text datablock or fi...Brecht Van Lommel
2012-11-09Fix #30505: bpy.context.copy() gives error running in the properties editorBrecht Van Lommel
2012-11-09Sequencer: disabled sequencer recursion and corrected rendered preview modeSergey Sharybin
2012-11-09code cleanup: double promotion warnings, also allow cmake to build SDL withou...Campbell Barton
2012-11-09Bevel: use library plane/line intersection instead of custom one.Howard Trickey
2012-11-09UI scripting:Ton Roosendaal
2012-11-09bmesh refactor - rename some of the BM_****_share_****_count() functions to B...Campbell Barton
2012-11-09Fix #33123: lamp nodes drivers not working, now uses same hacks as materialBrecht Van Lommel
2012-11-09Usability:Ton Roosendaal
2012-11-09rename template_color_wheel() to template_color_picker()Campbell Barton
2012-11-09Temporarily change:Ton Roosendaal
2012-11-09Bugfix #33124Ton Roosendaal
2012-11-09Edits for consistency with other parts of codeJoshua Leung
2012-11-09style cleanup: indentationCampbell Barton
2012-11-09Cycles: persistent images optionSergey Sharybin
2012-11-09add fallbacks for BM_vert_calc_shell_factor() and BM_vert_calc_mean_tagged_ed...Campbell Barton
2012-11-09Fix crash when copying scene with sequencer's animation using Link Objects or...Sergey Sharybin
2012-11-09Axis Colours are now ThemeableJoshua Leung
2012-11-09Option for shrink-fatten to maintain shell thickness (hold Alt).Campbell Barton
2012-11-09add a distance limit to the shrinkwrap modifiers project mode,Campbell Barton
2012-11-09code cleanup: move shrinkwrap's benchmark macro into PIL_time.h & some minor ...Campbell Barton
2012-11-09fix [#33121] crashing when srolling down in text editor !Campbell Barton