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-05Sequencer: input color space support for image and movie stripsSergey Sharybin
2012-11-05avoid using BLI_array for remove double helper function - bmesh_find_doubles_...Campbell Barton
2012-11-05Audaspace:Joerg Mueller
2012-11-05default to Python3.3 on Linux for SCons and CMake, warn when building with py...Campbell Barton
2012-11-05Bugfix #33087Ton Roosendaal
2012-11-05fix for freed pointer access in node_free_script()Campbell Barton
2012-11-05Improvement for text indentation: keep selection as good as possibleSergey Sharybin
2012-11-05Fix #31310: Thumbnails not generating with non Latin charactersSergey Sharybin
2012-11-05Hopefully fix for linking issue reported by osx usersSergey Sharybin
2012-11-05fix [#33051] view selected (focus) bugCampbell Barton
2012-11-05code cleanup: use enums for view3d_snap transverts.Campbell Barton
2012-11-05Change a way how image sequence/movie source is detecting for movie clipSergey Sharybin
2012-11-05Slight better solution for sequencer's transform with alt holded downSergey Sharybin
2012-11-05Use enums rather than defines for clips/tracking flags.Sergey Sharybin
2012-11-05Subversion bump for render tiles, motion tracking fallback option and collisi...Sergey Sharybin
2012-11-05Render engines: replace number of x/y tiles with tile sizeSergey Sharybin
2012-11-05Cycles: memory usage reportSergey Sharybin
2012-11-05Camera Tracking: proper display of current frame in cache line when sequence ...Sergey Sharybin
2012-11-05Camera Tracking: allow fallback to reprojection resection by user demandSergey Sharybin
2012-11-05fix for save-as-legacy mesh format doing customdata asserts.Campbell Barton
2012-11-05fix issue with shrinkwrap face projection distance comparisons when using bot...Campbell Barton
2012-11-05revert own commit r34706 (fix for [#25801]), this causes bug [#25801].Campbell Barton
2012-11-05style cleanupCampbell Barton
2012-11-05Cycles: improve Anisotropic BSDF node, changing the Roughness U/V inputs toBrecht Van Lommel
2012-11-05Fix part of #33055: uv mapping did not use the right image from the material toBrecht Van Lommel
2012-11-05BGE: This patch adds a character wrapper (similar to the already implemented ...Mitchell Stokes
2012-11-04auto-link solo-nodes when making groupDalai Felinto
2012-11-04Image Editor Operators:Thomas Dinges
2012-11-04fix own error in r51819, was reading outside of the buffer, also comment unus...Campbell Barton
2012-11-04Possible bugfix 32474Ton Roosendaal
2012-11-04Bugfix #32987Ton Roosendaal
2012-11-04Bugfix #33074Ton Roosendaal
2012-11-04Node reroute cut operator update.Lukas Toenne
2012-11-04Bugfix 33075Ton Roosendaal
2012-11-04code cleanup: double promotionsCampbell Barton
2012-11-04code cleanup: quiet -Wdouble-promotion, disabled this warnings for a few file...Campbell Barton
2012-11-04code cleanup: replace macro with inline function for dynamic paint.Campbell Barton
2012-11-04Fix for r51837.Thomas Dinges
2012-11-04Ton's last do_versions commit got rid of do_versions code for collision masks...Mitchell Stokes
2012-11-03OSL / Filebrowser:Thomas Dinges
2012-11-03code cleanup: float <> double conversion.Campbell Barton
2012-11-03style cleanupCampbell Barton
2012-11-03code cleanup: cmake - add missing headers, remove directories from source lis...Campbell Barton
2012-11-03RNA C++: collections functions are now properly handled, meaning it is nowBrecht Van Lommel
2012-11-03style cleanup: tabs & whitespaceCampbell Barton
2012-11-03Render API: shader script node for custom shaders.Brecht Van Lommel
2012-11-03Cycles OSL: refactoring and fixesBrecht Van Lommel
2012-11-03RNA/C++: string property writing was missing.Brecht Van Lommel
2012-11-03BPY/RNA: determine callback functions that are allowed to write data by a flagBrecht Van Lommel
2012-11-03Bugfix (own collection)Ton Roosendaal