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-06-14remove 'dissolve_edge_loop' bmesh operator, edgeloop dissolve replaces this now.Campbell Barton
2013-06-14Change edgeloop delete to use dissolve, fixes bug [#35738].Campbell Barton
2013-06-14bmesh edge dissolve: add option use_face_split (matching vertex dissolve opti...Campbell Barton
2013-06-14BGE: Fixing a bug that caused KX_GameObject.localTransform to give incorrect ...Mitchell Stokes
2013-06-13Fix blender internal showing SSS preprocessing status message even if there i...Brecht Van Lommel
2013-06-13Fix #35634: weight paint did not do z-buffer culling anymore on Windows after...Brecht Van Lommel
2013-06-13fixes for using scaled camerasCampbell Barton
2013-06-13Fix #35664: blender internal material index pass + ztransp + multiple materialsBrecht Van Lommel
2013-06-13Fix #35735: blender internal viewport rendering was missing SSS update whenBrecht Van Lommel
2013-06-13Rephrased error message for clarityGaia Clary
2013-06-13code cleanup: also fix crash in GPU_state_print(). and confine to debug mode ...Campbell Barton
2013-06-13Added NULL check for socket type make_socket_interfaceSergey Sharybin
2013-06-13fix for pythons __dir__ returning registrable functions on class instances (w...Campbell Barton
2013-06-13Fix crash in movie clip node when ibuf fails to load.Sergey Sharybin
2013-06-13Safety check for NodeTree.links.new function: Added NEVER_NULL flags to from_...Lukas Toenne
2013-06-13fix [#35346] Python: still UI issue with popup and dropdown listCampbell Barton
2013-06-13fix [#35713] Set Origin not waiting for user input.Campbell Barton
2013-06-13internal change to searchbox: store the active search index rather then index...Campbell Barton
2013-06-13fix for problem with creating weight-paint preview.Campbell Barton
2013-06-13Fix #35715: incorrect shortcut shown for some menus after recent code refacto...Brecht Van Lommel
2013-06-12Fix #35353: Freestyle + Compositor + Auto-render renders freestyle lines in t...Tamito Kajiyama
2013-06-12Track Position node now could output absolute position of track at a given frameSergey Sharybin
2013-06-12Remove magic constants from Track Position node RNA code.Sergey Sharybin
2013-06-12Cleaned code a bit around 2D stabilizationSergey Sharybin
2013-06-12Bugfix [#35668] Tooltip for Euler Discontinuity Filter was misleadingJoshua Leung
2013-06-12Fix #35703, Viewer node doesn't updates image sometimes. The viewer node was ...Lukas Toenne
2013-06-12Vertex weight panel now uses same sort order as Vertex Group listGaia Clary
2013-06-12ifdef bugfix since its a little strange.Campbell Barton
2013-06-12prepared local vgroup selection function for more general usageGaia Clary
2013-06-12solidify: dont add poly-normal layer to the derived mesh, since this is no lo...Campbell Barton
2013-06-12fix [#35710] Mesh explodes while using solidify modifier with tubular non-man...Campbell Barton
2013-06-12change to solidify modifiers own normal calculation function, dont attempt to...Campbell Barton
2013-06-12optimize solidify, no need to do edgehash lookups, the edges are known.Campbell Barton
2013-06-12Supplementary fix for #35640, internal node group trees (inside material, lam...Lukas Toenne
2013-06-12solidify: reduce sign conversions.Campbell Barton
2013-06-12solidify: remove BLI_array realloc's.Campbell Barton
2013-06-12correct solidify normal calculation logicCampbell Barton
2013-06-12minor changes to the script auto-execution based on Brecht's suggestions.Campbell Barton
2013-06-12Fix lamp size allowing negative values.Brecht Van Lommel
2013-06-11Fix #35405: properties editor preview render restarted unnecessarily after F1...Brecht Van Lommel
2013-06-11Fix #35704: Simplify on scene with dupli recursion crashesSergey Sharybin
2013-06-11Use OpenMP threads in bm_loop_interp_mdispsSergey Sharybin
2013-06-11Fix for distortion happens when flipping mesh normalsSergey Sharybin
2013-06-11another case that should have been in r57371, also reduce type conversions in...Campbell Barton
2013-06-11fix for problem where curve handles in editmode could be obscured by other se...Campbell Barton
2013-06-11fix [#35656] Crash on File BrowserCampbell Barton
2013-06-11Fix #35561: freestyle + read full sample layers = crash.Tamito Kajiyama
2013-06-11Cycles / Wavelength to RGB node:Thomas Dinges
2013-06-11Fix msvc compile error with subdivide use_smooth_even option.Brecht Van Lommel
2013-06-11Fix cycles backwards compatibility for specular_toon shader this actually needsBrecht Van Lommel