projects
/
blender-staging.git
/ history
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Cleanup
[blender-staging.git]
/
source
/
2015-04-06
Campbell Barton
Cleanup
tree
|
commitdiff
2015-04-06
Julian Eisel
This commit doesn't deserve a title
tree
|
commitdiff
2015-04-06
Julian Eisel
Various Sticky fixes (tm)
tree
|
commitdiff
2015-04-06
Bastien Montagne
UI i18n cleanup...
tree
|
commitdiff
2015-04-06
Jens Verwiebe
OSX: add also license for iomp5 using cmake and fix...
tree
|
commitdiff
2015-04-06
Sybren A. Stüvel
BGE: followup of renaming parameter "other" to "reference"
tree
|
commitdiff
2015-04-06
Sybren A. Stüvel
BGE: fixed nomenclature of KX_Scene::addObject and...
tree
|
commitdiff
2015-04-06
Dalai Felinto
Fix doversion check - patch by Sergey Sharybin
tree
|
commitdiff
2015-04-06
Dalai Felinto
Multi-View and Stereo 3D
tree
|
commitdiff
2015-04-06
Sergey Sharybin
Cycles: Free unused image buffers when rendering with...
tree
|
commitdiff
2015-04-06
Julian Eisel
Fix T44282: Image sampling line disappears after a...
tree
|
commitdiff
2015-04-06
Julian Eisel
Fix T44278: Tab, Z-Key and Spacebar not working
tree
|
commitdiff
2015-04-06
Campbell Barton
Use BKE_ghash_ensure_p where possible
tree
|
commitdiff
2015-04-06
Campbell Barton
GHash: ensure function, avoids multiple lookups
tree
|
commitdiff
2015-04-06
Campbell Barton
Cleanup: replace confusing 'if' statements
tree
|
commitdiff
2015-04-06
Campbell Barton
Fix T43696: Baking tearing normals
tree
|
commitdiff
2015-04-06
Campbell Barton
Fix T44249: Cursor depth offset
tree
|
commitdiff
2015-04-06
Campbell Barton
Fix minor glitch getting depth from mouse cursor
tree
|
commitdiff
2015-04-06
Joshua Leung
Fix: Stroke Edit Mode warning for GPencil draws correct...
tree
|
commitdiff
2015-04-06
Joshua Leung
Fix: It was difficult to select control points for...
tree
|
commitdiff
2015-04-05
Campbell Barton
GHash: no reason to use GSetEntry in ghash API
tree
|
commitdiff
2015-04-05
Julian Eisel
Stickies: Remove redundant fixes
tree
|
commitdiff
2015-04-05
Julian Eisel
Stickies: Don't send extra event on KM_CLICK
tree
|
commitdiff
2015-04-05
Julian Eisel
Fix T44275: CTRL+LMB to extrude to mouse position confl...
tree
|
commitdiff
2015-04-05
Julian Eisel
Fix T44251 (2nd try): Changing views using numpad broken
tree
|
commitdiff
2015-04-05
Thomas Szepe
BGE: Fix T36703: Character motion actuator local moveme...
tree
|
commitdiff
2015-04-05
Bastien Montagne
Fix T44263: Invalid parameters to fill_vn_fl in deform.c.
tree
|
commitdiff
2015-04-04
Campbell Barton
Fix T44270: Similar face region crash /w wire edge
tree
|
commitdiff
2015-04-04
Campbell Barton
Cleanup: remove MSVC2008 workaround
tree
|
commitdiff
2015-04-04
Campbell Barton
Cleanup: use float math funcs
tree
|
commitdiff
2015-04-04
Campbell Barton
WM: prefer define over zero wmEvent.val
tree
|
commitdiff
2015-04-04
Antony Riakiotakis
Fix T44264 copy paste error, checking same condition...
tree
|
commitdiff
2015-04-04
Julian Eisel
Fix T44251: Changing views using numpad broken
tree
|
commitdiff
2015-04-04
Julian Eisel
Fix T44259: Secondary strokes get terminated early...
tree
|
commitdiff
2015-04-04
Campbell Barton
Missed in recent cleanup
tree
|
commitdiff
2015-04-04
Campbell Barton
Cleanup: move filelist out of storage
tree
|
commitdiff
2015-04-04
Campbell Barton
Cleanup: use BKE_ocean_* prefix
tree
|
commitdiff
2015-04-04
Campbell Barton
Cleanup: use BKE_sculptsession_* prefix
tree
|
commitdiff
2015-04-04
Campbell Barton
Cleanup: use BKE_animdata_* prefix
tree
|
commitdiff
2015-04-04
Campbell Barton
Cleanup: redundant normalize in expmap_to_quat
tree
|
commitdiff
2015-04-03
Campbell Barton
Cleanup
tree
|
commitdiff
2015-04-03
Campbell Barton
Add missing break statements
tree
|
commitdiff
2015-04-03
Campbell Barton
CMake: treat inline C files as headers
tree
|
commitdiff
2015-04-03
Campbell Barton
Add missing declarations
tree
|
commitdiff
2015-04-03
Joshua Leung
WIP: Added dedicated operator for unlinking actions...
tree
|
commitdiff
2015-04-03
Joshua Leung
Tweaks to descriptions for Action Layer Up/Down
tree
|
commitdiff
2015-04-03
Julian Eisel
Sticky Keys backend
tree
|
commitdiff
2015-04-03
Bastien Montagne
Fix T44243: File browser behavior is inconsistent betwe...
tree
|
commitdiff
2015-04-03
Bastien Montagne
Fix related to T44243: do not systematically do live...
tree
|
commitdiff
2015-04-03
Joshua Leung
Fix: Drawing glitch when renaming animation channels
tree
|
commitdiff
2015-04-03
Joshua Leung
Bugfix: Stashed actions now get added to the bottom...
tree
|
commitdiff
2015-04-03
Joshua Leung
Fix: Action/NLA Tweakmode Checks
tree
|
commitdiff
2015-04-03
Joshua Leung
Action Layer Up/Down: Fixes for NLA Solo / NLA Muting
tree
|
commitdiff
2015-04-03
Joshua Leung
Code Cleanup: Deduplicate logic to switch between NLA...
tree
|
commitdiff
2015-04-03
Joshua Leung
Code Cleanup: Split out duplicate code for finding...
tree
|
commitdiff
2015-04-03
Joshua Leung
Action Editor: Go to Next/Previous Animation Layer
tree
|
commitdiff
2015-04-03
Bastien Montagne
Fix T44237: translation does not work in spacebar search.
tree
|
commitdiff
2015-04-03
Bastien Montagne
Fix T44240: Lamp Halo invisible in rendering.
tree
|
commitdiff
2015-04-02
Antony Riakiotakis
Fix T44183 particles in linked group offset from object
tree
|
commitdiff
2015-04-02
Joshua Leung
Code Cleanup: Split Action management operator stuff...
tree
|
commitdiff
2015-04-02
Bastien Montagne
Cleanup: followup to rBf87d7c605dcfb - use __func__...
tree
|
commitdiff
2015-04-02
Dalai Felinto
Fix error messages for RE_layer_load_from_file() and...
tree
|
commitdiff
2015-04-02
Antony Riakiotakis
Fix issue reported by copias on irc, shift duplicate...
tree
|
commitdiff
2015-04-02
Sergey Sharybin
Cleanup: Make strict flags happy
tree
|
commitdiff
2015-04-02
Joshua Leung
Fix: Crash when using "On Selected Markers" mode for...
tree
|
commitdiff
2015-04-02
Joshua Leung
Expose the Pose Propagate tool a bit more in the UI
tree
|
commitdiff
2015-04-02
Joshua Leung
Propagate Pose: Added 'Selected Keyframes' mode
tree
|
commitdiff
2015-04-02
Joshua Leung
GPencil: Draw status indicator in top-right corner...
tree
|
commitdiff
2015-04-02
Joshua Leung
GPencil: H/Shift-H/Alt-H now work to Hide and Reveal...
tree
|
commitdiff
2015-04-02
Antony Riakiotakis
Fix proportional editing always turned on in graph...
tree
|
commitdiff
2015-04-02
Campbell Barton
Add custom properties to sequence strips
tree
|
commitdiff
2015-04-02
Sergey Sharybin
Cleanup own todo: RE_pipeline is not a bad include...
tree
|
commitdiff
2015-04-02
Campbell Barton
Cleanup
tree
|
commitdiff
2015-04-02
Joshua Leung
Code Cleanup: Pruning back the unusued includes now
tree
|
commitdiff
2015-04-02
Joshua Leung
Code Cleanup: Reshuffling some of the GPencil code
tree
|
commitdiff
2015-04-01
Joshua Leung
Fix for incorrect description
tree
|
commitdiff
2015-04-01
Julian Eisel
Fix T44217: Crash when starting .blend without "Load...
tree
|
commitdiff
2015-04-01
Antony Riakiotakis
Proportional editing for graph editor did not work...
tree
|
commitdiff
2015-04-01
Bastien Montagne
Fix T44212: Crash on Group Rename.
tree
|
commitdiff
2015-04-01
Bastien Montagne
Real fix for T44127: Python does not guarantee to free...
tree
|
commitdiff
2015-04-01
Campbell Barton
Fix glitch scaling bone radius
tree
|
commitdiff
2015-03-31
Campbell Barton
Match corrective-smooth UI to smooth modifier
tree
|
commitdiff
2015-03-31
Mike Erwin
silence MSVC warning
tree
|
commitdiff
2015-03-31
Antony Riakiotakis
Fix T43987 ambient occlusion wrong for Intel cards...
tree
|
commitdiff
2015-03-31
Campbell Barton
Fix writing freed memory, exiting full view
tree
|
commitdiff
2015-03-31
Antony Riakiotakis
Proportional editing for IPO editor - version ready...
tree
|
commitdiff
2015-03-31
Antony Riakiotakis
Fix T44077 material update fails in textured mode when...
tree
|
commitdiff
2015-03-31
Bastien Montagne
Fix T44201: Crash Deleting Hierarchy in Outliner
tree
|
commitdiff
2015-03-30
Campbell Barton
Corrective Smooth Modifier (aka delta-mush)
tree
|
commitdiff
2015-03-30
Thomas Szepe
BGE: Fix: VehicleWrapper compiler warning.
tree
|
commitdiff
2015-03-30
Antony Riakiotakis
Fix T43266, when we have a blendfile name use only...
tree
|
commitdiff
2015-03-30
Antony Riakiotakis
Remove wrong back jump detection on looping
tree
|
commitdiff
2015-03-30
Bastien Montagne
Fix T41191: Custom Loop Normals Viewport shading not...
tree
|
commitdiff
2015-03-30
Antony Riakiotakis
Attempt to fix T44056, dof high quality shader error...
tree
|
commitdiff
2015-03-30
Campbell Barton
Pass bool arg to RNA_property_boolean_set
tree
|
commitdiff
2015-03-30
Antony Riakiotakis
Potential fix for T43987, ambient occlusion different...
tree
|
commitdiff
2015-03-30
Campbell Barton
Cleanup: use const for typeinfo
tree
|
commitdiff
2015-03-30
Antony Riakiotakis
Fix compilation of game engine in ubuntu
tree
|
commitdiff
2015-03-30
Antony Riakiotakis
Grey out high quality depth of field when it's not...
tree
|
commitdiff
2015-03-30
Campbell Barton
missed last commit
tree
|
commitdiff
next