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
2013-05-10Fix #35278: textures nodes Mix RGB node did not have a Use Alpha option likeBrecht Van Lommel
2013-05-10Fix #35269: compositing setup with only file output node and no composite nodeBrecht Van Lommel
2013-05-10Fix for #35291, Deleting 'Group Output' node in compositor causes Segfault. A...Lukas Toenne
2013-05-10Fix #35261: double clicking the up arrow in the file browser to go up multipleBrecht Van Lommel
2013-05-10use unsigned ints for edgehashCampbell Barton
2013-05-10Optimize BKE_mesh_calc_normals(), gives approx 25% speedup.Campbell Barton
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-10BGE: Fix for [#35204] "New Alpha-Enabled Shadows Work Until UVs Change" repor...Mitchell Stokes
2013-05-10avoid customdata lookups for selection test/enable disable.Campbell Barton
2013-05-10BGE: Fix for [#34382] "Vertex position doesn't update when set through Python...Mitchell Stokes
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-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 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-09bmesh: optimize bmesh_vert_separate, redice allocs (best cast it wont do any ...Campbell Barton
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-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 for 2 errors introduced since releaseCampbell 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-08Blender 2.68 release cycle begin:Thomas Dinges
2013-05-08Fix for node group user count: since node group pointer uses an explicit sett...Lukas Toenne
2013-05-082 fixes for node group node_tree pointer property: Make sure the nodeGroupPol...Lukas Toenne
2013-05-08Expose the data type property of node group interfaces for easier comparison ...Lukas Toenne
2013-05-08Exposed the node socket templates of C nodes in RNA by means of a classmethod...Lukas Toenne
2013-05-08Expose the HIDE_VALUE flag of node sockets in RNA.Lukas Toenne
2013-05-08Workaround for C nodes: In order to make registerable RNA methods of the stan...Lukas Toenne
2013-05-08Extended the draw callback API for node sockets with an explicit text paramet...Lukas Toenne
2013-05-08Change to socket draw functions: instead of always only drawing the socket la...Lukas Toenne
2013-05-08more optimal method of calculating the normal for the solidify modifier.Campbell Barton
2013-05-08Mask modifier for sequencesSergey Sharybin
2013-05-08Fix for #35253, Cannot animate X, Y, Z values in nodes with vector sub-menu. ...Lukas Toenne
2013-05-08code cleanup: dissolve - use iterator macros, remove unused function.Campbell Barton
2013-05-08mesh dissolve vertices: option to split off corners of surrounding faces, mak...Campbell Barton
2013-05-08split dissolve into 3 different operators (face/edge/vert).Campbell Barton
2013-05-08Fix #35219: blender internal auto ray bias to avoid the terminator shadowBrecht Van Lommel
2013-05-08Fix #35240: command line -t number of threads option did not work for cycles.Brecht Van Lommel
2013-05-08Fix #35246: cycles has no simple way to combine bump and normal mapping. NowBrecht Van Lommel
2013-05-08fix for recent commit, WITH_GUARDEDALLOC wasn't enabled for makesrna, makesdna.Campbell Barton
2013-05-08Fix #35093: New Basis shape key doesn't act as BasisSergey Sharybin