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
path: root/source
AgeCommit message (Expand)Author
2012-12-31add ".hh" as an extension for source scripts.Campbell Barton
2012-12-31rename BM_edge_calc_squared_length -> BM_edge_calc_length_squared, matching l...Campbell Barton
2012-12-31style cleanupCampbell Barton
2012-12-31Usual UI messages-related fixes...Bastien Montagne
2012-12-30Code cleanup: rename BLI_pbvh to BKE_pbvhNicholas Bishop
2012-12-30Add UI and keybindings for dynamic-topology sculpt modeNicholas Bishop
2012-12-30Add symmetrize operator for dynamic-topology sculpt modeNicholas Bishop
2012-12-30Add simplify brush for sculpt modeNicholas Bishop
2012-12-30Use GPU_Buffers to draw wireframe when in dynamic-topology sculpt modeNicholas Bishop
2012-12-30Hiding support for dynamic topologyNicholas Bishop
2012-12-30Update DerivedMesh for dynamic-topology sculpt modeNicholas Bishop
2012-12-30Modify info stats for dynamic-topology sculpt modeNicholas Bishop
2012-12-30Add dynamic topology support to sculpt modeNicholas Bishop
2012-12-30Add dynamic topology support to the PBVHNicholas Bishop
2012-12-30Add BLI_buffer, an alternative to BLI_arrayNicholas Bishop
2012-12-30Add DNA/RNA/BKE infrastructure for dynamic-topology sculpt modeNicholas Bishop
2012-12-30Move layer displacements from SculptUndoNode to PBVHNodeNicholas Bishop
2012-12-30Code cleanup: move PBVH/PBVHNode structs into new header fileNicholas Bishop
2012-12-30Add GPU_buffers support for drawing dynamic topology nodesNicholas Bishop
2012-12-30Add BMLog for efficiently storing changes to vertices and facesNicholas Bishop
2012-12-30Disable fall through to global undo from paint/sculpt undoNicholas Bishop
2012-12-30Add function to find closest point in triangle to another pointNicholas Bishop
2012-12-30Add BM_edge_calc_squared_length() query functionNicholas Bishop
2012-12-30Import the RangeTree library into externNicholas Bishop
2012-12-30Fix crash in syntax color code when drawing a text editor with no text.Brecht Van Lommel
2012-12-30optimization for text drawing:Campbell Barton
2012-12-30style cleanup: casts, some casts had odd formatting, but very few. Style chec...Campbell Barton
2012-12-30More trackpad woes:Ton Roosendaal
2012-12-3016 bit PNG write supportSergey Sharybin
2012-12-30OSL Templates:Thomas Dinges
2012-12-30OSL Syntax Highlighting:Thomas Dinges
2012-12-30add templates menu for OSL, use preprocessor directive color for decorators i...Campbell Barton
2012-12-30add syntax highlighting color for symbolsCampbell Barton
2012-12-30code cleanup: enum for formatting char (avoid confusion when '#' is a comment...Campbell Barton
2012-12-30code cleanup: text editor formatting enums were named crypticly, also add ass...Campbell Barton
2012-12-30Infinite loop caused by using an uninitialized variable in a compairison stat...Dan Eicher
2012-12-30Missing NULL check which crashes on opening the Text Editor without an active...Dan Eicher
2012-12-29fix bug #33275: iTaSC ignores location of disconnected bones when they are ch...Benoit Bolsee
2012-12-29patch [#33609] Syntax highlighting for OSL in Text EditorCampbell Barton
2012-12-29fix for 2 errors in python syntax highlighting, no space was allowed in decor...Campbell Barton
2012-12-29Long ago we used to be able to bake physics from negative frames, feature tha...Pablo Vazquez
2012-12-29code cleanup: text editor syntax highlighting - avoid loops using memset()Campbell Barton
2012-12-29text editor: replace strncmp() and hard coded size with STR_LITERAL_STARTSWIT...Campbell Barton
2012-12-29style cleanupCampbell Barton
2012-12-29And another NDOF fix:Ton Roosendaal
2012-12-29Fixes for NDOF device:Ton Roosendaal
2012-12-29Trackpad fixes & changes:Ton Roosendaal
2012-12-29Bug fix #32806Ton Roosendaal
2012-12-29add include missing from last commitCampbell Barton
2012-12-29user-preferences for addons. currently unused, example & docs still to come.Campbell Barton