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-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: 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
2012-04-17fix [#30970] Rip Tool: selecting the side of edges works incorrectly Campbell Barton
2012-04-17Attempted fix for #30985: knife draw messing up display after confirming. I c...Brecht Van Lommel
2012-04-17Fix #30570: UI issue editing modal keymaps below operators using them.Brecht Van Lommel
2012-04-17bmesh api: adjust bmesh_vert_separate() not to set the loops index values (ne...Campbell Barton
2012-04-17Fix #30977: error loading modal keymaps from keyconfiguration presets.Brecht Van Lommel
2012-04-17Fix #30980: edge slide Correct UVs option not working.Brecht Van Lommel
2012-04-17Fix part of #30982: dupliface object with modifiers did not show duplis correctBrecht Van Lommel
2012-04-17Fix crash with texture draw in edit mode after commit 45672.Brecht Van Lommel
2012-04-17move rip out into its own fileCampbell Barton
2012-04-17code cleanup: remove/comment some unused code.Campbell Barton
2012-04-16minor speedup for scanfill, dont calculate the normal if its already known - ...Campbell Barton
2012-04-16inline function for "Newell's Method" used for normal calc.Campbell Barton