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-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
2012-12-03Image Editor / UV: Thomas Dinges
2012-10-30code cleanup: remove unused transform snapping code (only use the BVH acceler...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-07style cleanup: line length,Campbell Barton
2012-10-05replace ED_view3d_project_float with ED_view3d_project_float_globalCampbell Barton
2012-10-05code cleanup: quiet warnings and use define for transform snap max distance.Campbell Barton
2012-10-05Cycles: add "From Dupli" option for texture coordinate node. This gets theBrecht Van Lommel
2012-10-04make ED_view3d_project_int equivalent to ED_view3d_project_short functions.Campbell Barton
2012-09-20code cleanup:Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-08-30Fix #32405: snapping in UV editor does not work if snapping in 3D view is setBrecht Van Lommel
2012-08-22code cleanup: use rect size macrosCampbell Barton
2012-08-04allow editing masks in an image space when there is no image.Campbell Barton
2012-08-01make node select_all consistent with other select operators, also add Ctrl+I,...Campbell Barton
2012-07-25mask transform now works in the image spaceCampbell Barton
2012-07-25match function names for clip/image spacesCampbell Barton
2012-07-21use fabsf when using floats.Campbell Barton
2012-07-19code cleanup: remove commented includes - mostly from 2.4xCampbell Barton
2012-07-05style cleanupCampbell Barton
2012-06-29Extended modes for snapping in the node editor.Lukas Toenne
2012-06-28Basic snapping in node transform operator.Lukas Toenne
2012-06-17style cleanup:Campbell Barton
2012-06-11style cleanupCampbell Barton
2012-05-24style cleanup: brace placement/newlinesCampbell Barton