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
2012-04-19bmesh inset: add depth option (make use of relative and even offset options)Campbell Barton
2012-04-19BMESH_TODO: randomize vertices working again.Bastien Montagne
2012-04-19committed check by mistake, its not needed.Campbell Barton
2012-04-19bmesh rip: when there are selected faces call region_to_loop before ripping. ...Campbell Barton
2012-04-19fix [#31015] Rip has weird results in vertex selection mode vs face Campbell Barton
2012-04-19Fix #31016: rigid body joint constraint in game engine did not respect constr...Brecht Van Lommel
2012-04-19Fix exposure being applied to cycles AO pass.Brecht Van Lommel
2012-04-19code cleanup: remove unused BMesh args.Campbell Barton
2012-04-19Change knife header to reflect current key binding (RMB cancels now).Howard Trickey
2012-04-19remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH variants only (the mac...Campbell Barton
2012-04-19For bug #30931, change knife hardcoded colors to ones derived from theme.Howard Trickey
2012-04-19code cleanup: first step to replace BM_ITER BM_ITER_INDEX macros.Campbell Barton
2012-04-19BMESH_TODO: xsort of vertices working again.Bastien Montagne
2012-04-19style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITERCampbell Barton
2012-04-19bmesh api function: BM_edge_face_tangent()Campbell Barton
2012-04-19Fix #30998: copy to selected in properties editor not working for bones.Brecht Van Lommel
2012-04-19Fix #31009: edge split did not split non-manifold edges correctly, it shouldBrecht Van Lommel
2012-04-19Fix #31007: text editor delete at end of last line did unnecessary undo push.Brecht Van Lommel
2012-04-19fix bevel edge angle (wasnt hooked up to new code), vertex-bevel angle isnt w...Campbell Barton
2012-04-19style cleanup: bevel code, also remove unneeded flag setting.Campbell Barton
2012-04-19Fix for disabling noisy opennl output.Nicholas Bishop
2012-04-19Fix: Mark seams in uv editor didn't workAntony Riakiotakis
2012-04-19Fixing bug [#31005] Nurbs UI bugThomas Dinges
2012-04-19Release Status:Thomas Dinges
2012-04-18knife tool: Add state indicator in header for tool optionsAntony Riakiotakis
2012-04-18improve recent commit to copy loop data on extrudeCampbell Barton
2012-04-18bmesh knife tool: cut through no longer initializes from view setting to limi...Campbell Barton
2012-04-18Fix: Transforming NLA strips leaks memory.Antony Riakiotakis
2012-04-18bmesh knife tool:Campbell Barton
2012-04-18bmesh knife tool:Campbell Barton
2012-04-18correct ifdef'd scanfill code, incase someone wants to test.Campbell Barton
2012-04-18code cleanup: more minor changes to scanfillCampbell Barton
2012-04-18code cleanup: replace magic numbers in scanfill with defines, also use some v...Campbell Barton
2012-04-18fix for eternal loop in scanfill,Campbell Barton
2012-04-18fix [#30994] Extruding faces gives bad UV'sCampbell Barton
2012-04-18style cleanup: mesh validate.Campbell Barton
2012-04-18fix [#30995] Wavefront obj. file export/import issue with splited edgeCampbell Barton
2012-04-18Fix redo not working correct after keyboard input for shear, shrink/flatten,Brecht Van Lommel
2012-04-18add missing NULL check for BM_vert_collapse_faces(), could crash in rare cases.Campbell Barton
2012-04-18fix [#30921] Bevel modifier's is not work correctly with bevel weightsCampbell Barton
2012-04-18bmesh: fix own bug in BM_vert_collapse_faces() with option 'kill_degenerate_f...Campbell Barton
2012-04-18more replacement for BM_edge_face_count() use.Campbell Barton
2012-04-18code cleanup: replace use of BM_edge_face_count with BM_edge_is_manifold and ...Campbell Barton
2012-04-18fix error in last commit. Misunderstood BM_vert_is_manifold(), added some com...Campbell Barton
2012-04-18fix for own error in recent scanfill updates, scanfill can hang if run on a p...Campbell Barton
2012-04-18code cleanup: minor edits to bmesh_jfke(), move simple checks first.Campbell Barton
2012-04-18bmesh api: minor simplify & cleanupCampbell Barton
2012-04-18save thumbnail from the 3D view if no camera is present.Campbell Barton
2012-04-17code cleanup: use const args for writing files.Campbell Barton
2012-04-17fix error in single vertex ripping where the edit-selection could be left on ...Campbell Barton