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-28Fix #35808: blender internal viewport with freestyle would keep continuouslyBrecht Van Lommel
2013-06-27Code cleanup / Cycles:Thomas Dinges
2013-06-27fix for zero length normalize before scanfill for meshes and other minor chan...Campbell Barton
2013-06-26fix [#33068] Can't paint weights of some vertices in some situations.Campbell Barton
2013-06-26remove unused structCampbell Barton
2013-06-26fix [#35858] Weight Paint: Hiding faces isnt flushing the flag to the vertices.Campbell Barton
2013-06-25Fix #35846: crash rendering with dupligroups visible in 3D viewport during re...Brecht Van Lommel
2013-06-25Fix #35824: finding missing files not working correct for filepaths with specialBrecht Van Lommel
2013-06-25correct assertion error (clear dirty normal flag when there are no vertices)Campbell Barton
2013-06-25patch [#35830] Add Catmull-Rom spline as an option for lattice deformerCampbell Barton
2013-06-25style cleanupCampbell Barton
2013-06-25Fix particle hair display percentage not properly getting restored afterBrecht Van Lommel
2013-06-25Fix #35767: transforming nodes in the node editor changed the wireframe colorBrecht Van Lommel
2013-06-25Fix unnecessary 3D viewport redraws in various cases, in particular when editingBrecht Van Lommel
2013-06-25Making sure free_nodesystem only frees non-NULL data. This helps address some...Daniel Stokes
2013-06-24calculate polygon normals for BKE_mesh_recalc_tessellation() inline rather th...Campbell Barton
2013-06-24remove unused c fileCampbell Barton
2013-06-24lattice: use functions rather then defines, also added a function to get uvw ...Campbell Barton
2013-06-24fix [#35855] Change "Scene" crashes randomlyCampbell Barton
2013-06-24use booleans for bpath api.Campbell Barton
2013-06-24fix [#35825] "Find missing files" seems to search for files which are not mis...Campbell Barton
2013-06-23Added polished Vertex Weights Panel (properties sidebar)Gaia Clary
2013-06-23remove vec_rot_to_mat3(), replace with axis_angle_normalized_to_mat3()Campbell Barton
2013-06-23add strict conversion flags for mask_rasterize and reduce some signed/unsigne...Campbell Barton
2013-06-21Default paint context will be image paint if object is not in a paint mode. I...Antony Riakiotakis
2013-06-20Sequencer: fix names when adding several video (or audio) files at once (all ...Bastien Montagne
2013-06-20Construct orco UV layer for curve when applying constructive modifierSergey Sharybin
2013-06-20Fix crash in when dding subsurf modifier to curvesSergey Sharybin
2013-06-20BKE_bmbvh_find_vert_closest: very stupid & old bug, it was comparing hit loca...Campbell Barton
2013-06-20correct editmesh BKE_bmbvh_find_vert_closest(), distances are expected to be ...Campbell Barton
2013-06-19fix own regression with normal recalculation updatesCampbell Barton
2013-06-19fix [#35795] Edge split modifier do not show result in viewport with curves.Campbell Barton
2013-06-19move modifier callback wrappers into modifier.cCampbell Barton
2013-06-18Fix for own mistake in r57555 :-(Jürgen Herrmann
2013-06-18add option to enable auto-execute scripts, but exclude certain directories.Campbell Barton
2013-06-17Remove static variables from mball moduleSergey Sharybin
2013-06-16when setting the subframe for large frames (250,000+) the precision was very ...Campbell Barton
2013-06-15display active vertex in weight paint mode. also correct NULL free.Campbell Barton
2013-06-15added basic utility functions for working with mselect (selected mesh elements)Gaia Clary
2013-06-14fix for building c++ rna api with recently added smoothgroup api call.Campbell Barton
2013-06-14expose smooth group calculation to python as Mesh.calc_smooth_groups()Campbell Barton
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-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 problem with creating weight-paint preview.Campbell Barton
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