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-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
2012-05-20code cleanup:Campbell Barton
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-16bmesh todo: snap to volume with dupli's works againCampbell Barton
2012-03-27style/name cleanup: have EDBM_* functions match our style guide and also matc...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-11[#30373] Which part to snap in volume snapping is removedMartin Poirier
2012-03-07style cleanup - braces & else / if'sCampbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-02code cleanup:Campbell Barton
2012-02-28code cleanup: use float vector size in function definitions, and const's wher...Campbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-12code refactor, function renaming for bmesh.Campbell Barton
2012-02-12rename BM_ flags for `BMHeader->hflag` to BM_ELEM_ to be more clear that the...Campbell Barton
2012-01-13svn merge ^/trunk/blender -r43294:43338Campbell Barton
2012-01-11rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation ...Campbell Barton
2011-12-27svn merge ^/trunk/blender -r42871:42882Campbell Barton
2011-12-27[#29144] Snapping control points: can't choose which one to deleteMartin Poirier
2011-12-26[#29611] Crash when scale one vertex with snap.Martin Poirier