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
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-02Fix T38435: Crash when pressing MMB in walk modeBastien Montagne
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-01-30More snapping fixes (this is ridiculous).Bastien Montagne
2014-01-30Fix T38409: Snapping BugBastien Montagne
2014-01-30Fix T38358: typo in own rB77089a3bf203.Bastien Montagne
2014-01-29Fix T38358: Face snapping fails on Orthographic viewBastien Montagne
2014-01-26Fix T38354: Excess memory allocation when projecting onto object with multiresBastien Montagne
2014-01-21Fix T38128: snapping to node border uses node centers.Lukas Tönne
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-18Revert svn r55587, fix for T34698 (Disable snap when transform axis is constr...Campbell Barton
2013-12-01Code Cleanup: replace ABS() with fabsf() when used with float expressions.Campbell Barton
2013-11-20Fix T37550: Crash while snaping to curve made from Susane (bug in recent addi...Campbell Barton
2013-11-17Style Cleanup: whitespaceCampbell Barton
2013-11-16Transform: vertex snapping for curvesHenrik Aarnio
2013-11-06True grid snapping for nodes: This snaps nodes to the actual background grid ...Lukas Toenne
2013-11-06Fix #37251: Snap not working correctly in metaball edit mode.Sergey Sharybin
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-10-23code cleanup: minor transform refactorCampbell Barton
2013-10-01check SELECT flags for curves (was checking for nonzero which would break if ...Campbell Barton
2013-09-10code cleanup: use bool for imbuf allocation functions.Campbell Barton
2013-09-09Enable vertex snapping to bundle positionsSergey Sharybin
2013-08-19edit to object center snapping, exit early if unsupported.Campbell Barton
2013-08-19add support for snapping to empty centers during transform.Campbell Barton
2013-06-20editmesh draw optimizations: use customdata offsets rather then per-element l...Campbell Barton
2013-06-20remove NULL checks for return values from EDBM_***_at_index calls.Campbell Barton
2013-04-25ruler snap adjustmentsCampbell Barton
2013-04-24rna api function scene.ray_cast now returns the object and its matrix (incase...Campbell Barton
2013-04-24simple optimizations for bvhtree_from_mesh_faces() for editmesh, was quite in...Campbell Barton
2013-04-24alternate fix for [#24887] - r33294.Campbell Barton
2013-04-23fix [#35007] clipping border errorCampbell Barton
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-14modify snapObjectsRayEx() to use a pointer to 'ray_dist' rather then passing ...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-11make scene.ray_cast() behave like object.ray_cast(), add distance arg to snap...Campbell Barton
2013-04-11py api:Campbell Barton
2013-04-04fix [#34802] Individual Transformation Confusing in Edit ModeCampbell Barton
2013-04-03pass snap arguments so the ruler doesn't have to temp overwrite scene vars.Campbell Barton
2013-04-03use floats for transform snapping distance comparisonsCampbell Barton
2013-03-26fix [#34698] Axis Locking works incorrectCampbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-08code cleanup: use bool's for snapping functions.Campbell Barton
2013-03-08avoid floating point exceptions in snapObjects(), was attempting to scale up ...Campbell Barton
2013-03-08style cleanupCampbell Barton
2013-03-07use bool for rna funcs.Campbell Barton
2013-02-20change to proportional editing suggested by Jeroen Hoolmans,Campbell Barton
2013-02-19fix [#34244] Snap to face projection - Entire mesh is affected by projection ...Campbell Barton
2012-12-12make EDBM_index_arrays's stay in memory, blender was allocating an array and ...Campbell Barton
2012-12-12use htype flags as arguments to EDBM_index_arrays_init(), no functional changes.Campbell Barton
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton