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-06-15added basic utility functions for working with mselect (selected mesh elements)Gaia Clary
2013-06-15fix for recent changes in solidify, normals were OK but customdata for loops ...Campbell Barton
2013-06-15Added a 'move' function to node tree socket api (similar to node.inputs/outpu...Lukas Toenne
2013-06-15code cleanup: remove checks for (select == LEFTMOUSE), this happened to work ...Campbell Barton
2013-06-15Fix for splitting at material boundaries not correctly working with border li...Tamito Kajiyama
2013-06-14fix for own error in recent solitify refactor (r57402), face flip check was i...Campbell Barton
2013-06-14Code cleanup: removed unused B_BUTSPREVIEW event, and moved back rna_SpacePro...Bastien Montagne
2013-06-14fix [#35694] Lattice; Display Type: "Bounds" not workingCampbell Barton
2013-06-14fix for building c++ rna api with recently added smoothgroup api call.Campbell Barton
2013-06-14Fix for Jeroen Bakker
2013-06-14expose smooth group calculation to python as Mesh.calc_smooth_groups()Campbell Barton
2013-06-14Added a read-only dimensions property for Nodes. This returns the actual node...Lukas Toenne
2013-06-14utility function for calculating smooth groups from sharp edges: BKE_mesh_cal...Campbell Barton
2013-06-14utility function BKE_mesh_edge_poly_map_create(), currently unused.Campbell Barton
2013-06-14code cleanup: reduce pointer indirection for mesh-map creation functions.Campbell Barton
2013-06-14code cleanup: make_edges_mdata() reduce some sign conversion, pointer indirec...Campbell Barton
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-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