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
2013-05-10use unsigned ints for edgehashCampbell Barton
2013-05-10Fix #35282: cycles color ramp set to constant interpolation did not work well.Brecht Van Lommel
2013-05-10Fix #35272: cycles GPU crash with anisotropic shader in group node.Brecht Van Lommel
2013-05-10Optimize BKE_mesh_calc_normals(), gives approx 25% speedup.Campbell Barton
2013-05-10Small fix for node add operators: use the UNDO option so they get registered ...Lukas Toenne
2013-05-10Fix for #35286, 'Reset to Default Theme' makes some node titlebars go black. ...Lukas Toenne
2013-05-10avoid using BLI_array_* macros for uv reset.Campbell Barton
2013-05-10Left extra logging print by accident.Sergey Sharybin
2013-05-10BGE: Fix for [#35204] "New Alpha-Enabled Shadows Work Until UVs Change" repor...Mitchell Stokes
2013-05-10Remove check for zero focal length in BA cost functorSergey Sharybin
2013-05-10avoid customdata lookups for selection test/enable disable.Campbell Barton
2013-05-10Synchronize changes between bunded libmv and own libmv branch.Sergey Sharybin
2013-05-10BGE: Fix for [#34382] "Vertex position doesn't update when set through Python...Mitchell Stokes
2013-05-09Bit flag enum props are always expanded, no need to specify it explicitely!Bastien Montagne
2013-05-09Add check for points behind camera in euclidan BA cost functorSergey Sharybin
2013-05-09Added a button to apply scale on scene solutionSergey Sharybin
2013-05-09Setting tracking object scale shall not depend on active objectSergey Sharybin
2013-05-09Made bundles in 3D viewport have constant sizeSergey Sharybin
2013-05-09Reconstructed scene scale ambiguity improvementSergey Sharybin
2013-05-09Cycles / OpenCL:Thomas Dinges
2013-05-09Cycles OpenCL: fix other build issues when enabling more features.Brecht Van Lommel
2013-05-09Cycles:Thomas Dinges
2013-05-09Show dash instead of filename when displaying frame above image sequence length.Sergey Sharybin
2013-05-09Changes to footage information panelSergey Sharybin
2013-05-09Cycles / Filter functions:Thomas Dinges
2013-05-09Cycles:Thomas Dinges
2013-05-09Cycles / OSL:Thomas Dinges
2013-05-09Cycles OpenCL: a few fixes to get things compiling after kernel changes,Brecht Van Lommel
2013-05-09Cycles bump node: change the Strength value to work better, previously it wouldBrecht Van Lommel
2013-05-09fix [#35280] blender crashes when setting Environment Map imagefileCampbell Barton
2013-05-09use standard name for operator properties - 'props'.Campbell Barton
2013-05-09bmesh: optimize bmesh_vert_separate, redice allocs (best cast it wont do any ...Campbell Barton
2013-05-09Upgrade for the add_search node operator. This now uses the same basic system...Lukas Toenne
2013-05-09can't use alloca in inline functions (fills up stack - I thought compiler wou...Campbell Barton
2013-05-09bmesh: avoid using BLI_array macros for every face when converting to bmesh, ...Campbell Barton
2013-05-09bmesh speedup: skip free-realloc while running CustomData_bmesh_merge() when ...Campbell Barton
2013-05-09Fix for add_node operator: needs to have SKIP_SAVE set for the settings colle...Lukas Toenne
2013-05-09Partial revert of own commits r56604 and r56603:Thomas Dinges
2013-05-09Fix for do_versions bug with node groups: The special case of direct input-to...Lukas Toenne
2013-05-09Fix suggested by Campbell Barton: use %r instead of %s when building the pyth...Lukas Toenne
2013-05-09fix for 2 errors introduced since releaseCampbell Barton
2013-05-09fix rna_info, python method to C function wasn't being tested for. (broke cha...Campbell Barton
2013-05-09update autogenerated changelog. also correct typos in the generator.Campbell Barton
2013-05-09fix [#35257] Brige > Merge sometimes flips resultCampbell Barton
2013-05-09bugfix: [#31757] setGLSLMaterialSetting has no effectDalai Felinto
2013-05-09UI naming consistency:Thomas Dinges
2013-05-09UI naming consistency:Thomas Dinges
2013-05-08Cycles / Tile Rendering:Thomas Dinges
2013-05-08Attempt to fix OS X build with 10.6 SDK, was not working due to recent fullsc...Brecht Van Lommel
2013-05-08Cycles / Hair rendering:Thomas Dinges