This website requires JavaScript.
Explore
Help
Sign In
dillongoostudios
/
goo-engine
Watch
3
Star
0
Fork
0
You've already forked goo-engine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8ee99cc39cdcc07611795c16ee57b5936d5b924e
goo-engine
/
source
/
blender
/
python
T
History
Campbell Barton
8ee99cc39c
add ability to use world gradient rendering when 'Only Render' option is enabled.
...
supports paper/blend/real.
2013-01-06 15:02:23 +00:00
..
bmesh
use keyword args for bmesh.update_edit_mesh(...)
2012-12-27 07:27:28 +00:00
generic
This patch adds support in bpy.props for getter/setter callback functions. We already have update callbacks, but generic get/set functions can come in handy in some cases where the functionality is too complex to use a single value.
2013-01-05 14:56:37 +00:00
intern
add ability to use world gradient rendering when 'Only Render' option is enabled.
2013-01-06 15:02:23 +00:00
mathutils
replace MIN/MAX 3,4 with inline functions
2012-12-21 05:07:26 +00:00
BPY_extern.h
fix [
#31661
] Custom properties do no respect min/max values
2012-10-26 10:54:02 +00:00
CMakeLists.txt
…
rna_dump.py
style cleanup: pep8
2012-10-08 10:03:01 +00:00
SConscript
change bpy.app.build_options from frozen set to PyStructSequence_Field, mathes similar members of bpy.app and less error prone (typos won't fail silently).
2013-01-04 04:43:49 +00:00
simple_enum_gen.py
…