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
2012-11-07code cleanup: use min/max functions rather then macros.Campbell Barton
2012-11-07fix for own error in recent orig-index refactor (reported as [#33112])Campbell Barton
2012-11-07Affine tracker do_versions were missed for objects tracsSergey Sharybin
2012-11-07Fixed crashes when motion tracks are zero-sizedSergey Sharybin
2012-11-07fix [#33108] Running save_as_mainfile breaks relative texture pathsCampbell Barton
2012-11-07style cleanup, also remove redundant call to set_listbasepointers in free_mai...Campbell Barton
2012-11-06Cycles: 4 new nodes.Brecht Van Lommel
2012-11-06Bugfix #32191Ton Roosendaal
2012-11-06Harmless formatting tweaksJoshua Leung
2012-11-05Sequencer: input color space support for image and movie stripsSergey Sharybin
2012-11-05Improvement for text indentation: keep selection as good as possibleSergey Sharybin
2012-11-05Change a way how image sequence/movie source is detecting for movie clipSergey 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-05Camera Tracking: allow fallback to reprojection resection by user demandSergey Sharybin
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-04Bugfix #33074Ton Roosendaal
2012-11-04Bugfix 33075Ton Roosendaal
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-03code cleanup: float <> double conversion.Campbell Barton
2012-11-03style cleanup: tabs & whitespaceCampbell Barton
2012-11-03Render API: shader script node for custom shaders.Brecht Van Lommel
2012-11-03Fix for [#32992] Switching language does nothing under Windows.Bastien Montagne
2012-11-02fix for own recent commit checking bounds off-by-one.Campbell Barton
2012-11-02all remove functions now invalidate the RNA objects passed, to help script au...Campbell Barton
2012-11-01remove BLI_utildefines from BKE_DerivedMesh.h headerCampbell Barton
2012-11-01Bugreport - Christian Krupa in irc:Ton Roosendaal
2012-11-01fix for possible buffer overflow in gpu_nodes_get_vertex_attributes() and hai...Campbell Barton
2012-11-01style cleanupCampbell Barton
2012-11-01fix [#30910] Problems: Add Shortcut(s) for "Ctrl Tab" menuCampbell Barton
2012-10-31code style: use switch for IDP_EqualsProperties()Campbell Barton
2012-10-31add IDP_MergeGroup(dst, src, overwrite) function,Campbell Barton
2012-10-31no longer use 'check_existing' to see if we need to have a save popup, instea...Campbell Barton
2012-10-31fix for asserts caused by own recent commits to use customdata typemap.Campbell Barton
2012-10-31fix for assert when rendering with cycles, caused by my recent commits.Campbell Barton
2012-10-31style cleanup and correct own invalid comment.Campbell Barton
2012-10-31fix for crash in own commit r51773. drawing VBO's used the wrong origindex.Campbell Barton
2012-10-31style cleanupCampbell Barton
2012-10-31make use customdata typeoffset more, add an assert to ensure its to date.Campbell Barton
2012-10-31fix for crash in python matrix utility functions .inverted/adjugated/transpos...Campbell Barton
2012-10-31fix compile error introduced in rev. 51773: missing header include.Andrea Weikert
2012-10-30remove CD_POLYINDEX customdata layer:Campbell Barton
2012-10-30BGE: Adding support for Bullet's collision masks. Each object now has a colli...Mitchell Stokes
2012-10-30minor changes to select similar,Campbell Barton
2012-10-30Fix for own r51737.Bastien Montagne
2012-10-29Fix: wrong brush drawn in image painting, image editor if uv sculpt is on. No...Antony Riakiotakis